Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2806 → Rev 2807

/web/acc/phpsysinfo/README.ALCASAR
1,5 → 1,5
ALCASAR adaptations :
- remove folders "tools", "sample", "plugins", "js/vendor", "js/jQuery"
- in "/" remove "composer.json", "phpsysinfo.xslt", "phpsysinfo3.xsd", "xml.php", "Dockerfile"
- in folder "templates" : remove all except "aqua". "aqua.css" is adapted
- in folder "templates" : remove all except "aqua", "aqua.css", "html" & "plugin". "Aqua.css" has benn adapted
- language/language.php : $lang is set by the web browser conf
/web/acc/phpsysinfo/templates/html/error_config.html
0,0 → 1,22
<?php echo"<?xml version=\"1.0\" encoding=\"utf-8\">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="shortcut icon" href="gfx/favicon.gif" />
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
<title>phpSysInfo - Error</title>
<noscript>
<meta http-equiv="refresh" content="2; URL=index.php?disp=static" />
</noscript>
</head>
<body onload="doRedirect()">
<h1>phpSysInfo - Error</h1>
<div style="position:absolute;top:150px;text-align:center;width:95%;">
<p style="margin:12pt;"><strong>phpsysinfo.ini</strong> does not exist or is not readable by the webserver in the phpsysinfo directory or is misunderstood.</p>
<p style="margin:12pt;">Generated by&nbsp;<a href="http://phpsysinfo.sourceforge.net/">phpSysInfo&nbsp;-&nbsp;<?php echo PSI_VERSION_STRING ?></a></p>
</div>
</body>
</html>
/web/acc/phpsysinfo/templates/html/index_all.html
0,0 → 1,54
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="shortcut icon" href="gfx/favicon.gif" />
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
<title>phpSysInfo - Redirection</title>
<noscript>
<meta http-equiv="refresh" content="2; URL=index.php?disp=static" />
</noscript>
<script type="text/JavaScript" language="JavaScript">
<!--
var sTargetURL = "index.php?disp=static";
//-->
</script>
<script type="text/JavaScript" language="JavaScript1.1">
<!--
sTargetURL = "index.php?disp=bootstrap";
//-->
</script>
<!--[if lt IE 8]>
<script type="text/JavaScript" language="JavaScript">
sTargetURL = "index.php?disp=dynamic";
</script>
<![endif]-->
<script type="text/JavaScript" language="JavaScript">
<!--
function doRedirect() {
setTimeout( "window.location.href = sTargetURL", 2*1000 );
}
//-->
</script>
<script type="text/JavaScript" language="JavaScript1.1">
<!--
function doRedirect() {
window.location.replace( sTargetURL );
}
doRedirect();
//-->
</script>
</head>
<body onload="doRedirect()">
<h1>REDIRECTING ... </h1>
<div style="position:absolute;top:150px;text-align:center;width:95%;">
<p style="margin:12pt;">Loading <a href="index.php?disp=static">redirection target</a></p>
<p style="margin:12pt;">In approx. 2 seconds the redirection target page should load.<br/>
If it doesn't please select the link above.</p>
<p style="margin:12pt;">Generated by&nbsp;<a href="http://phpsysinfo.sourceforge.net/">phpSysInfo&nbsp;-&nbsp;<?php echo PSI_VERSION_STRING ?></a></p>
</div>
</body>
</html>
/web/acc/phpsysinfo/templates/html/index_bootstrap.html
0,0 → 1,501
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely">
<meta name="author" content="phpSysInfo organization at GitHub">
<title>phpSysInfo <?php echo PSI_VERSION_STRING ?></title>
<link href="gfx/favicon.ico" type="image/x-icon" rel="shortcut icon">
<noscript><meta http-equiv="refresh" content="2; URL=index.php?disp=static"/></noscript>
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap.min.css">
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-webapp.css">
<!--[if IE 9]>
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-ie9.css">
<script type="text/JavaScript" src="./js.php?name=bootstrap-ie9"></script>
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-ie8.css">
<script type="text/JavaScript" src="./js.php?name=html5shiv-printshiv"></script>
<script type="text/JavaScript" src="./js.php?name=bootstrap-ie8"></script>
<![endif]-->
<!--[if lt IE 8]>
<script type="text/javascript">
alert('You are using an unsupported browser. Update Internet Explorer to at least version 8');
die();
</script>
<![endif]-->
<link rel="stylesheet" type='text/css' href="templates/misc/emptyfile.css" id="PSI_CSS_Fix">
<link rel="stylesheet" type='text/css' href="templates/misc/emptyfile.css" id="PSI_Template">
</head>
 
