committed by
shypike
4 changed files with 76 additions and 42 deletions
@ -1,64 +1,82 @@ |
|||||
<!--#set global $pane="Config"#--> |
<!--#set global $pane="Config"#--> |
||||
<!--#set global $help_uri="configure-1-0"#--> |
<!--#set global $help_uri="configure-1-0"#--> |
||||
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> |
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> |
||||
|
|
||||
|
<!--#from sabnzbd.newswrapper import HAVE_SSL#--> |
||||
|
<!--#import sabnzbd.utils.sslinfo#--> |
||||
|
<!--#from sabnzbd.decoder import HAVE_YENC#--> |
||||
|
<!--#from sabnzbd.newsunpack import PAR2_COMMAND, PAR2C_COMMAND, RAR_COMMAND, ZIP_COMMAND, SEVEN_COMMAND, NICE_COMMAND, IONICE_COMMAND#--> |
||||
|
|
||||
<div class="colmask"> |
<div class="colmask"> |
||||
<div class="section padTable"> |
<div class="table-responsive section padTable" style="padding-bottom: 0;"> |
||||
<table id="infoTable"> |
<table cellspacing="1" cellpadding="1" class="table table-striped"> |
||||
<tbody> |
<tbody> |
||||
<tr class="alt"> |
<tr> |
||||
<td class="infoTableHeader">$T('version'): </td> |
<th scope="row">$T('version'): </th> |
||||
<td class="infoTableCell">$version [$build]</td> |
<td>$version [$build]</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<th scope="row">$T('uptime'): </th> |
||||
|
<td>$uptime</td> |
||||
|
</tr> |
||||
|
<tr> |
||||
|
<th scope="row">$T('confgFile'): </th> |
||||
|
<td>$configfn</td> |
||||
</tr> |
</tr> |
||||
<tr> |
<tr> |
||||
<td class="infoTableHeader">$T('uptime'): </td> |
<th scope="row">$T('cache').capitalize(): </th> |
||||
<td class="infoTableCell">$uptime</td> |
<td><!--#set $msg=$T('ft-buffer@2')%($cache_art, $cache_size)#-->$msg</td> |
||||
</tr> |
</tr> |
||||
<tr class="alt"> |
<tr> |
||||
<td class="infoTableHeader">$T('confgFile'): </td> |
<th scope="row">$T('parameters'): </th> |
||||
<td class="infoTableCell">$configfn</td> |
<td>$cmdline</td> |
||||
</tr> |
</tr> |
||||
<tr> |
<tr> |
||||
<td class="infoTableHeader">$T('cache').capitalize(): </td> |
<th scope="row">$T('pythonVersion'): </th> |
||||
<td class="infoTableCell"><!--#set $msg=$T('ft-buffer@2')%($cache_art, $cache_size)#-->$msg</td> |
<td>$sys.version[:120]</td> |
||||
</tr> |
</tr> |
||||
<tr class="alt"> |
<tr> |
||||
<td class="infoTableHeader">$T('parameters'): </td> |
<th scope="row">OpenSSL:</th> |
||||
<td class="infoTableCell">$cmdline</td> |
<td><!--#if HAVE_SSL then sabnzbd.utils.sslinfo.ssl_version() + ' [' + ', '.join(sabnzbd.utils.sslinfo.ssl_protocols()) + ']' else "NOT found"#--></td> |
||||
</tr> |
</tr> |
||||
<tr> |
<tr> |
||||
<td class="infoTableHeader">$T('pythonVersion'): </td> |
<th scope="row">pyOpenSSL:</th> |
||||
<td class="infoTableCell">$sys.version[:120]</td> |
<td><!--#if HAVE_SSL then sabnzbd.utils.sslinfo.pyopenssl_version() else "NOT found"#--></td> |
||||
</tr> |
</tr> |
||||
<tr class="infoTableSeperator alt"> |
<tr> |
||||
<td class="infoTableHeader">$T('homePage') </td> |
<th scope="row">yEnc:</th> |
||||
<td class="infoTableCell"><a href="http://sabnzbd.org/" target="_blank">http://sabnzbd.org/</a></td> |
<td><!--#if HAVE_YENC then "Found" else "NOT found"#--></td> |
||||
</tr> |
</tr> |
||||
|
<tr class="separator" colspan="2"><th></th><td></td></tr> |
||||
<tr> |
<tr> |
||||
<td class="infoTableHeader">$T('menu-wiki') </td> |
<th scope="row">$T('homePage') </th> |
||||
<td class="infoTableCell"><a href="http://wiki.sabnzbd.org/faq" target="_blank">http://wiki.sabnzbd.org/faq</a></td> |
<td><a href="http://sabnzbd.org/" target="_blank">http://sabnzbd.org/</a></td> |
||||
</tr> |
</tr> |
||||
<tr class="alt"> |
<tr> |
||||
<td class="infoTableHeader">$T('menu-forums') </td> |
<th scope="row">$T('menu-wiki') </th> |
||||
<td class="infoTableCell"><a href="http://forums.sabnzbd.org/" target="_blank">http://forums.sabnzbd.org/</a></td> |
<td><a href="http://wiki.sabnzbd.org/faq" target="_blank">http://wiki.sabnzbd.org/faq</a></td> |
||||
</tr> |
</tr> |
||||
<tr> |
<tr> |
||||
<td class="infoTableHeader">$T('source') </td> |
<th scope="row">$T('menu-forums') </th> |
||||
<td class="infoTableCell"><a href="https://github.com/sabnzbd/sabnzbd" target="_blank">https://github.com/sabnzbd/sabnzbd</a></td> |
<td><a href="http://forums.sabnzbd.org/" target="_blank">http://forums.sabnzbd.org/</a></td> |
||||
</tr> |
</tr> |
||||
<tr class="alt"> |
<tr> |
||||
<td class="infoTableHeader">$T('menu-irc') </td> |
<th scope="row">$T('source') </th> |
||||
<td class="infoTableCell"><a href="irc://irc.synirc.net/#sabnzbd"><i>#sabnzbd</i> on <i>irc.synirc.net</i></a> $T('or') (<a href="http://sabnzbd.org/live-chat/" target="_blank">webchat</a>)</td> |
<td><a href="https://github.com/sabnzbd/sabnzbd" target="_blank">https://github.com/sabnzbd/sabnzbd</a></td> |
||||
</tr> |
</tr> |
||||
<tr> |
<tr> |
||||
<td class="infoTableHeader">$T('menu-issues') </td> |
<th scope="row">$T('menu-irc') </th> |
||||
<td class="infoTableCell"><a href="http://wiki.sabnzbd.org/issues-1-0-0" target="_blank">http://wiki.sabnzbd.org/issues-1-0-0</a></td> |
<td><a href="irc://irc.synirc.net/#sabnzbd"><i>#sabnzbd</i> on <i>irc.synirc.net</i></a> $T('or') (<a href="http://sabnzbd.org/live-chat/" target="_blank">webchat</a>)</td> |
||||
</tr> |
</tr> |
||||
</tbody> |
</tbody> |
||||
</table> |
</table> |
||||
</div> |
</div> |
||||
|
|
||||
<div class="padding alt"> |
<div class="padding alt"> |
||||
<h5 class="copyright">Copyright © 2008-2016 The SABnzbd Team <<a href="mailto:team@sabnzbd.org">team@sabnzbd.org</a>></h5> |
<h5 class="copyright">Copyright © 2008-2016 The SABnzbd Team <<a href="mailto:team@sabnzbd.org">team@sabnzbd.org</a>></h5> |
||||
<p class="copyright"><small>$T('yourRights')</small></p> |
<p class="copyright"><small>$T('yourRights')</small></p> |
||||
</div> |
</div> |
||||
|
|
||||
</div> |
</div> |
||||
|
|
||||
<!--#include $webdir + "/_inc_footer_uc.tmpl"#--> |
<!--#include $webdir + "/_inc_footer_uc.tmpl"#--> |
||||
|
Loading…
Reference in new issue