Subversion Repositories ALCASAR

Rev

Rev 2807 | Rev 3037 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2807 Rev 2976
Line 8... Line 8...
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
 
Line 39... Line 39...
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;?>"/>
-
 
45
    <input type="hidden" id="increaseWidth" value="<?php echo $increaseWidth;?>"/>
44
    <input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
46
    <input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
45
    <div id="loader">
47
    <div id="loader">
46
      <h1>
48
      <h1>
47
        <a href="#errors" class="nyroModal">
49
        <a href="#errors" class="nyroModal">
48
          <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" />
Line 105... Line 107...
105
    echo "          <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
107
    echo "          <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
106
}
108
}
107
?>
109
?>
108
        </select>
110
        </select>
109
      </div>
111
      </div>
110
      <div id="vitals">
112
      <div id="vitals" class="halfsize">
111
        <h2><span class="lang_002">System vitals</span></h2>
113
        <h2><span class="lang_002">System vitals</span></h2>
112
        <div style="overflow-x:auto;">
114
        <div style="overflow-x:auto;">
113
          <table class="stripeMe" id="vitalsTable" style="border-collapse:collapse;">
115
          <table class="stripeMe" id="vitalsTable" style="border-collapse:collapse;">
114
            <tr>
116
            <tr>
115
              <td style="width:160px;"><span class="lang_003">Hostname</span></td>
117
              <td style="width:160px;"><span class="lang_003">Hostname</span></td>
Line 168... Line 170...
168
              <td><span id="s_processes_2"></span></td>
170
              <td><span id="s_processes_2"></span></td>
169
            </tr>
171
            </tr>
170
          </table>
172
          </table>
171
        </div>
173
        </div>
172
      </div>
174
      </div>
173
      <div id="hardware">
175
      <div id="hardware" class="halfsize">
174
      </div>
176
      </div>
175
      <div id="memory">
177
      <div id="memory" class="fullsize">
176
      </div>
178
      </div>
177
      <div id="filesystem">
179
      <div id="filesystem" class="fullsize">
178
      </div>
180
      </div>
179
      <div id="network">
181
      <div id="network" class="halfsize">
180
      </div>
182
      </div>
181
      <div id="voltage" style="display:none;">
183
      <div id="voltage" class="halfsize" style="display:none;">
182
        <h2><span class="lang_052">Voltage</span></h2>
184
        <h2><span class="lang_052">Voltage</span></h2>
183
        <div style="overflow-x:auto;">
185
        <div style="overflow-x:auto;">
184
          <table class="stripeMe" id="voltageTable" style="border-collapse:collapse;">
186
          <table class="stripeMe" id="voltageTable" style="border-collapse:collapse;">
185
            <thead>
187
            <thead>
186
              <tr>
188
              <tr>
187
                <th><span class="lang_059">Label</span></th>
189
                <th><span class="lang_059">Label</span></th>
188
                <th class="right"><span class="lang_054">Value</span></th>
190
                <th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
189
                <th class="right" style="width: 80px;"><span class="lang_055">Min</span></th>
191
                <th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
190
                <th class="right" style="width: 80px;"><span class="lang_056">Max</span></th>
192
                <th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
191
              </tr>
193
              </tr>
192
            </thead>
194
            </thead>
193
            <tbody>
195
            <tbody>
194
            </tbody>
196
            </tbody>
195
          </table>
197
          </table>
196
        </div>
198
        </div>
197
      </div>
199
      </div>
198
      <div id="current" style="display:none;">
200
      <div id="current" class="halfsize" style="display:none;">
199
        <h2><span class="lang_105">Current</span></h2>
201
        <h2><span class="lang_105">Current</span></h2>
200
        <div style="overflow-x:auto;">
202
        <div style="overflow-x:auto;">
201
          <table class="stripeMe" id="currentTable" style="border-collapse:collapse;">
203
          <table class="stripeMe" id="currentTable" style="border-collapse:collapse;">
202
            <thead>
204
            <thead>
203
              <tr>
205
              <tr>
204
                <th><span class="lang_059">Label</span></th>
206
                <th><span class="lang_059">Label</span></th>
205
                <th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
207
                <th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
206
                <th class="right" style="width: 80px;"><span class="lang_055">Min</span></th>
208
                <th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
207
                <th class="right" style="width: 80px;"><span class="lang_056">Max</span></th>
209
                <th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
208
              </tr>
210
              </tr>
209
            </thead>
211
            </thead>
210
            <tbody>
212
            <tbody>
211
            </tbody>
213
            </tbody>
212
          </table>
214
          </table>
213
        </div>
215
        </div>
214
      </div>
216
      </div>
215
      <div id="temperature" style="display:none;">
217
      <div id="temperature" class="halfsize" style="display:none;">
216
        <h2><span class="lang_051">Temperature</span></h2>
218
        <h2><span class="lang_051">Temperature</span></h2>
217
        <div style="overflow-x:auto;">
219
        <div style="overflow-x:auto;">
218
          <table class="stripeMe" id="temperatureTable" style="border-collapse:collapse;">
220
          <table class="stripeMe" id="temperatureTable" style="border-collapse:collapse;">
219
            <thead>
221
            <thead>
220
              <tr>
222
              <tr>
221
                <th><span class="lang_059">Label</span></th>
223
                <th><span class="lang_059">Label</span></th>
222
                <th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
224
                <th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
223
                <th class="right" style="width: 80px;"><span class="lang_058">Limit</span></th>
225
                <th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
224
              </tr>
226
              </tr>
225
            </thead>
227
            </thead>
226
            <tbody>
228
            <tbody>
227
            </tbody>
229
            </tbody>
228
          </table>
230
          </table>
229
        </div>
231
        </div>
230
      </div>
232
      </div>
231
      <div id="fans" style="display:none;">
233
      <div id="fans" class="halfsize" style="display:none;">
232
        <h2><span class="lang_053">Fans</span></h2>
234
        <h2><span class="lang_053">Fans</span></h2>
233
        <div style="overflow-x:auto;">
235
        <div style="overflow-x:auto;">
234
          <table class="stripeMe" id="fansTable" style="border-collapse:collapse;">
236
          <table class="stripeMe" id="fansTable" style="border-collapse:collapse;">
235
            <thead>
237
            <thead>
236
              <tr>
238
              <tr>
237
                <th><span class="lang_059">Label</span></th>
239
                <th><span class="lang_059">Label</span></th>
238
                <th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
240
                <th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
239
                <th class="right" style="width: 80px;"><span class="lang_055">Min</span></th>
241
                <th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
240
              </tr>
242
              </tr>
241
            </thead>
243
            </thead>
242
            <tbody>
244
            <tbody>
243
            </tbody>
245
            </tbody>
244
          </table>
246
          </table>
245
        </div>
247
        </div>
246
      </div>
248
      </div>
247
      <div id="power" style="display:none;">
249
      <div id="power" class="halfsize" style="display:none;">
248
        <h2><span class="lang_102">Power</span></h2>
250
        <h2><span class="lang_102">Power</span></h2>
249
        <div style="overflow-x:auto;">
251
        <div style="overflow-x:auto;">
250
          <table class="stripeMe" id="powerTable" style="border-collapse:collapse;">
252
          <table class="stripeMe" id="powerTable" style="border-collapse:collapse;">
251
            <thead>
253
            <thead>
252
              <tr>
254
              <tr>
253
                <th><span class="lang_059">Label</span></th>
255
                <th><span class="lang_059">Label</span></th>
254
                <th class="right" style="width: 80px;"><span class="lang_054">Value</span></th>
256
                <th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
255
                <th class="right" style="width: 80px;"><span class="lang_058">Limit</span></th>
257
                <th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
256
              </tr>
258
              </tr>
257
            </thead>
259
            </thead>
258
            <tbody>
260
            <tbody>
259
            </tbody>
261
            </tbody>
260
          </table>
262
          </table>
261
        </div>
263
        </div>
262
      </div>
264
      </div>
263
      <div id="other" style="display:none;">
265
      <div id="other" class="halfsize" style="display:none;">
264
        <h2><span class="lang_121">Other</span></h2>
266
        <h2><span class="lang_121">Other</span></h2>
265
        <div style="overflow-x:auto;">
267
        <div style="overflow-x:auto;">
266
          <table class="stripeMe" id="otherTable" style="border-collapse:collapse;">
268
          <table class="stripeMe" id="otherTable" style="border-collapse:collapse;">
267
            <thead>
269
            <thead>
268
              <tr>
270
              <tr>
269
                <th><span class="lang_059">Label</span></th>
271
                <th><span class="lang_059">Label</span></th>
270
                <th class="right" style="width: 160px;"><span class="lang_054">Value</span></th>
272
                <th class="right" style="width:48.6%;"><span class="lang_054">Value</span></th>
271
              </tr>
273
              </tr>
272
            </thead>
274
            </thead>
273
            <tbody>
275
            <tbody>
274
            </tbody>
276
            </tbody>
275
          </table>
277
          </table>
276
        </div>
278
        </div>
277
      </div>
279
      </div>
278
      <div id="ups" style="display:none;">
280
      <div id="ups" class="halfsize" style="display:none;">
279
      </div>
281
      </div>
280
      <div id="footer">
282
      <div id="footer">
281
        <span class="lang_047">Generated by</span>&nbsp;<a href="http://phpsysinfo.sourceforge.net/" target="psihref">phpSysInfo&nbsp;-&nbsp;<span id="version"></span></a>
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>
282
      </div>
284
      </div>
283
    </div>
285
    </div>