Add Webseed URLs

This commit is contained in:
Leo Herzog
2020-06-21 22:39:43 -04:00
parent 3e951a81e1
commit 378aa29caf
3 changed files with 38 additions and 5 deletions

View File

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