mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Add Webseed URLs
This commit is contained in:
11
index.html
11
index.html
@@ -16,19 +16,19 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="name">Torrent Name</label>
|
||||
<input id="name" type="text" class="form-control" value="" placeholder="No name" />
|
||||
<input id="name" type="text" class="form-control" value="" placeholder="Unspecified" />
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="creationDate">Created</label>
|
||||
<input id="creationDate" type="datetime-local" class="form-control" value="" placeholder="Empty" />
|
||||
<input id="creationDate" type="datetime-local" class="form-control" value="" placeholder="Unspecified" />
|
||||
<label class="col-form-label" for="createdBy">with</label>
|
||||
<input id="createdBy" type="text" class="form-control" value="" placeholder="Unspecified" disabled />
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="comment">Comment</label>
|
||||
<input id="comment" type="text" class="form-control" value="" placeholder="Empty" />
|
||||
<input id="comment" type="text" class="form-control" value="" placeholder="Unspecified" />
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
@@ -41,6 +41,11 @@
|
||||
<div id="trackers"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="webseeds">Webseed URLs</label>
|
||||
<div id="webseeds"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-form-label" for="files">Files <span id="torrentSize"></span></label>
|
||||
<table id="files">
|
||||
|
||||
Reference in New Issue
Block a user