mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 22:58:30 +00:00
add missing html files
This commit is contained in:
parent
93832f62e9
commit
ebe53dd634
@ -0,0 +1,4 @@
|
|||||||
|
<fieldset>
|
||||||
|
<label>Author:</label><input type="text" /><br/>
|
||||||
|
<label>Comments:</label><input type="text" />
|
||||||
|
</fieldset>
|
@ -0,0 +1,21 @@
|
|||||||
|
<fieldset>
|
||||||
|
<label>Piece Size:</label>
|
||||||
|
<select>
|
||||||
|
<option>32 KiB</option>
|
||||||
|
<option>64 KiB</option>
|
||||||
|
<option>128 KiB</option>
|
||||||
|
<option>256 KiB</option>
|
||||||
|
<option>512 KiB</option>
|
||||||
|
</select>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<label class="fluid">
|
||||||
|
<input type="checkbox" />
|
||||||
|
$_('Set Private Flag')
|
||||||
|
</label><br/>
|
||||||
|
|
||||||
|
<label class="fluid">
|
||||||
|
<input type="checkbox" />
|
||||||
|
$_('Add this torrent to the session')
|
||||||
|
</label>
|
||||||
|
</fieldset>
|
@ -0,0 +1,17 @@
|
|||||||
|
<div id="createTorrentTrackersTable">
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th class="tier">Tier</th>
|
||||||
|
<th class="tracker">Tracker</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody />
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div id="createTorrentTrackersButtons">
|
||||||
|
<button class="delugeButton">$_('Up')</button>
|
||||||
|
<button class="delugeButton">$_('Add')</button>
|
||||||
|
<button class="delugeButton">$_('Remove')</button>
|
||||||
|
<button class="delugeButton">$_('Down')</button>
|
||||||
|
</div>
|
@ -0,0 +1,3 @@
|
|||||||
|
<fieldset>
|
||||||
|
<textarea></textarea>
|
||||||
|
</fieldset>
|
@ -0,0 +1,13 @@
|
|||||||
|
<h3>Files</h3>
|
||||||
|
<table id="createTorrentFiles">
|
||||||
|
</table>
|
||||||
|
<form>
|
||||||
|
<div id="createTorrentTabs">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<br style="clear: both;" />
|
||||||
|
<div id="createButtons">
|
||||||
|
<button class="delugeButton">Cancel</button>
|
||||||
|
<button class="delugeButton">Save</button>
|
||||||
|
</div>
|
||||||
|
</form>
|
Loading…
x
Reference in New Issue
Block a user