diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-06-23 22:07:46 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-06-23 22:07:46 (GMT) |
commit | 222b85597fa66af43c68f0b88d68f2641533f52c (patch) | |
tree | 20e9faee87935255e6f594430533af6f3d517cc6 /www/index.html | |
parent | add9b76db60093be8d680e28ca190fba479179fb (diff) |
add websockets
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 56130cc..12ab827 100644 --- a/www/index.html +++ b/www/index.html @@ -78,6 +78,24 @@ <h4 class="modal-title">Datei auswählen...</h4> </div> <div class="modal-body"> + <div class="drop"> + + </div> + oder<br /> + <form> + <label for="sourceUri"></label> + <input id="sourceUri" name="sourceUri" size="50" list="sampleSources" + placeholder="https://, ftps://, archiv://, public://, cba://, ..." /> + <datalist id="sampleSources"> + <option value="http://"> + <option value="https://"> + <option value="ftp://"> + <option value="ftps://"> + <option value="archiv://YYYY/MM/DD/hh"> + <option value="public://<username>/"> + <option value="cba://<cba-id>"> + </datalist> + </form> </div> <div class="modal-footer"> <button class="btn btn-default" id="uploadModal-cancel" data-dismiss="modal">Abbrechen</button> |