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/file.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/file.html')
-rw-r--r-- | module/web/app/templates/default/dashboard/file.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/module/web/app/templates/default/dashboard/file.html b/module/web/app/templates/default/dashboard/file.html deleted file mode 100644 index 6256254da..000000000 --- a/module/web/app/templates/default/dashboard/file.html +++ /dev/null @@ -1,34 +0,0 @@ -<div class="file-row first span6"> - <i class="checkbox"></i> - <span class="name"> - <% name %> - </span> -</div> -<div class="file-row second span3 <% fileClass this %>"> - <% fileStatus this %> -</div> - -<div class="file-row third span3 pull-right"> - <i class="<% fileIcon media %>"></i> - <% formatSize size %> - <span class="pull-right"> - <img src="<% pluginIcon download.plugin %>"/> - <% download.plugin %> - <i class="icon-chevron-down" data-toggle="dropdown"></i> - <ul class="dropdown-menu" role="menu"> - <li><a href="#" class="btn-delete"><i class="icon-trash"></i> Delete</a></li> - <li><a href="#" class="btn-restart"><i class="icon-refresh"></i> Restart</a></li> - <!--{# TODO: only show when finished #}--> - <li><a href="download/<% fid %>" target="_blank" class="btn-dowload"><i class="icon-download"></i> - Download</a></li> - <li><a href="#" class="btn-share"><i class="icon-share"></i> Share</a></li> - <li class="divider"></li> - <li class="dropdown-submenu pull-left"> - <a>Addons</a> - <ul class="dropdown-menu"> - <li><a>Test</a></li> - </ul> - </li> - </ul> - </span> -</div>
\ No newline at end of file |