2017-05-06 10:36:37 +02:00
{{define "title"}}Upload magnet{{end}}
{{define "content"}}
< div class = "blockBody" >
{{with .Upload}}
< hr >
2017-05-07 03:32:26 +02:00
< form enctype = "multipart/form-data" role = "upload" method = "POST" >
2017-05-06 09:47:30 +02:00
< div class = "form-group" >
2017-05-08 21:46:07 +02:00
< label for = "name" > {{T "name"}}< / label >
2017-05-14 19:32:25 +02:00
< input type = "text" name = "name" id = "name" class = "form-control" placeholder = "{{T " file_name " } } " value = "{{.Name}}" autofocus required >
2017-05-06 09:47:30 +02:00
< / div >
< div class = "form-group" >
2017-05-08 21:46:07 +02:00
< label for = "torrent" > {{T "torrent_file"}}< / label >
2017-05-07 13:38:46 +02:00
< input type = "file" name = "torrent" id = "torrent" accept = ".torrent" >
2017-05-08 21:46:07 +02:00
< p class = "help-block" > {{T "uploading_file_prefills_fields"}}< / p >
2017-05-06 09:47:30 +02:00
< / div >
< div class = "form-group" >
2017-05-08 21:46:07 +02:00
< label for = "magnet" > {{T "magnet_link"}}< / label >
2017-05-13 15:08:14 +02:00
< input type = "text" name = "magnet" id = "magnet" class = "form-control"
2017-05-08 21:46:07 +02:00
style="width:60rem" placeholder="{{T "magnet_link"}}" value="{{.Magnet}}">
2017-05-06 09:47:30 +02:00
< / div >
< div class = "form-group" >
2017-05-08 21:46:07 +02:00
< label for = "c" > {{T "category"}}< / label >
2017-05-13 15:08:14 +02:00
< select name = "c" id = "c" class = "form-control input-sm" required >
2017-05-15 11:08:17 +02:00
2017-05-12 22:03:15 +02:00
< option value = "" > {{T "select_a_torrent_category"}}< / option >
2017-05-15 11:08:17 +02:00
{{ if Sukebei }}
< option value = "1_" { { if eq . Search . Category " 1_ " } } selected { { end } } > {{T "art"}}< / option >
< option value = "1_1" { { if eq . Search . Category " 1_1 " } } selected { { end } } > {{T "art_anime"}}< / option >
< option value = "1_2" { { if eq . Search . Category " 1_2 " } } selected { { end } } > {{T "art_doujinshi"}}< / option >
< option value = "1_3" { { if eq . Search . Category " 1_3 " } } selected { { end } } > {{T "art_games"}}< / option >
< option value = "1_4" { { if eq . Search . Category " 1_4 " } } selected { { end } } > {{T "art_manga"}}< / option >
< option value = "1_5" { { if eq . Search . Category " 1_5 " } } selected { { end } } > {{T "art_pictures"}}< / option >
< option value = "2_" { { if eq . Search . Category " 2_ " } } selected { { end } } > {{T "real_life"}}< / option >
< option value = "2_1" { { if eq . Search . Category " 2_1 " } } selected { { end } } > {{T "real_life_photobooks_and_Pictures"}}< / option >
< option value = "2_2" { { if eq . Search . Category " 2_2 " } } selected { { end } } > {{T "real_life_videos"}}< / option >
{{ else }}
< option value = "3_" { { if eq . Search . Category " 3_ " } } selected { { end } } > {{T "anime"}}< / option >
< option value = "3_12" { { if eq . Search . Category " 3_12 " } } selected { { end } } > {{T "anime_amv"}}< / option >
< option value = "3_5" { { if eq . Search . Category " 3_5 " } } selected { { end } } > {{T "anime_english_translated"}}< / option >
< option value = "3_13" { { if eq . Search . Category " 3_13 " } } selected { { end } } > {{T "anime_non_english_translated"}}< / option >
< option value = "3_6" { { if eq . Search . Category " 3_6 " } } selected { { end } } > {{T "anime_raw"}}< / option >
< option value = "2_" { { if eq . Search . Category " 2_ " } } selected { { end } } > {{T "audio"}}< / option >
< option value = "2_3" { { if eq . Search . Category " 2_3 " } } selected { { end } } > {{T "audio_lossless"}}< / option >
< option value = "2_4" { { if eq . Search . Category " 2_4 " } } selected { { end } } > {{T "audio_lossy"}}< / option >
< option value = "4_" { { if eq . Search . Category " 4_ " } } selected { { end } } > {{T "literature"}}< / option >
< option value = "4_7" { { if eq . Search . Category " 4_7 " } } selected { { end } } > {{T "literature_english_translated"}}< / option >
< option value = "4_8" { { if eq . Search . Category " 4_8 " } } selected { { end } } > {{T "literature_raw"}}< / option >
< option value = "4_14" { { if eq . Search . Category " 4_14 " } } selected { { end } } > {{T "literature_non_english_translated"}}< / option >
< option value = "5_" { { if eq . Search . Category " 5_ " } } selected { { end } } > {{T "live_action"}}< / option >
< option value = "5_9" { { if eq . Search . Category " 5_9 " } } selected { { end } } > {{T "live_action_english_translated"}}< / option >
< option value = "5_10" { { if eq . Search . Category " 5_10 " } } selected { { end } } > {{T "live_action_idol_pv"}}< / option >
< option value = "5_18" { { if eq . Search . Category " 5_18 " } } selected { { end } } > {{T "live_action_non_english_translated"}}< / option >
< option value = "5_11" { { if eq . Search . Category " 5_11 " } } selected { { end } } > {{T "live_action_raw"}}< / option >
< option value = "6_" { { if eq . Search . Category " 6_ " } } selected { { end } } > {{T "pictures"}}< / option >
< option value = "6_15" { { if eq . Search . Category " 6_15 " } } selected { { end } } > {{T "pictures_graphics"}}< / option >
< option value = "6_16" { { if eq . Search . Category " 6_16 " } } selected { { end } } > {{T "pictures_photos"}}< / option >
< option value = "1_" { { if eq . Search . Category " 1_ " } } selected { { end } } > {{T "software"}}< / option >
< option value = "1_1" { { if eq . Search . Category " 1_1 " } } selected { { end } } > {{T "software_applications"}}< / option >
< option value = "1_2" { { if eq . Search . Category " 1_2 " } } selected { { end } } > {{T "software_games"}}< / option >
{{ end }}
2017-05-06 09:47:30 +02:00
< / select >
2017-05-10 22:03:14 +02:00
< / div >
< div class = "form-group" >
2017-05-13 15:08:14 +02:00
< input type = "checkbox" name = "remake" id = "remake" >
2017-05-10 22:03:14 +02:00
< label for = "remake" > {{T "mark_as_remake"}}< / label >
2017-05-06 09:47:30 +02:00
< / div >
< div class = "form-group" >
2017-05-08 21:46:07 +02:00
< label for = "desc" > {{T "torrent_description"}}< / label >
2017-05-09 16:48:33 +02:00
< p class = "help-block" > {{T "description_markdown_notice"}}< / p >
2017-05-13 15:08:14 +02:00
< textarea name = "desc" id = "desc" class = "form-control" rows = "10" > {{.Description}}< / textarea >
2017-05-06 09:47:30 +02:00
< / div >
2017-05-07 10:25:09 +02:00
{{block "captcha" .}}{{end}}
2017-05-08 21:46:07 +02:00
< button type = "submit" class = "btn btn-success" > {{T "upload"}}< / button >
2017-05-06 09:47:30 +02:00
< br / >
< br / >
< / form >
{{end}}
2017-05-06 10:36:37 +02:00
< / div >
2017-05-07 13:38:46 +02:00
{{end}}
{{define "js_footer"}}
< script type = "text/javascript" charset = "utf-8" src = "{{.URL.Parse " / js / uploadPage . js " } } " > < / script >
{{end}}