diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-04-24 19:46:59 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-04-24 19:46:59 +0200 |
commit | 1ef8f2435ec72fac64505fc11939e94665e11eef (patch) | |
tree | 76eb662a771923479e894b9c160a9b46326f33d1 /module/web/templates | |
parent | bitshare fixes (diff) | |
download | pyload-1ef8f2435ec72fac64505fc11939e94665e11eef.tar.xz |
parse content disposition
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/info.html | 10 |
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> |