2807 |
rexy |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
4 |
<head>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
6 |
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
|
7 |
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
3179 |
rexy |
8 |
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self'" />
|
2807 |
rexy |
9 |
<meta name="Description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely" />
|
|
|
10 |
<noscript>
|
|
|
11 |
<meta http-equiv="refresh" content="2; URL=index.php?disp=static" />
|
|
|
12 |
</noscript>
|
|
|
13 |
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
2976 |
rexy |
14 |
<link type="text/css" rel="stylesheet" href="./templates/misc/emptyfile.css" title="PSI_Template" />
|
2807 |
rexy |
15 |
<link type="text/css" rel="stylesheet" href="./templates/plugin/nyroModal.full.css" />
|
|
|
16 |
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.jgrowl.css" />
|
|
|
17 |
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.dataTables.css" />
|
|
|
18 |
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.treeTable.css" />
|
|
|
19 |
|
|
|
20 |
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
|
|
|
21 |
<script type="text/JavaScript" src="./js.php?name=jquery.dataTables"></script>
|
|
|
22 |
<script type="text/JavaScript" src="./js.php?name=jquery.nyroModal"></script>
|
|
|
23 |
<script type="text/JavaScript" src="./js.php?name=jquery.jgrowl"></script>
|
|
|
24 |
<script type="text/JavaScript" src="./js.php?name=jquery.timer"></script>
|
|
|
25 |
<script type="text/JavaScript" src="./js.php?name=jquery.treeTable"></script>
|
|
|
26 |
<!--[if lte IE 6]>
|
|
|
27 |
<script type="text/JavaScript" src="./js.php?name=jquery.ifixpng"></script>
|
|
|
28 |
<![endif]-->
|
|
|
29 |
<script type="text/JavaScript" src="./js.php?name=phpsysinfo"></script>
|
|
|
30 |
<?php foreach (CommonFunctions::getPlugins() as $plugin) : ?>
|
|
|
31 |
<?php if (file_exists("./plugins/".$plugin."/css/".$plugin.".css")) : ?>
|
|
|
32 |
<link type="text/css" rel="stylesheet" href="./plugins/<?php echo $plugin ?>/css/<?php echo $plugin ?>.css" />
|
|
|
33 |
<?php endif; ?>
|
|
|
34 |
<script type="text/JavaScript" src="./js.php?plugin=<?php echo $plugin ?>"></script>
|
|
|
35 |
<?php endforeach; ?>
|
|
|
36 |
<title>phpSysInfo <?php echo PSI_VERSION_STRING ?></title>
|
|
|
37 |
</head>
|
|
|
38 |
<body>
|
|
|
39 |
<input type="hidden" id="showCPUListExpanded" value="<?php echo $showCPUListExpanded;?>"/>
|
|
|
40 |
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
|
|
|
41 |
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
|
|
|
42 |
<input type="hidden" id="showMemoryInfosExpanded" value="<?php echo $showMemoryInfosExpanded;?>"/>
|
|
|
43 |
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
|
|
|
44 |
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
|
2976 |
rexy |
45 |
<input type="hidden" id="hideTotals" value="<?php echo $hideTotals;?>"/>
|
|
|
46 |
<input type="hidden" id="increaseWidth" value="<?php echo $increaseWidth;?>"/>
|
2807 |
rexy |
47 |
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
|
|
|
48 |
<div id="loader">
|
|
|
49 |
<h1>
|
|
|
50 |
<a href="#errors" class="nyroModal">
|
|
|
51 |
<img id="loadwarn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
|
|
|
52 |
</a>
|
|
|
53 |
Loading... please wait!</h1>
|
|
|
54 |
<div id="container">
|
|
|
55 |
<noscript>
|
|
|
56 |
<p>Your navigator does not support JavaScript (or JavaScript is not activated).</p>
|
|
|
57 |
<p>In approximatively 2 seconds you will be redirected to the static version of phpSysInfo.</p>
|
|
|
58 |
<p> </p>
|
|
|
59 |
<p><a href="index.php?disp=static">Click here to switch to the static version</a></p>
|
|
|
60 |
</noscript>
|
|
|
61 |
</div>
|
|
|
62 |
</div>
|
|
|
63 |
<div id="errors" style="display:none; width:940px">
|
|
|
64 |
<div id="errorlist">
|
|
|
65 |
<h2>Oh, I'm sorry. Something seems to be wrong.</h2>
|
|
|
66 |
</div>
|
|
|
67 |
</div>
|
|
|
68 |
<div id="output" style="display:none;">
|
|
|
69 |
<h1>
|
|
|
70 |
<a href="#errors" class="nyroModal">
|
|
|
71 |
<img id="warn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
|
|
|
72 |
</a>
|
|
|
73 |
<span id="title">
|
|
|
74 |
<span class="lang_001">System information</span>
|
|
|
75 |
: <span id="s_hostname_title"></span>
|
|
|
76 |
(<span id="s_ip_title"></span>)
|
|
|
77 |
</span>
|
|
|
78 |
</h1>
|
|
|
79 |
<div id="select">
|
|
|
80 |
<span class="lang_044" style="display:none;">Template</span>
|
|
|
81 |
<select id="template" name="template" style="display:none;">
|
|
|
82 |
<?php
|
|
|
83 |
if ($picktemplate) {
|
|
|
84 |
foreach ($templates as $t) :
|
|
|
85 |
$selected = "";
|
|
|
86 |
if ($template === $t) {
|
|
|
87 |
$selected = " selected=\"selected\"";
|
|
|
88 |
}
|
|
|
89 |
echo " <option value=\"".$t."\"".$selected.">".$t."</option>\n";
|
|
|
90 |
endforeach;
|
|
|
91 |
} else {
|
|
|
92 |
echo " <option value=\"".$template."\" selected=\"selected\">".$template."</option>\n";
|
|
|
93 |
}
|
|
|
94 |
?>
|
|
|
95 |
</select>
|
|
|
96 |
<span class="lang_045" style="display:none;">Language</span>
|
|
|
97 |
<select id="language" name="language" style="display:none;">
|
|
|
98 |
<?php
|
|
|
99 |
if ($picklanguage) {
|
|
|
100 |
foreach ($languages as $l) :
|
|
|
101 |
$selected = "";
|
|
|
102 |
if ($language === $l) {
|
|
|
103 |
$selected = " selected=\"selected\"";
|
|
|
104 |
}
|
|
|
105 |
echo " <option value=\"".$l."\"".$selected.">".$l."</option>\n";
|
|
|
106 |
endforeach;
|
|
|
107 |
} else {
|
|
|
108 |
echo " <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
|
|
|
109 |
}
|
|
|
110 |
?>
|
|
|
111 |
</select>
|
|
|
112 |
</div>
|
2976 |
rexy |
113 |
<div id="vitals" class="halfsize">
|
2807 |
rexy |
114 |
<h2><span class="lang_002">System vitals</span></h2>
|
|
|
115 |
<div style="overflow-x:auto;">
|
3037 |
rexy |
116 |
<table id="vitalsTable" style="border-collapse:collapse;">
|
2807 |
rexy |
117 |
<tr>
|
|
|
118 |
<td style="width:160px;"><span class="lang_003">Hostname</span></td>
|
|
|
119 |
<td><span id="s_hostname"></span></td>
|
|
|
120 |
</tr>
|
|
|
121 |
<tr>
|
|
|
122 |
<td style="width:160px;"><span class="lang_004">Listening IP</span></td>
|
|
|
123 |
<td><span id="s_ip"></span></td>
|
|
|
124 |
</tr>
|
|
|
125 |
<tr>
|
|
|
126 |
<td style="width:160px;"><span class="lang_005">Kernel Version</span></td>
|
|
|
127 |
<td><span id="s_kernel"></span></td>
|
|
|
128 |
</tr>
|
|
|
129 |
<tr>
|
|
|
130 |
<td style="width:160px;"><span class="lang_006">Distro Name</span></td>
|
|
|
131 |
<td><span id="s_distro"></span></td>
|
|
|
132 |
</tr>
|
|
|
133 |
<tr>
|
|
|
134 |
<td style="width:160px;"><span class="lang_127">OS Type</span></td>
|
|
|
135 |
<td><span id="s_os"></span></td>
|
|
|
136 |
</tr>
|
|
|
137 |
<tr>
|
|
|
138 |
<td style="width:160px;"><span class="lang_007">Uptime</span></td>
|
|
|
139 |
<td><span id="s_uptime"></span></td>
|
|
|
140 |
</tr>
|
|
|
141 |
<tr>
|
|
|
142 |
<td style="width:160px;"><span class="lang_095">Last boot</span></td>
|
|
|
143 |
<td><span id="s_lastboot"></span></td>
|
|
|
144 |
</tr>
|
|
|
145 |
<tr>
|
|
|
146 |
<td style="width:160px;"><span class="lang_008">Current Users</span></td>
|
|
|
147 |
<td><span id="s_users"></span></td>
|
|
|
148 |
</tr>
|
|
|
149 |
<tr>
|
|
|
150 |
<td style="width:160px;"><span class="lang_009">Load Averages</span></td>
|
|
|
151 |
<td><span id="s_loadavg"></span></td>
|
|
|
152 |
</tr>
|
3037 |
rexy |
153 |
<tr>
|
2807 |
rexy |
154 |
<td style="width:160px;"><span class="lang_097">System Language</span></td>
|
|
|
155 |
<td><span id="s_syslang"></span></td>
|
|
|
156 |
</tr>
|
3037 |
rexy |
157 |
<tr>
|
2807 |
rexy |
158 |
<td style="width:160px;"><span class="lang_098">Code Page</span></td>
|
3037 |
rexy |
159 |
<td><span id="s_codepage"></span></td>
|
2807 |
rexy |
160 |
</tr>
|
3037 |
rexy |
161 |
<tr>
|
2807 |
rexy |
162 |
<td style="width:160px;"><span class="lang_110">Processes</span></td>
|
3037 |
rexy |
163 |
<td><span id="s_processes"></span></td>
|
2807 |
rexy |
164 |
</tr>
|
|
|
165 |
</table>
|
|
|
166 |
</div>
|
|
|
167 |
</div>
|
2976 |
rexy |
168 |
<div id="hardware" class="halfsize">
|
2807 |
rexy |
169 |
</div>
|
2976 |
rexy |
170 |
<div id="memory" class="fullsize">
|
2807 |
rexy |
171 |
</div>
|
2976 |
rexy |
172 |
<div id="filesystem" class="fullsize">
|
2807 |
rexy |
173 |
</div>
|
2976 |
rexy |
174 |
<div id="network" class="halfsize">
|
2807 |
rexy |
175 |
</div>
|
2976 |
rexy |
176 |
<div id="voltage" class="halfsize" style="display:none;">
|
2807 |
rexy |
177 |
<h2><span class="lang_052">Voltage</span></h2>
|
|
|
178 |
<div style="overflow-x:auto;">
|
|
|
179 |
<table class="stripeMe" id="voltageTable" style="border-collapse:collapse;">
|
|
|
180 |
<thead>
|
|
|
181 |
<tr>
|
|
|
182 |
<th><span class="lang_059">Label</span></th>
|
2976 |
rexy |
183 |
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
|
|
184 |
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
|
|
185 |
<th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
|
2807 |
rexy |
186 |
</tr>
|
|
|
187 |
</thead>
|
|
|
188 |
<tbody>
|
|
|
189 |
</tbody>
|
|
|
190 |
</table>
|
|
|
191 |
</div>
|
|
|
192 |
</div>
|
2976 |
rexy |
193 |
<div id="current" class="halfsize" style="display:none;">
|
2807 |
rexy |
194 |
<h2><span class="lang_105">Current</span></h2>
|
|
|
195 |
<div style="overflow-x:auto;">
|
|
|
196 |
<table class="stripeMe" id="currentTable" style="border-collapse:collapse;">
|
|
|
197 |
<thead>
|
|
|
198 |
<tr>
|
|
|
199 |
<th><span class="lang_059">Label</span></th>
|
2976 |
rexy |
200 |
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
|
|
201 |
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
|
|
202 |
<th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
|
2807 |
rexy |
203 |
</tr>
|
|
|
204 |
</thead>
|
|
|
205 |
<tbody>
|
|
|
206 |
</tbody>
|
|
|
207 |
</table>
|
|
|
208 |
</div>
|
|
|
209 |
</div>
|
2976 |
rexy |
210 |
<div id="temperature" class="halfsize" style="display:none;">
|
2807 |
rexy |
211 |
<h2><span class="lang_051">Temperature</span></h2>
|
|
|
212 |
<div style="overflow-x:auto;">
|
|
|
213 |
<table class="stripeMe" id="temperatureTable" style="border-collapse:collapse;">
|
|
|
214 |
<thead>
|
|
|
215 |
<tr>
|
|
|
216 |
<th><span class="lang_059">Label</span></th>
|
2976 |
rexy |
217 |
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
|
|
218 |
<th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
|
2807 |
rexy |
219 |
</tr>
|
|
|
220 |
</thead>
|
|
|
221 |
<tbody>
|
|
|
222 |
</tbody>
|
|
|
223 |
</table>
|
|
|
224 |
</div>
|
|
|
225 |
</div>
|
2976 |
rexy |
226 |
<div id="fans" class="halfsize" style="display:none;">
|
2807 |
rexy |
227 |
<h2><span class="lang_053">Fans</span></h2>
|
|
|
228 |
<div style="overflow-x:auto;">
|
|
|
229 |
<table class="stripeMe" id="fansTable" style="border-collapse:collapse;">
|
|
|
230 |
<thead>
|
|
|
231 |
<tr>
|
|
|
232 |
<th><span class="lang_059">Label</span></th>
|
2976 |
rexy |
233 |
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
|
|
234 |
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
2807 |
rexy |
235 |
</tr>
|
|
|
236 |
</thead>
|
|
|
237 |
<tbody>
|
|
|
238 |
</tbody>
|
|
|
239 |
</table>
|
|
|
240 |
</div>
|
|
|
241 |
</div>
|
2976 |
rexy |
242 |
<div id="power" class="halfsize" style="display:none;">
|
2807 |
rexy |
243 |
<h2><span class="lang_102">Power</span></h2>
|
|
|
244 |
<div style="overflow-x:auto;">
|
|
|
245 |
<table class="stripeMe" id="powerTable" style="border-collapse:collapse;">
|
|
|
246 |
<thead>
|
|
|
247 |
<tr>
|
|
|
248 |
<th><span class="lang_059">Label</span></th>
|
2976 |
rexy |
249 |
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
|
|
250 |
<th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
|
2807 |
rexy |
251 |
</tr>
|
|
|
252 |
</thead>
|
|
|
253 |
<tbody>
|
|
|
254 |
</tbody>
|
|
|
255 |
</table>
|
|
|
256 |
</div>
|
|
|
257 |
</div>
|
2976 |
rexy |
258 |
<div id="other" class="halfsize" style="display:none;">
|
2807 |
rexy |
259 |
<h2><span class="lang_121">Other</span></h2>
|
|
|
260 |
<div style="overflow-x:auto;">
|
|
|
261 |
<table class="stripeMe" id="otherTable" style="border-collapse:collapse;">
|
|
|
262 |
<thead>
|
|
|
263 |
<tr>
|
|
|
264 |
<th><span class="lang_059">Label</span></th>
|
2976 |
rexy |
265 |
<th class="right" style="width:48.6%;"><span class="lang_054">Value</span></th>
|
2807 |
rexy |
266 |
</tr>
|
|
|
267 |
</thead>
|
|
|
268 |
<tbody>
|
|
|
269 |
</tbody>
|
|
|
270 |
</table>
|
|
|
271 |
</div>
|
|
|
272 |
</div>
|
2976 |
rexy |
273 |
<div id="ups" class="halfsize" style="display:none;">
|
2807 |
rexy |
274 |
</div>
|
|
|
275 |
<div id="footer">
|
3193 |
rexy |
276 |
<span class="lang_047">Generated by</span> phpSysInfo - <span id="version"></span>
|
2807 |
rexy |
277 |
</div>
|
|
|
278 |
</div>
|
|
|
279 |
</body>
|
|
|
280 |
</html>
|