From 0807ca5d5d30623a497a5fb0854642c1f03819ea Mon Sep 17 00:00:00 2001 From: PantsuDev <pantsudev@local> Date: Wed, 17 May 2017 15:33:06 +1000 Subject: [PATCH] Add sukebei cat to admin edit torrent page --- templates/admin/paneltorrentedit.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/templates/admin/paneltorrentedit.html b/templates/admin/paneltorrentedit.html index 2a2dc283..253e296e 100644 --- a/templates/admin/paneltorrentedit.html +++ b/templates/admin/paneltorrentedit.html @@ -15,23 +15,42 @@ <div class="form-group"> <label for="c">{{T "category"}}</label> <select name="c" class="form-control input-sm"> + <option value="">{{T "select_a_torrent_category"}}</option> + {{ if Sukebei }} + <option value="1_" {{if eq .Category "1_"}}selected{{end}}>{{T "art"}}</option> + <option value="1_1" {{if eq .Category "1_1"}}selected{{end}}>{{T "art_anime"}}</option> + <option value="1_2" {{if eq .Category "1_2"}}selected{{end}}>{{T "art_doujinshi"}}</option> + <option value="1_3" {{if eq .Category "1_3"}}selected{{end}}>{{T "art_games"}}</option> + <option value="1_4" {{if eq .Category "1_4"}}selected{{end}}>{{T "art_manga"}}</option> + <option value="1_5" {{if eq .Category "1_5"}}selected{{end}}>{{T "art_pictures"}}</option> + <option value="2_" {{if eq .Category "2_"}}selected{{end}}>{{T "real_life"}}</option> + <option value="2_1" {{if eq .Category "2_1"}}selected{{end}}>{{T "real_life_photobooks_and_Pictures"}}</option> + <option value="2_2" {{if eq .Category "2_2"}}selected{{end}}>{{T "real_life_videos"}}</option> + {{ else }} + <option value="3_" {{if eq .Category "3_"}}selected{{end}}>{{T "anime"}}</option> <option value="3_12" {{if eq .Category "3_12"}}selected{{end}}>{{T "anime_amv"}}</option> <option value="3_5" {{if eq .Category "3_5"}}selected{{end}}>{{T "anime_english_translated"}}</option> <option value="3_13" {{if eq .Category "3_13"}}selected{{end}}>{{T "anime_non_english_translated"}}</option> <option value="3_6" {{if eq .Category "3_6"}}selected{{end}}>{{T "anime_raw"}}</option> + <option value="2_" {{if eq .Category "2_"}}selected{{end}}>{{T "audio"}}</option> <option value="2_3" {{if eq .Category "2_3"}}selected{{end}}>{{T "audio_lossless"}}</option> <option value="2_4" {{if eq .Category "2_4"}}selected{{end}}>{{T "audio_lossy"}}</option> + <option value="4_" {{if eq .Category "4_"}}selected{{end}}>{{T "literature"}}</option> <option value="4_7" {{if eq .Category "4_7"}}selected{{end}}>{{T "literature_english_translated"}}</option> <option value="4_8" {{if eq .Category "4_8"}}selected{{end}}>{{T "literature_raw"}}</option> <option value="4_14" {{if eq .Category "4_14"}}selected{{end}}>{{T "literature_non_english_translated"}}</option> + <option value="5_" {{if eq .Category "5_"}}selected{{end}}>{{T "live_action"}}</option> <option value="5_9" {{if eq .Category "5_9"}}selected{{end}}>{{T "live_action_english_translated"}}</option> <option value="5_10" {{if eq .Category "5_10"}}selected{{end}}>{{T "live_action_idol_pv"}}</option> <option value="5_18" {{if eq .Category "5_18"}}selected{{end}}>{{T "live_action_non_english_translated"}}</option> <option value="5_11" {{if eq .Category "5_11"}}selected{{end}}>{{T "live_action_raw"}}</option> + <option value="6_" {{if eq .Category "6_"}}selected{{end}}>{{T "pictures"}}</option> <option value="6_15" {{if eq .Category "6_15"}}selected{{end}}>{{T "pictures_graphics"}}</option> <option value="6_16" {{if eq .Category "6_16"}}selected{{end}}>{{T "pictures_photos"}}</option> + <option value="1_" {{if eq .Category "1_"}}selected{{end}}>{{T "software"}}</option> <option value="1_1" {{if eq .Category "1_1"}}selected{{end}}>{{T "software_applications"}}</option> <option value="1_2" {{if eq .Category "1_2"}}selected{{end}}>{{T "software_games"}}</option> + {{ end }} </select> </div> <div class="form-group">