<body>
 
<input type="hidden" id="plugins" value="<?php $plugins = ''; foreach (CommonFunctions::getPlugins() as $plugin) : $plugins .= $plugin.','; endforeach; echo substr($plugins, 0, -1);?>"/>
<input type="hidden" id="showCPUListExpanded" value="<?php echo $showCPUListExpanded;?>"/>
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
<input type="hidden" id="hideBootstrapLoader" value="<?php echo $hideBootstrapLoader;?>"/>
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
 
<div class="navbar fixed-top">
<div class="container" style="display:block;">
<div style="display:table-cell">
<div class="navbar-brand">
<img class="logo" alt="" src="gfx/logo_32.gif" title="reload"/>&thinsp;phpSys<a title="phpSysInfo - <?php echo PSI_VERSION_STRING; ?>" class="psihref" href="http://phpsysinfo.sourceforge.net/" target="psihref">Info</a><div class="errorbutton" id="errorbutton" title="errors" data-target="#errors-dialog" style="display:inline-block;background:url('gfx/attention.gif') no-repeat center;width:49px;height:32px;visibility:hidden;">
<img id="loader" alt="" src="gfx/ajax-loader.gif" style="margin:0 3px 0 3px;visibility:hidden;"/>
</div>
</div>
</div>
 
<div id="select" class="select" style="display:none;width:100%;vertical-align:middle;text-align:right;">
<div id="tempblock" style="display:none;">
<span class="lang_044">Template</span>
<select class="template" id="template">
<?php if ($picktemplate) {
foreach ($bootstraptemplates as $t) :
$selected = "";
if ($bootstraptemplate === $t) {
$selected = " selected=\"selected\"";
}
echo " <option value=\"".$t."\"".$selected.">".$t."</option>\n";
endforeach;
} else {
echo " <option value=\"".$bootstraptemplate."\" selected=\"selected\">".$bootstraptemplate."</option>\n";
}?>
</select>
</div>
<div id="langblock" style="display:none;">
<span class="lang_045">Language</span>
<select class="language" id="language">
<?php if ($picklanguage) {
foreach ($languages as $l) :
$selected = "";
if ($language === $l) {
$selected = " selected=\"selected\"";
}
echo " <option value=\"".$l."\"".$selected.">".$l."</option>\n";
endforeach;
} else {
echo " <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
}?>
</select>
</div>
</div>
 
<noscript>
<p>Your navigator does not support JavaScript (or JavaScript is not activated).</p>
<p>In approximatively 2 seconds you will be redirected to the static version of phpSysInfo.</p>
<p>&nbsp;</p>
<p><a href="index.php?disp=static">Click here to switch to the static version</a></p>
</noscript>
</div>
</div>
 
