diff options
author | Wugy <wugy@mally-soft.com> | 2009-12-19 17:14:05 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2009-12-19 17:14:05 +0100 |
commit | 2b6db7950916f29eea39224104fed284ad4222c7 (patch) | |
tree | eb9462cfd5de2753787949257bb14d0a87286ec9 /module/web/templates/default/home.html | |
parent | real reconnect fix ;-) (diff) | |
download | pyload-2b6db7950916f29eea39224104fed284ad4222c7.tar.xz |
active download list 40%
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r-- | module/web/templates/default/home.html | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index fac4b6e63..ac9c5d25c 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -1,9 +1,22 @@ -{% extends 'default/base.html' %} - -{% block subtitle %} -Active Downloads -{% endblock %} - - -{% block content %} +{% extends 'default/base.html' %}
+
+{% block subtitle %}
+Active Downloads
+{% endblock %}
+
+
+
+{% block content %}
+<table>
+<tbody id="LinksAktiv">
+ <tr>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td></td>
+ </tr>
+<tbody>
+</table>
+
{% endblock %}
\ No newline at end of file |