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'); ?>
|
||||
70
application/views/admin/server/list.php
Normal file
70
application/views/admin/server/list.php
Normal file
@@ -0,0 +1,70 @@
|
||||
<?php $this->load->view('header'); ?>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="title">
|
||||
<h2>Serververwaltung</h2>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h3>Übersicht aller Server</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Bezeichnung</th>
|
||||
<th scope="col">Ort</th>
|
||||
<th scope="col">Status</th>
|
||||
<th scope="col">Aktion</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td><a href="#"><abbr title="ScattPort Server 01, Emden">SP-EMD-01</abbr></a></td>
|
||||
<td><abbr title="Technikum, Raum E10">Emden, Deutschland</abbr></td>
|
||||
<td><span class="active">Idle</span></td>
|
||||
<td><a href="#">Bearbeiten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#"><abbr title="ScattPort Server 02, Emden">SP-EMD-02</abbr></a></td>
|
||||
<td><abbr title="Technikum, Raum E10">Emden, Deutschland</abbr></td>
|
||||
<td><span class="pending">Ausgelastet</span></td>
|
||||
<td><a href="#">Bearbeiten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td><a href="#"><abbr title="ScattPort Server 01, Bremen">SP-HB-01</abbr></a></td>
|
||||
<td><abbr title="Rechenzentrum, Raum 42, Rack 17">Bremen, Deutschland</abbr></td>
|
||||
<td><span class="closed">Nicht erreichbar</span></td>
|
||||
<td><a href="#">Bearbeiten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#"><abbr title="ScattPort Server 01, Bremen">SP-HB-02</abbr></a></td>
|
||||
<td><abbr title="Rechenzentrum, Raum 42, Rack 17">Bremen, Deutschland</abbr></td>
|
||||
<td><span class="active">Idle</span></td>
|
||||
<td><a href="#">Bearbeiten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td><a href="#"><abbr title="ScattPort Server 01, Bremen">SP-HB-03</abbr></a></td>
|
||||
<td><abbr title="Rechenzentrum, Raum 42, Rack 17">Bremen, Deutschland</abbr></td>
|
||||
<td><span class="pending">Ausgelastet</span></td>
|
||||
<td><a href="#">Bearbeiten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="pagination">
|
||||
<ul>
|
||||
<li class="pages">Seite:</li>
|
||||
<li>1</li>
|
||||
<li><a href="#">2</a></li>
|
||||
<li><a href="#">3</a></li>
|
||||
<li><a href="#">4</a></li>
|
||||
<li><a href="#">5</a></li>
|
||||
<li>...</li>
|
||||
<li><a href="#">10</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('footer'); ?>
|
||||
39
application/views/dashboard.php
Normal file
39
application/views/dashboard.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php $this->load->view('header'); ?>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="title">
|
||||
<h2>Neues Projekt erstellen</h2>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h3>Angaben zum Projekt</h3>
|
||||
<form method="post" action="#">
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<label>Projektname <span class="req">*</span></label>
|
||||
<div><input type="text" name="title" class="short text" value=""> <span class="error"><strong>ERROR:</strong> Error message.</span></div>
|
||||
</li>
|
||||
<li>
|
||||
<label>Beschreibung</label>
|
||||
<div><textarea name="description" rows="6" cols="60" tabindex="1" class="textarea"></textarea></div>
|
||||
</li>
|
||||
<li>
|
||||
<label>3D-Modell <span class="req">*</span></label>
|
||||
<div><input type="file" class="file" name="model"></div>
|
||||
</li>
|
||||
<li>
|
||||
<label>Konfiguration <span class="req">*</span></label>
|
||||
<div><input type="file" class="file" name="model"></div>
|
||||
</li>
|
||||
<li>
|
||||
<input type="button" value="Submit" class="button"> <input type="button" value="Reset" class="button">
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('footer'); ?>
|
||||
10
application/views/footer.php
Normal file
10
application/views/footer.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<div id="footer">
|
||||
<span class="left"><a href="#">Dashboard</a> | <a href="#">Link</a> | <a href="#">Link</a> | <a href="#">Link</a></span>
|
||||
<span class="right">© 2011 Karsten Heiken.</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
77
application/views/header.php
Normal file
77
application/views/header.php
Normal file
@@ -0,0 +1,77 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
<title>ScattPort | Dashboard</title>
|
||||
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
|
||||
<link rel="stylesheet" href="css/table.css" type="text/css" media="screen">
|
||||
<link rel="stylesheet" href="css/form.css" type="text/css" media="screen">
|
||||
|
||||
<script type="text/javascript" src="js/minmax.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="header">
|
||||
|
||||
<h1><a href="#"><img src="images/logo.gif" alt="Shadmin"></a></h1>
|
||||
<div class="menu">Hallo <a href="#">Admin</a>! | <a href="#">Hilfe</a> | <a href="#">Einstellungen</a> | <a href="#">Logout</a></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<div id="sidebar">
|
||||
|
||||
<div class="title">
|
||||
<h2>Projekte</h2>
|
||||
</div>
|
||||
|
||||
<div class="navigation">
|
||||
<ul>
|
||||
<li><a href="#">Eigene Projekte</a>
|
||||
<ul>
|
||||
<li><a href="#">Blutkörperchen</a></li>
|
||||
<li><a href="#">Gerstenkorn</a></li>
|
||||
<li><a href="#">Bleistiftspitze</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Freigegebene Projekte</a>
|
||||
<ul>
|
||||
<li><a href="#">Prisma</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Öffentliche Projekte</a>
|
||||
<ul>
|
||||
<li><a href="#">Beispielprojekt</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="title">
|
||||
<h2>Suche</h2>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<form id="search-form" method="get" action="#">
|
||||
<input type="text" name="search" id="search-input" class="search-input">
|
||||
<input type="image" src="images/button-search.gif" id="search-submit" class="search-submit">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="title">
|
||||
<h2>Ereignisse</h2>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<ul id="blog">
|
||||
<li><h4><a href="#" title="Berechnung fertig">Berechnung fertig</a> <abbr title="22.07.2011">22.07.2011</abbr></h4><p>Berechnung für "Gerstenkorn" erfolgreich beendet.</i></p></li>
|
||||
<li><h4><a href="#" title="Berechnung fertig">Berechnung fertig</a> <abbr title="22.07.2011">22.07.2011</abbr></h4><p>Berechnung für "Gerstenkorn" erfolgreich beendet.</i></p></li>
|
||||
<li><h4><a href="#" title="Berechnung fertig">Berechnung fertig</a> <abbr title="22.07.2011">22.07.2011</abbr></h4><p>Berechnung für "Gerstenkorn" erfolgreich beendet.</i></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
88
application/views/project/list.php
Normal file
88
application/views/project/list.php
Normal file
@@ -0,0 +1,88 @@
|
||||
<?php $this->load->view('header'); ?>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="title">
|
||||
<h2>Projektübersicht</h2>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h3>Übersicht aller Projekte</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Projekt</th>
|
||||
<th scope="col">Besitzer</th>
|
||||
<th scope="col">Berechnungen</th>
|
||||
<th scope="col">Aktion</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="active">Erfolgreich abgeschlossen</span></td>
|
||||
<td><a href="#">Ergebnisse anzeigen</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="pending">Berechnung im Gange: 80%</span></td>
|
||||
<td><a href="#">Anhalten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="closed">Fehlgeschlagen</span></td>
|
||||
<td><a href="#">Fehlerbericht</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="pending">Berechnung im Gange: 20%</span></td>
|
||||
<td><a href="#">Anhalten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="pending">Berechnung im Gange: 60%</span></td>
|
||||
<td><a href="#">Anhalten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="pending">Berechnung im Gange: 0%</span></td>
|
||||
<td><a href="#">Anhalten</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="closed">Fehlgeschlagen</span></td>
|
||||
<td><a href="#">Fehlerbericht</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#"><abbr title="Beschreibung des Projekts">Blutkörperchen</abbr></a></td>
|
||||
<td>Karsten Heiken</td>
|
||||
<td><span class="closed">Fehlgeschlagen</span></td>
|
||||
<td><a href="#">Fehlerbericht</a> | <a href="#">Entfernen</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="pagination">
|
||||
<ul>
|
||||
<li class="pages">Seite:</li>
|
||||
<li>1</li>
|
||||
<li><a href="#">2</a></li>
|
||||
<li><a href="#">3</a></li>
|
||||
<li><a href="#">4</a></li>
|
||||
<li><a href="#">5</a></li>
|
||||
<li>...</li>
|
||||
<li><a href="#">10</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('footer'); ?>
|
||||
39
application/views/project/new.php
Normal file
39
application/views/project/new.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php $this->load->view('header'); ?>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="title">
|
||||
<h2>Neues Projekt erstellen</h2>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h3>Angaben zum Projekt</h3>
|
||||
<form method="post" action="#">
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<label>Projektname <span class="req">*</span></label>
|
||||
<div><input type="text" name="title" class="short text" value=""> <span class="error"><strong>ERROR:</strong> Error message.</span></div>
|
||||
</li>
|
||||
<li>
|
||||
<label>Beschreibung</label>
|
||||
<div><textarea name="description" rows="6" cols="60" tabindex="1" class="textarea"></textarea></div>
|
||||
</li>
|
||||
<li>
|
||||
<label>3D-Modell <span class="req">*</span></label>
|
||||
<div><input type="file" class="file" name="model"></div>
|
||||
</li>
|
||||
<li>
|
||||
<label>Konfiguration <span class="req">*</span></label>
|
||||
<div><input type="file" class="file" name="model"></div>
|
||||
</li>
|
||||
<li>
|
||||
<input type="button" value="Submit" class="button"> <input type="button" value="Reset" class="button">
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('footer'); ?>
|
||||
Reference in New Issue
Block a user