62 lines
3.8 KiB
HTML
62 lines
3.8 KiB
HTML
<fieldset>
|
|
<legend>Custom Board Navigation <span class="warning" #{if Conf['Custom Board Navigation'] then 'hidden' else ''}>is disabled.</span></legend>
|
|
<div><input name="boardnav" class="field" spellcheck="false"></div>
|
|
<div>In the following, <code>board</code> can translate to a board ID (<code>a</code>, <code>b</code>, etc...), the current board (<code>current</code>), or the Twitter link (<code>@</code>).</div>
|
|
<div>Board link: <code>board</code></div>
|
|
<div>Archive link: <code>board-archive</code></div>
|
|
<div>Title link: <code>board-title</code></div>
|
|
<div>Board link (Replace with title when on that board): <code>board-replace</code></div>
|
|
<div>Full text link: <code>board-full</code></div>
|
|
<div>Custom text link: <code>board-text:"VIP Board"</code></div>
|
|
<div>Index mode: <code>board-mode:"type"</code> where type is <code>paged</code>, <code>all threads</code> or <code>catalog</code></div>
|
|
<div>Index sort: <code>board-sort:"type"</code> where type is <code>bump order</code>, <code>last reply</code>, <code>creation date</code>, <code>reply count</code> or <code>file count</code></div>
|
|
<div>Combinations are possible: <code>board-text:"VIP Catalog"-mode:"catalog"-sort:"creation date"</code></div>
|
|
<div>Full board list toggle: <code>toggle-all</code></div>
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>Time Formatting <span class="warning" #{if Conf['Time Formatting'] then 'hidden' else ''}>is disabled.</span></legend>
|
|
<div><input name="time" class="field" spellcheck="false">: <span class="time-preview"></span></div>
|
|
<div>Supported <a href="//en.wikipedia.org/wiki/Date_%28Unix%29#Formatting">format specifiers</a>:</div>
|
|
<div>Day: <code>%a</code>, <code>%A</code>, <code>%d</code>, <code>%e</code></div>
|
|
<div>Month: <code>%m</code>, <code>%b</code>, <code>%B</code></div>
|
|
<div>Year: <code>%y</code>, <code>20%y</code></div>
|
|
<div>Hour: <code>%k</code>, <code>%H</code>, <code>%l</code>, <code>%I</code>, <code>%p</code>, <code>%P</code></div>
|
|
<div>Minute: <code>%M</code></div>
|
|
<div>Second: <code>%S</code></div>
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>Quote Backlinks formatting <span class="warning" #{if Conf['Quote Backlinks'] then 'hidden' else ''}>is disabled.</span></legend>
|
|
<div><input name="backlink" class="field" spellcheck="false">: <span class="backlink-preview"></span></div>
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>File Info Formatting <span class="warning" #{if Conf['File Info Formatting'] then 'hidden' else ''}>is disabled.</span></legend>
|
|
<div><input name="fileInfo" class="field" spellcheck="false">: <span class="file-info file-info-preview"></span></div>
|
|
<div>Link: <code>%l</code> (truncated), <code>%L</code> (untruncated), <code>%T</code> (Unix timestamp)</div>
|
|
<div>Original file name: <code>%n</code> (truncated), <code>%N</code> (untruncated), <code>%t</code> (Unix timestamp)</div>
|
|
<div>Spoiler indicator: <code>%p</code></div>
|
|
<div>Size: <code>%B</code> (Bytes), <code>%K</code> (KB), <code>%M</code> (MB), <code>%s</code> (4chan default)</div>
|
|
<div>Resolution: <code>%r</code> (Displays 'PDF' for PDF files)</div>
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>Unread Tab Icon <span class="warning" #{if Conf['Unread Tab Icon'] then 'hidden' else ''}>is disabled.</span></legend>
|
|
<select name="favicon">
|
|
<option value="ferongr">ferongr</option>
|
|
<option value="xat-">xat-</option>
|
|
<option value="Mayhem">Mayhem</option>
|
|
<option value="Original">Original</option>
|
|
</select>
|
|
<span class="favicon-preview"></span>
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>
|
|
<label><input type="checkbox" name="Custom CSS" #{if Conf['Custom CSS'] then 'checked' else ''}> Custom CSS</label>
|
|
</legend>
|
|
<button id="apply-css">Apply CSS</button>
|
|
<textarea name="usercss" class="field" spellcheck="false" #{if Conf['Custom CSS'] then '' else 'disabled'}></textarea>
|
|
</fieldset>
|