<div class="container">
<div id="output" class="row" style="display:none;">
<div id="block_vitals" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_002">System vitals</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="vitals" class="table table-hover table-sm noborderattop">
<tbody>
<tr>
<th><span class="lang_003">Hostname</span></th>
<td><span data-bind="Hostname"></span></td>
</tr>
<tr>
<th><span class="lang_004">Listening IP</span></th>
<td><span data-bind="IPAddr"></span></td>
</tr>
<tr>
<th><span class="lang_005">Kernel Version</span></th>
<td><span data-bind="Kernel"></span></td>
</tr>
<tr>
<th><span class="lang_006">Distro Name</span></th>
<td><span data-bind="Distro"></span></td>
</tr>
<tr>
<th><span class="lang_127">OS Type</span></th>
<td><span data-bind="OS"></span></td>
</tr>
<tr>
<th><span class="lang_007">Uptime</span></th>
<td><span data-bind="Uptime"></span></td>
</tr>
<tr>
<th><span class="lang_095">Last boot</span></th>
<td><span data-bind="LastBoot"></span></td>
</tr>
<tr>
<th><span class="lang_008">Current Users</span></th>
<td><span data-bind="Users"></span></td>
</tr>
<tr>
<th><span class="lang_009">Load Averages</span></th>
<td><span data-bind="LoadAvg"></span></td>
</tr>
<tr id="tr_SysLang">
<th><span class="lang_097">System Language</span></th>
<td><span data-bind="SysLang"></span></td>
</tr>
<tr id="tr_CodePage">
<th><span class="lang_098">Code Page</span></th>
<td><span data-bind="CodePage"></span></td>
</tr>
<tr id="tr_Processes">
<th><span class="lang_110">Processes</span></th>
<td><span data-bind="Processes"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_hardware" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_010">Hardware Information</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="hardware" class="table table-hover table-sm noborderattop">
<tbody id="hardware-data">
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_memory" class="col-lg-12" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_027">Memory Usage</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="memory" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_034">Type</span></th>
<th><span class="lang_033">Usage</span></th>
<th class="rightCell"><span class="lang_125">Free</span></th>
<th class="rightCell"><span class="lang_036">Used</span></th>
<th class="rightCell"><span class="lang_037">Size</span></th>
</tr>
</thead>
<tbody id="memory-data">
<tr>
<th><span data-bind="Type"></span></th>
<td><span data-bind="Usage"></span></td>
<td class="rightCell"><span data-bind="Free"></span></td>
<td class="rightCell"><span data-bind="Used"></span></td>
<td class="rightCell"><span data-bind="Total"></span></td>
</tr>
</tbody>
<tfoot id="swap-data" style="display:none;">
<tr>
<th><span data-bind="Name"></span></th>
<td><span data-bind="Usage"></span></td>
<td class="rightCell"><span data-bind="Free"></span></td>
<td class="rightCell"><span data-bind="Used"></span></td>
<td class="rightCell"><span data-bind="Total"></span></td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_filesystem" class="col-lg-12" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_030">Mounted Filesystems</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="filesystem" class="table table-hover table-sm sortable">
<thead>
<tr>
<th id="filesystem_MountPoint"><span class="lang_031">Mountpoint</span></th>
<th><span class="lang_034">Type</span></th>
<th><span class="lang_032">Partition</span></th>
<th><span class="lang_033">Usage</span></th>
<th class="rightCell sorttable_numeric"><span class="lang_035">Free</span></th>
<th class="rightCell sorttable_numeric"><span class="lang_036">Used</span></th>
<th class="rightCell sorttable_numeric"><span class="lang_037">Size</span></th>
</tr>
</thead>
<tbody id="filesystem-data">
<tr>
<th><span data-bind="MountPoint"></span></th>
<td><span data-bind="FSType"></span></td>
<td><span data-bind="Name"></span></td>
<td><span data-bind="Percent"></span></td>
<td class="rightCell"><span data-bind="Free"></span></td>
<td class="rightCell"><span data-bind="Used"></span></td>
<td class="rightCell"><span data-bind="Total"></span></td>
</tr>
</tbody>
<tfoot id="filesystem-foot">
<tr>
<td></td>
<td></td>
<th><span class="lang_038">Totals</span></th>
<th><span data-bind="Percent"></span></th>
<th class="rightCell"><span data-bind="Free"></span></th>
<th class="rightCell"><span data-bind="Used"></span></th>
<th class="rightCell"><span data-bind="Total"></span></th>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_network" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_021">Network Interface</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="network" class="table table-hover table-sm">
<thead>
<tr>
<th style="width:60%"><span class="lang_022">Device</span></th>
<th class="rightCell"><span class="lang_023">Receive</span></th>
<th class="rightCell"><span class="lang_024">Send</span></th>
<th class="rightCell"><span class="lang_025">Err/<wbr>Drop</span></th>
</tr>
</thead>
<tbody id="network-data"></tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_voltage" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_052">Voltage</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="voltage" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="rightCell"><span class="lang_054">Value</span></th>
<th class="rightCell"><span class="lang_055">Min</span></th>
<th class="rightCell"><span class="lang_056">Max</span></th>
</tr>
</thead>
<tbody id="voltage-data">
<tr>
<th><span data-bind="Label"></span></th>
<td class="rightCell"><span data-bind="Value"></span></td>
<td class="rightCell"><span data-bind="Min"></span></td>
<td class="rightCell"><span data-bind="Max"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_current" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_105">Current</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="current" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="rightCell"><span class="lang_054">Value</span></th>
<th class="rightCell"><span class="lang_055">Min</span></th>
<th class="rightCell"><span class="lang_056">Max</span></th>
</tr>
</thead>
<tbody id="current-data">
<tr>
<th><span data-bind="Label"></span></th>
<td class="rightCell"><span data-bind="Value"></span></td>
<td class="rightCell"><span data-bind="Min"></span></td>
<td class="rightCell"><span data-bind="Max"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_temperature" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_051">Temperatures</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="temperature" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="rightCell"><span class="lang_054">Value</span></th>
<th class="rightCell"><span class="lang_058">Limit</span></th>
</tr>
</thead>
<tbody id="temperature-data">
<tr>
<th><span data-bind="Label"></span></th>
<td class="rightCell"><span data-bind="Value"></span></td>
<td class="rightCell"><span data-bind="Max"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_fans" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_053">Fans</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="fans" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="rightCell"><span class="lang_054">Value</span></th>
<th class="rightCell"><span class="lang_055">Min</span></th>
</tr>
</thead>
<tbody id="fans-data">
<tr>
<th><span data-bind="Label"></span></th>
<td class="rightCell"><span data-bind="Value"></span></td>
<td class="rightCell"><span data-bind="Min"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_power" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_102">Power</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="power" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="rightCell"><span class="lang_054">Value</span></th>
<th class="rightCell"><span class="lang_058">Limit</span></th>
</tr>
</thead>
<tbody id="power-data">
<tr>
<th><span data-bind="Label"></span></th>
<td class="rightCell"><span data-bind="Value"></span></td>
<td class="rightCell"><span data-bind="Max"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_other" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_121">Other</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="other" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="rightCell"><span class="lang_054">Value</span></th>
</tr>
</thead>
<tbody id="other-data">
<tr>
<th><span data-bind="Label"></span></th>
<td class="rightCell"><span data-bind="Value"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<div id="block_ups" class="col-lg-6" style="display:none;">
<div class="card">
<div class="card-header"><span class="lang_068">UPS Information</span></div>
<div class="card-body">
<div class="table-responsive">
<table id="ups" class="table table-hover table-sm noborderattop">
<tbody id="ups-data">
</tbody>
</table>
</div>
</div>
</div>
</div>
 
