diff options
author | 2013-06-09 18:10:22 +0200 | |
---|---|---|
committer | 2013-06-09 18:10:23 +0200 | |
commit | 16af85004c84d0d6c626b4f8424ce9647669a0c1 (patch) | |
tree | 025d479862d376dbc17e934f4ed20031c8cd97d1 /module/web/app/templates/default/dashboard/layout.html | |
parent | adapted to jshint config (diff) | |
download | pyload-16af85004c84d0d6c626b4f8424ce9647669a0c1.tar.xz |
moved everything from module to pyload
Diffstat (limited to 'module/web/app/templates/default/dashboard/layout.html')
-rw-r--r-- | module/web/app/templates/default/dashboard/layout.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/module/web/app/templates/default/dashboard/layout.html b/module/web/app/templates/default/dashboard/layout.html deleted file mode 100644 index 945d11762..000000000 --- a/module/web/app/templates/default/dashboard/layout.html +++ /dev/null @@ -1,35 +0,0 @@ -<div class="span3"> - <div class="sidebar-header"> - <i class="icon-hdd"></i> Local - <div class="pull-right" style="font-size: medium; line-height: normal"> - <i class="icon-chevron-down" style="font-size: 20px"></i> - </div> - <div class="clearfix"></div> - </div> - <ul class="package-list"> - - </ul> - <div class="sidebar-header"> - <i class="icon-group"></i> Shared - </div> - <ul class="package-list"> - <li>Content from</li> - <li>Other user</li> - <li>which they shared</li> - </ul> - <div class="sidebar-header"> - <i class="icon-sitemap"></i> Remote - </div> - <ul> - <li>Content from</li> - <li>remote sites</li> - <li>mega</li> - <li>dropbox</li> - <li>other pyloads</li> - </ul> -</div> -<div class="span9"> - <ul class="file-list"> - - </ul> -</div>
\ No newline at end of file |