Add static views so the devs are on the same page.
This commit is contained in:
35
application/views/admin/server/details.php
Normal file
35
application/views/admin/server/details.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?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'); ?>
|
||||
Reference in New Issue
Block a user