<?php foreach (CommonFunctions::getPlugins() as $plugin) :
if (file_exists(PSI_APP_ROOT . '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html')) : ?>
<?php include PSI_APP_ROOT. '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html'; ?>
 
<?php endif; endforeach; ?>
 
</div>
 
<!-- Errors details modal dialogs -->
<div class="modal fade" id="errors-dialog" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Errors</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<ul id="errors" class="list-group">
</ul>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
 
</div>
 
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
<script type="text/JavaScript" src="./js.php?name=console-shim"></script>
<script type="text/JavaScript" src="./js.php?name=transparency"></script>
<script type="text/JavaScript" src="./js.php?name=sorttable"></script>
<script type="text/JavaScript" src="./js.php?name=jquery.treegrid"></script>
<script type="text/JavaScript" src="./js.php?name=bootstrap-util"></script>
<script type="text/JavaScript" src="./js.php?name=bootstrap-modal"></script>
 
<?php foreach (CommonFunctions::getPlugins() as $plugin) : ?>
<script type="text/JavaScript" src="./js.php?plugin=<?php echo $plugin ?>&amp;name=<?php echo $plugin ?>_bootstrap"></script>
<?php endforeach; ?>
 
<script type="text/JavaScript" src="./js.php?name=phpsysinfo_bootstrap"></script>
 
