add missing html files

This commit is contained in:
Damien Churchill 2008-10-08 12:41:40 +00:00
parent 93832f62e9
commit ebe53dd634
5 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<fieldset>
<label>Author:</label><input type="text" /><br/>
<label>Comments:</label><input type="text" />
</fieldset>

View File

@ -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>

View File

@ -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>

View File

@ -0,0 +1,3 @@
<fieldset>
<textarea></textarea>
</fieldset>

View File

@ -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>