redo gridftp navbar
[qcg-portal.git] / filex / templates / filex / source.html
index 3f49241..4a3b21e 100644 (file)
@@ -1,31 +1,34 @@
 <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>
+    <nav aria-label="Pasek narzędzi nawigacyjnych">
+        <div id="host">
+            <label for="host-selector" class="sr-only">Wybierz host</label>
+            <select id="host-selector"></select>
         </div>
 
-        <div class="col-sm-7">
-            <ol class="breadcrumb path"></ol>
-        </div>
+        <div id="controls">
+            <button id="btn-refresh" type="button" class="btn btn-default" aria-label="Odśwież">
+                <span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>
+            </button>
 
-        <div class="col-sm-2 text-right">
-            <div class="btn-group" data-toggle="buttons" style="margin-top: 1px">
+            <div class="btn-group" data-toggle="buttons">
                 <label class="btn btn-default">
                     <input id="show-hidden" type="checkbox" autocomplete="off"> Pokaż ukryte
                 </label>
             </div>
         </div>
-    </div>
+
+        <div id="path">
+            <ol class="breadcrumb path"></ol>
+        </div>
+    </nav>
 
     <table class="table table-hover">
         <thead>
             <tr>
+                <th class="text-center" style="width: 40px">
+                    <label for="select-all" class="sr-only">Wybierz wszystkie pliki</label>
+                    <input id="select-all" type="checkbox" autocomplete="off">
+                </th>
                 <th style="width: 40px"></th>
                 <th>Nazwa</th>
                 <th style="width: 120px">Rozmiar</th>