Subversion Repositories ALCASAR

Rev

Rev 2976 | Rev 3179 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

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