| escape($client->getID()) ?> |
- escape($client->getMacadress()) ?> |
- escape($client->getHardwarehash()) ?> |
+ escape($client->getMacadress()) ?> |
+ escape($client->getHardwarehash()) ?> |
'addbutton'))?>
-
-
-
+
| ID |
Title |
@@ -42,9 +39,7 @@ tr.entry{background-color:#E0ECF8;}
-
-formButton('createconfig', 'Create Config', array(
- 'onclick' => 'self.location="/config/createconfig"'))?>
+
diff --git a/application/views/scripts/filter/index.phtml b/application/views/scripts/filter/index.phtml
index 5d70735..0de30a0 100644
--- a/application/views/scripts/filter/index.phtml
+++ b/application/views/scripts/filter/index.phtml
@@ -1,22 +1,10 @@
Filters
-
-
-add new filter
+formButton('createconfig', 'Add Filter', array(
+ 'onclick' => 'self.location="/filter/addfilter"',
+ 'class' => 'addbutton'))?>
filters): ?>
-
-
-
+
| filterID |
Title |
@@ -62,8 +50,13 @@ tr.filter{background-color:#DDD;}
$erg = $fe->findBy('filterID',$filter->getID());
?>
+
+ | Filtertype |
+ Value |
+ Value2 |
+
-
+
Zend-Framework Index
+Welcome
diff --git a/application/views/scripts/pool/index.phtml b/application/views/scripts/pool/index.phtml
index c3a6be9..2df3e52 100644
--- a/application/views/scripts/pool/index.phtml
+++ b/application/views/scripts/pool/index.phtml
@@ -1,17 +1,10 @@
Pools
-
-create pool
+formButton('createconfig', 'Create Pool', array(
+ 'onclick' => 'self.location="/pool/createpool"',
+ 'class' => 'addbutton'))?>
pools): ?>
-
-
-
+
| poolID |
Title |
@@ -52,7 +45,12 @@
|
|
- | clientID | mac | hardwarehash |
+
+
+ | clientID |
+ mac |
+ hardwarehash |
+
findBy('poolID',$pool->getID());
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml
index d26e818..1d2506b 100644
--- a/application/views/scripts/session/index.phtml
+++ b/application/views/scripts/session/index.phtml
@@ -1,14 +1,8 @@
Session
-
-create new session
-
-
+formButton('createconfig', 'Create Session', array(
+ 'onclick' => 'self.location="/session/createsession"',
+ 'class' => 'addbutton'))?>
+
| SessionID |
ClientID |
--
cgit v1.2.3-55-g7522
|
|---|
| | |