</body>
</html>
/web/acc/phpsysinfo/templates/html/index_dynamic.html
0,0 → 1,285
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="Description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely" />
<noscript>
<meta http-equiv="refresh" content="2; URL=index.php?disp=static" />
</noscript>
<link rel="shortcut icon" href="gfx/favicon.gif" />
<link type="text/css" rel="stylesheet" href="./templates/misc/emptyfile.css" title="PSI_Template"/>
<link type="text/css" rel="stylesheet" href="./templates/plugin/nyroModal.full.css" />
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.jgrowl.css" />
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.dataTables.css" />
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.treeTable.css" />
 
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
<script type="text/JavaScript" src="./js.php?name=jquery.dataTables"></script>
<script type="text/JavaScript" src="./js.php?name=jquery.nyroModal"></script>
<script type="text/JavaScript" src="./js.php?name=jquery.jgrowl"></script>
<script type="text/JavaScript" src="./js.php?name=jquery.timer"></script>
<script type="text/JavaScript" src="./js.php?name=jquery.treeTable"></script>
<!--[if lte IE 6]>
<script type="text/JavaScript" src="./js.php?name=jquery.ifixpng"></script>
<![endif]-->
<script type="text/JavaScript" src="./js.php?name=phpsysinfo"></script>
<?php foreach (CommonFunctions::getPlugins() as $plugin) : ?>
<?php if (file_exists("./plugins/".$plugin."/css/".$plugin.".css")) : ?>
<link type="text/css" rel="stylesheet" href="./plugins/<?php echo $plugin ?>/css/<?php echo $plugin ?>.css" />
<?php endif; ?>
<script type="text/JavaScript" src="./js.php?plugin=<?php echo $plugin ?>"></script>
<?php endforeach; ?>
<title>phpSysInfo <?php echo PSI_VERSION_STRING ?></title>
</head>
<body>
<input type="hidden" id="showCPUListExpanded" value="<?php echo $showCPUListExpanded;?>"/>
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
<input type="hidden" id="showMemoryInfosExpanded" value="<?php echo $showMemoryInfosExpanded;?>"/>
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
<div id="loader">
<h1>
<a href="#errors" class="nyroModal">
<img id="loadwarn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
</a>
Loading... please wait!</h1>
<div id="container">
<noscript>
<p>Your navigator does not support JavaScript (or JavaScript is not activated).</p>
<p>In approximatively 2 seconds you will be redirected to the static version of phpSysInfo.</p>
<p>&nbsp;</p>
<p><a href="index.php?disp=static">Click here to switch to the static version</a></p>
</noscript>
</div>
</div>
<div id="errors" style="display:none; width:940px">
<div id="errorlist">
<h2>Oh, I'm sorry. Something seems to be wrong.</h2>
</div>
</div>
<div id="output" style="display:none;">
<h1>
<a href="#errors" class="nyroModal">
<img id="warn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
</a>
<span id="title">
<span class="lang_001">System information</span>
:&nbsp;<span id="s_hostname_title"></span>
(<span id="s_ip_title"></span>)
</span>
</h1>
<div id="select">
<span class="lang_044" style="display:none;">Template</span>
<select id="template" name="template" style="display:none;">
<?php
if ($picktemplate) {
foreach ($templates as $t) :
$selected = "";
if ($template === $t) {
$selected = " selected=\"selected\"";
}
echo " <option value=\"".$t."\"".$selected.">".$t."</option>\n";
endforeach;
} else {
echo " <option value=\"".$template."\" selected=\"selected\">".$template."</option>\n";
}
?>
</select>
<span class="lang_045" style="display:none;">Language</span>
<select id="language" name="language" style="display:none;">
<?php
if ($picklanguage) {
foreach ($languages as $l) :
$selected = "";
if ($language === $l) {
$selected = " selected=\"selected\"";
}
echo " <option value=\"".$l."\"".$selected.">".$l."</option>\n";
endforeach;
} else {
echo " <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
}
?>
</select>
</div>
<div id="vitals">
<h2><span class="lang_002">System vitals</span></h2>
<div style="overflow-x:auto;">
<table class="stripeMe" id="vitalsTable" style="border-collapse:collapse;">
<tr>
<td style="width:160px;"><span class="lang_003">Hostname</span></td>
<td><span id="s_hostname"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_004">Listening IP</span></td>
<td><span id="s_ip"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_005">Kernel Version</span></td>
<td><span id="s_kernel"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_006">Distro Name</span></td>
<td><span id="s_distro"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_127">OS Type</span></td>
<td><span id="s_os"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_007">Uptime</span></td>
<td><span id="s_uptime"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_095">Last boot</span></td>
<td><span id="s_lastboot"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_008">Current Users</span></td>
<td><span id="s_users"></span></td>
</tr>
<tr>
<td style="width:160px;"><span class="lang_009">Load Averages</span></td>
<td><span id="s_loadavg"></span></td>
</tr>
<tr style="display:none;" id="s_syslang_tr">
<td style="width:160px;"><span class="lang_097">System Language</span></td>
<td><span id="s_syslang"></span></td>
</tr>
<tr style="display:none;" id="s_codepage_tr1">
<td style="width:160px;"><span class="lang_098">Code Page</span></td>
<td><span id="s_codepage_1"></span></td>
</tr>
<tr style="display:none;" id="s_codepage_tr2">
<td style="width:160px;"><span class="lang_098">Code Page</span></td>
<td><span id="s_codepage_2"></span></td>
</tr>
<tr style="display:none;" id="s_processes_tr1">
<td style="width:160px;"><span class="lang_110">Processes</span></td>
<td><span id="s_processes_1"></span></td>
</tr>
<tr style="display:none;" id="s_processes_tr2">
<td style="width:160px;"><span class="lang_110">Processes</span></td>
<td><span id="s_processes_2"></span></td>
</tr>
</table>
</div>
</div>
<div id="hardware">
</div>
<div id="memory">
</div>
<div id="filesystem">
</div>
<div id="network">
</div>
<div id="voltage" style="display:none;">
<h2><span class="lang_052">Voltage</span></h2>
<div style="overflow-x:auto;">
<table class="stripeMe" id="voltageTable" style="border-collapse:collapse;">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="right"><span class="lang_054">Value</span></th>
<th class="right" style="width: 80px;"><span class="lang_055">Min</span></th>
<th class="right" style="width: 80px;"><span class="lang_056">Max</span></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="current" style="display:none;">
<h2><span class="lang_105">Current</span></h2>
<div style="overflow-x:auto;">
<table class="stripeMe" id="currentTable" style="border-collapse:collapse;">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
<th class="right" style="width: 80px;"><span class="lang_055">Min</span></th>
<th class="right" style="width: 80px;"><span class="lang_056">Max</span></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="temperature" style="display:none;">
<h2><span class="lang_051">Temperature</span></h2>
<div style="overflow-x:auto;">
<table class="stripeMe" id="temperatureTable" style="border-collapse:collapse;">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
<th class="right" style="width: 80px;"><span class="lang_058">Limit</span></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="fans" style="display:none;">
<h2><span class="lang_053">Fans</span></h2>
<div style="overflow-x:auto;">
<table class="stripeMe" id="fansTable" style="border-collapse:collapse;">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
<th class="right" style="width: 80px;"><span class="lang_055">Min</span></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="power" style="display:none;">
<h2><span class="lang_102">Power</span></h2>
<div style="overflow-x:auto;">
<table class="stripeMe" id="powerTable" style="border-collapse:collapse;">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
<th class="right" style="width: 80px;"><span class="lang_058">Limit</span></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="other" style="display:none;">
<h2><span class="lang_121">Other</span></h2>
<div style="overflow-x:auto;">
<table class="stripeMe" id="otherTable" style="border-collapse:collapse;">
<thead>
<tr>
<th><span class="lang_059">Label</span></th>
<th class="right" style="width: 160px;"><span class="lang_054">Value</span></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div id="ups" style="display:none;">
</div>
<div id="footer">
<span class="lang_047">Generated by</span>&nbsp;<a href="http://phpsysinfo.sourceforge.net/" target="psihref">phpSysInfo&nbsp;-&nbsp;<span id="version"></span></a>
</div>
</div>
</body>
</html>
/web/acc/phpsysinfo/templates/plugin/jquery.dataTables.css
0,0 → 1,14
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables sorting
*/
.sorting_asc {
background: url('../../gfx/sort_asc.gif') no-repeat center right;
}
 
