diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 22:07:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 22:07:17 +0200 |
commit | b3c5fa9924907cd0515e98b79882eb89973e9423 (patch) | |
tree | 06686748a7dbd8eba294d7fd853a1486d75d51c0 /module/web/templates/default/dashboard.html | |
parent | added less / moved style (diff) | |
download | pyload-b3c5fa9924907cd0515e98b79882eb89973e9423.tar.xz |
dropdowns in navbar
Diffstat (limited to 'module/web/templates/default/dashboard.html')
-rw-r--r-- | module/web/templates/default/dashboard.html | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index 74d6a70f3..05f5b85a3 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -25,11 +25,37 @@ </div>
</form>
</li>
+ <li class="dropdown" style="float: right;">
+ <a class="dropdown-toggle"
+ data-toggle="dropdown"
+ href="#">
+ Type
+ <b class="caret"></b>
+ </a>
+ <ul class="dropdown-menu">
+ <li><a>Audio</a></li>
+ <li><a>Video</a></li>
+ <li><a>Archive</a></li>
+ </ul>
+ </li>
+ <li class="dropdown" style="float: right;">
+ <a class="dropdown-toggle"
+ data-toggle="dropdown"
+ href="#">
+ More
+ <b class="caret"></b>
+ </a>
+ <ul class="dropdown-menu">
+ <li><a>Active</a></li>
+ <li><a>Failed</a></li>
+ </ul>
+ </li>
+
<li style="float: right;">
- <a>Unfinished</a>
+ <a>Failed</a>
</li>
<li style="float: right;">
- <a>Active</a>
+ <a>Unfinished</a>
</li>
<li class="active" style="float: right;">
<a>All</a>
|