diff options
author | Wugy <wugy@mally-soft.com> | 2010-01-06 14:22:31 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2010-01-06 14:22:31 +0100 |
commit | 5bd5ffbaf7de6436f8648591b9430dad1e3c1eef (patch) | |
tree | cac08a4575435b0d6548dea91a884a96821fa74e /module/web/templates | |
parent | fixed cli (diff) | |
download | pyload-5bd5ffbaf7de6436f8648591b9430dad1e3c1eef.tar.xz |
default Dir in module/web/media/
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 58c2c5c79..bd2955038 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -23,16 +23,16 @@ Active Downloads <td id="link_{{ link.id }}_status">{{ link.status }}</td>
<td id="link_{{ link.id }}_info">{{ link.info }}</td>
<td id="link_{{ link.id }}_kbleft">{{ link.size }}</td>
- <td id="link_{{ link.id }}_percent"><font id="link_{{ link.id }}_aktiv_percent">{{ link.percent }}</font>% / <font id="link_{{ link.id }}_aktiv_percent">{{ link.kbleft }}</font><a href="#" onclick="javascript:$('#link_{{ link.id }}_pgb').progressBar(50);">load</a></td>
+ <td id="link_{{ link.id }}_percent"><font id="link_{{ link.id }}_aktiv_percent">{{ link.percent }}</font>% / <font id="link_{{ link.id }}_aktiv_percent">{{ link.kbleft }}</font><a href="#" onclick="javascript:$('#pb1').progressBar(50);">load</a></td>
</tr>
<tr>
<td colspan="5">
-
+ <span id="link_{{ link.id }}_pgb" class="progressBar" style="width: {{ link.percent }}%;"></span>
</td>
</tr>
{% endfor %}
- <span id="pb1" class="progressBar">75%</span>
+
<tbody>
</table>
|