.sorting_desc {
background: url('../../gfx/sort_desc.gif') no-repeat center right;
}
 
.sorting {
background: url('../../gfx/sort_both.gif') no-repeat center right;
}
/web/acc/phpsysinfo/templates/plugin/jquery.jgrowl.css
0,0 → 1,132
 
div.jGrowl {
padding: 10px;
z-index: 9999;
color: #fff;
font-size: 12px;
}
 
/** Special IE6 Style Positioning **/
div.ie6 {
position: absolute;
}
 
div.ie6.top-right {
right: auto;
bottom: auto;
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
 
div.ie6.top-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
 
div.ie6.bottom-right {
left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
 
div.ie6.bottom-left {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
 
div.ie6.center {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
width: 100%;
}
 
/** Normal Style Positions **/
div.jGrowl {
position: absolute;
}
 
body > div.jGrowl {
position: fixed;
}
 
div.jGrowl.top-left {
left: 0px;
top: 0px;
}
 
div.jGrowl.top-right {
right: 0px;
top: 0px;
}
 
div.jGrowl.bottom-left {
left: 0px;
bottom: 0px;
}
 
div.jGrowl.bottom-right {
right: 0px;
bottom: 0px;
}
 
div.jGrowl.center {
top: 0px;
width: 50%;
left: 25%;
}
 
/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
margin-left: auto;
margin-right: auto;
}
 
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
background-color: #000;
opacity: .85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
zoom: 1;
width: 235px;
padding: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: left;
display: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
 
div.jGrowl div.jGrowl-notification {
min-height: 40px;
}
 
div.jGrowl div.jGrowl-notification div.jGrowl-header {
font-weight: bold;
font-size: .85em;
}
 
div.jGrowl div.jGrowl-notification div.jGrowl-close {
z-index: 99;
float: right;
font-weight: bold;
font-size: 1em;
cursor: pointer;
}
 
div.jGrowl div.jGrowl-closer {
padding-top: 4px;
padding-bottom: 4px;
cursor: pointer;
font-size: .9em;
font-weight: bold;
text-align: center;
}
 
/** Hide jGrowl when printing **/
@media print {
div.jGrowl {
display: none;
}
}
/web/acc/phpsysinfo/templates/plugin/jquery.treeTable.css
0,0 → 1,37
/*
Copyright: Paul Hanlon
Released under the MIT/BSD licence which means you can do anything you want
with it, as long as you keep this copyright notice on the page
*/
.collapsed {
display: none;
}
 
.tablemain {
border-collapse: collapse;
padding: 0px;
text-align: left;
}
 
.tablemain td {
margin-left: 3px;
}
 
.tree td {
padding: 0px 2px 0px 0px;
cursor: pointer;
}
 
.adeimg, .ttimage, .parimg, .preimg {
border: none;
margin: 0px;
padding: 0px;
vertical-align: bottom;
width: 16px;
height: 16px;
}
 
.adeimg, .parimg {
cursor: pointer;
}
/web/acc/phpsysinfo/templates/plugin/nyroModal.full.css
0,0 → 1,104
div#nyroModalFull {
font-size: 12px;
color: #777;
}
div#nyroModalFull div#nyroModalLoading {
border: 4px solid #777;
width: 150px;
height: 150px;
text-indent: -9999em;
background: #fff url(../../gfx/ajaxLoader.gif) no-repeat;
background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
border: 4px solid #f66;
line-height: 20px;
padding: 20px;
width: 300px;
height: 100px;
text-indent: 0;
background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
background: #fff;
border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
position: absolute;
display: block;
top: -13px;
right: -13px;
width: 12px;
height: 12px;
background: url(../../gfx/close.gif) no-repeat;
outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
margin: 0;
padding: 0;
position: absolute;
top: -22px;
left: 5px;
font-size: 12px;
color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {
overflow: auto;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
position: relative;
overflow: hidden;
text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
position: absolute;
bottom: 0;
left: 0;
background: black;
padding: 10px;
margin: 10px;
border: 1px white dotted;
overflow: hidden;
opacity: 0.2;
filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
z-index: 105;
outline: none;
position: absolute;
top: 0;
height: 100%;
width: 40%;
cursor: pointer;
text-indent: -9999em;
background: left 20% no-repeat;
background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
height: 60%;
width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
background-image: url(../../gfx/prev.gif);
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
right: 0;
background-position: right 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
background-image: url(../../gfx/next.gif);
}