extract filex sources to separate files
[qcg-portal.git] / filex / templates / filex / source.html
diff --git a/filex/templates/filex/source.html b/filex/templates/filex/source.html
new file mode 100644 (file)
index 0000000..3f49241
--- /dev/null
@@ -0,0 +1,49 @@
+<div id="filex">
+    <div class="row">
+        <div class="col-sm-3">
+            <div id="host-controls" style="margin-top: 1px">
+                <div class="change">
+                    <label for="host-selector" class="sr-only">Wybierz host</label>
+                    <select id="host-selector"></select>
+                </div>
+                <button class="btn btn-default view"></button>
+            </div>
+        </div>
+
+        <div class="col-sm-7">
+            <ol class="breadcrumb path"></ol>
+        </div>
+
+        <div class="col-sm-2 text-right">
+            <div class="btn-group" data-toggle="buttons" style="margin-top: 1px">
+                <label class="btn btn-default">
+                    <input id="show-hidden" type="checkbox" autocomplete="off"> Pokaż ukryte
+                </label>
+            </div>
+        </div>
+    </div>
+
+    <table class="table table-hover">
+        <thead>
+            <tr>
+                <th style="width: 40px"></th>
+                <th>Nazwa</th>
+                <th style="width: 120px">Rozmiar</th>
+                <th style="width: 200px">Data</th>
+            </tr>
+        </thead>
+        <tbody></tbody>
+    </table>
+
+    <div id="no-items" class="alert alert-info" hidden>
+        <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
+        Brak elementów
+    </div>
+
+    <div id="error" class="alert alert-danger" hidden>
+        <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
+        <span class="msg"></span>
+    </div>
+
+    <div id="spinner-overlay"></div>
+</div>