summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-04-24 19:46:59 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-04-24 19:46:59 +0200
commit1ef8f2435ec72fac64505fc11939e94665e11eef (patch)
tree76eb662a771923479e894b9c160a9b46326f33d1 /module/web/templates
parentbitshare fixes (diff)
downloadpyload-1ef8f2435ec72fac64505fc11939e94665e11eef.tar.xz
parse content disposition
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/info.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/module/web/templates/default/info.html b/module/web/templates/default/info.html
index f1ef06814..b9ee3b1bd 100644
--- a/module/web/templates/default/info.html
+++ b/module/web/templates/default/info.html
@@ -20,8 +20,16 @@
<h3>{{ _("System") }}</h3>
<table class="system">
+ <tr>
+ <td>{{ _("Python:") }}</td>
+ <td>{{ python }}</td>
+ </tr>
+ <tr>
+ <td>{{ _("OS:") }}</td>
+ <td>{{ os }}</td>
+ </tr>
<tr>
- <td>{{ _("Version:") }}</td>
+ <td>{{ _("pyLoad version:") }}</td>
<td>{{ version }}</td>
</tr>
<tr>