diff options
author | Wugy <wugy@mally-soft.com> | 2009-12-20 19:35:02 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2009-12-20 19:35:02 +0100 |
commit | 04c80ef15db0f553d330c3bd760956c5debc7833 (patch) | |
tree | 44b4ccc17f907e5b7c4450888832fed91e04d72b /module/web/templates/default/home.html | |
parent | new cli working (diff) | |
download | pyload-04c80ef15db0f553d330c3bd760956c5debc7833.tar.xz |
webinterface - activ download - design 60%
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r-- | module/web/templates/default/home.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index ac9c5d25c..8124902db 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -7,16 +7,15 @@ Active Downloads {% block content %}
-<table>
-<tbody id="LinksAktiv">
- <tr>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
+<table width="100%" class="queue">
+ <tr class="header">
+ <th>Name</th>
+ <th>Status</th>
+ <th>Infos</th>
+ <th>Size</th>
+ <th>Progress</th>
</tr>
-<tbody>
+ <tbody id="LinksAktiv">
+ <tbody>
</table>
-
{% endblock %}
\ No newline at end of file |