{include file="header.html"}

{$layout.pagetitle}

{t}About LMS:{/t}
{t}LMS version:{/t} {$layout.lmsv} ({$layout.lmsvr})
{t}LMSDB version:{/t} {$layout.lmsdbv}
{if $layout.dbtype == "mysql"} {t}MySQL version:{/t} {elseif $layout.dbtype == "postgres"} {t}PostgreSQL version:{/t} {/if} {$layout.dbversion}
{t}PHP version:{/t} {$sysinfo.phpversion}
{t}Smarty version:{/t} {$layout.smarty_version}
{t}About system:{/t}
{t}Hostname:{/t} {$sysinfo.hostname}
{t}System version:{/t} {$sysinfo.kernel}
{t}Uptime:{/t} {$sysinfo.uptime}
{t}Users logged in:{/t} {$sysinfo.users}
{t}Load:{/t} {$sysinfo.loadavg.0} {$sysinfo.loadavg.1} {$sysinfo.loadavg.2}
{t}Customers:{/t}
{t}Connected:{/t} {$customerstats.connected}
{t}Waiting:{/t} {$customerstats.awaiting}
{t}Interested:{/t} {$customerstats.interested}
{t}Total:{/t}
{t}Total Dues:{/t}
{$customerstats.total}
{$customerstats.debt} ({t}amount{/t} {$customerstats.debtvalue|money_format})
{t}Nodes:{/t}
{t}Online:{/t} {$nodestats.online}
{t}Connected Nodes:{/t} {$nodestats.connected}
{t}Disconnected:{/t} {$nodestats.disconnected}
{t}Total:{/t} {$nodestats.total}
{t}Helpdesk:{/t}
{t}New:{/t} {$rtstats.new|default:"0"}
{t}Opened:{/t} {$rtstats.opened|default:"0"}
{t}Dead:{/t} {$rtstats.dead|default:"0"}
{t}Resolved:{/t} {$rtstats.resolved|default:"0"}
{t}Total:{/t} {math equation="a+b+c+d" a=$rtstats.opened b=$rtstats.new c=$rtstats.dead d=$rtstats.resolved}
{t}Useful Links:{/t}
{t}LMS Project Homepage{/t}
{t}Online Documentation{/t}
{t}ChangeLog{/t}
{t}Mailing List Archive{/t}
{t}CVS Repository{/t}
{t}Bug Tracking System{/t}
{t}Registration info:{/t}
{if $regdata} {t}Registration ID:{/t} {$regdata.id|string_format:"%04d"}
{t}Registered for:{/t} {$regdata.name}
{t}URL:{/t} {$regdata.url}
{t}Change registration info{/t} {else} {t}Your installation is unregistered!{/t}
{t}Click here, to register your installation and learn more why you should - IT'S FREE!{/t} {/if}

{if $layout.fortune}

{$layout.fortune|replace:"\n":"
"}

{/if} {include file="footer.html"}