cedbec3246
* CSS for new upload form * add torrent_name in translation * Update CHANGELOG.md * New upload form HTML, don't load kilo.js * Update upload.jet.html * Update main.css * change placeholder of torrent name input * Update upload.jet.html * remove useless function call from upload * responsive upload form * Fix description being constantly bold in upload * fix vertical align of labels in upload * upload tags inputs in table too * tag table styling & remove old upload tag styling * Update main.css * Update main.css * Update main.css * Update upload.jet.html * fix flag misalignement in upload form * Remove rules <div> from upload, provide temporary link to rules in faq (maybe will turn into a modal in the future?), remove useless input * bigger upload button & no margin for upload rules text * Update en-us.all.json * Update CHANGELOG.md * add ID to rules div * Update upload.jet.html
14 lignes
410 o
HTML
14 lignes
410 o
HTML
{{ block ruleList(open=false)}}
|
|
<details class="rules-drop" {{if open}}open{{end}} id="rules">
|
|
<summary class="form-input">{{ T("rules")}}</summary>
|
|
<div class="form-input">
|
|
<ul>
|
|
<li>{{ T("no_cp")}}</li>
|
|
<li>{{ T("asia")}}</li>
|
|
<li>{{ T("rules_spam")}}</li>
|
|
<li>{{ T("rules_sukebei")}}</li>
|
|
<li>{{ T("rule_tracker_url")|raw }}</li>
|
|
</ul>
|
|
</div>
|
|
</details>
|
|
{{ end }}
|