mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
add missing html files
This commit is contained in:
parent
93832f62e9
commit
ebe53dd634
5 changed files with 58 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue