Files
scattport-web/application/views/admin/server/details.php
2011-07-22 16:20:48 +02:00

36 lines
724 B
PHP

<?php $this->load->view('header'); ?>
<div id="content">
<div class="title">
<h2>Serververwaltung</h2>
</div>
<div class="box">
<h3>SP-EMD-01</h3>
<h4>Standort</h4>
<p>Hochschule Emden, Technikum, Raum E10</p>
<h4>Besitzer</h4>
<p><a href="#" title="Profil von Jörg Thomaschewski anzeigen">Jörg Thomaschewski</a></p>
<h4>Serverinformationen</h4>
<p>
Prozessor: Intel Xeon E5540, 2533 MHz<br />
Uptime: 254 Tage, 13 Stunden<br />
Betriebssystem: Debian/GNU 5.0r1<br />
Workload: 2.01, 1.05, 0.85
</p>
<h4>ScattPort-Statistik</h4>
<p>
Durchgeführte Berechnungen: 47<br />
Verfügbare Programme: PYTHA, ABC, DEF
</p>
</div>
</div>
<?php $this->load->view('footer'); ?>