summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/window.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/window.html')
-rw-r--r--module/web/templates/default/window.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/module/web/templates/default/window.html b/module/web/templates/default/window.html
deleted file mode 100644
index 290d40be6..000000000
--- a/module/web/templates/default/window.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<iframe id="upload_target" name="upload_target" src="" style="display: none; width:0;height:0"></iframe>
-
-<div id="add_box" class="from-group">
-<form id="add_form" action="/json/add_package" method="POST" enctype="multipart/form-data">
-<h3>{{_("Add Package")}}</h3>
-<p>{{_("Paste your links or upload a container.")}}</p>
-<div class="form-group">
- <label for="add_name">{{_("Name")}}</label>
- <input id="add_name" class="form-control" name="add_name" type="text" />
- <p class="help-block">{{_("The name of the new package.")}}</p>
- </div>
- <div class="form-group">
- <label for="add_links">{{_("Links")}}</label>
- </div>
- <div>
- <textarea class="form-control" rows="5" style="width: 100%" name="add_links" id="add_links"></textarea>
-</div>
-<div class="form-group">
- <p class="help-block">{{_("The name of the new package.")}} {{ _("Filter urls") }} <span class=" glyphicon glyphicon-filter" onclick="parseUri()"></span></p>
- </div>
- <div class="form-group">
- <label for="add_password">{{_("Password")}}</label>
- <input id="add_password" class="form-control" name="add_password" type="text">
- <p class="help-block">{{_("Password for RAR-Archive")}}</p>
- </div>
- <div class="form-group">
- <label>{{_("File")}}</label>
- <input type="file" name="add_file" id="add_file"/>
- <p class="help-block">{{_("Upload a container.")}}</p>
- </div>
- <div class="form-group">
- <label for="add_dest">{{_("Destination")}}</label>
- <span class="cont">
- {{_("Queue")}}
- <input type="radio" name="add_dest" id="add_dest" value="1" checked="checked"/>
- {{_("Collector")}}
- <input type="radio" name="add_dest" id="add_dest2" value="0"/>
- </span>
- </div>
- <button type="submit" class="btn btn-primary" style="float: right; margin-right: 5px;">{{_("Add Package")}}</button>
- <button id="add_reset" class="btn btn-default" style="float: right; margin-right: 5px;" type="reset">{{_("Reset")}}</button>
-</form>
-
-
-
-</div> \ No newline at end of file