From dee12ef18da0dc4db4f1a87c62aa98d321b76bac Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 6 Mar 2011 19:56:24 +0100 Subject: clients hinzufügen und entfernen && sql-data erweitert --- application/views/scripts/client/index.phtml | 35 +++++++++++++++++++++- .../views/scripts/client/removeclient.phtml | 1 + 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 application/views/scripts/client/removeclient.phtml (limited to 'application/views/scripts') diff --git a/application/views/scripts/client/index.phtml b/application/views/scripts/client/index.phtml index 4f0e6ec..4095a5f 100644 --- a/application/views/scripts/client/index.phtml +++ b/application/views/scripts/client/index.phtml @@ -1 +1,34 @@ -

View script for controller Client and script/action name index
\ No newline at end of file +

Clients

+ +clients): ?> + + + + + + + + + clients as $client): ?> + + + + + + + +
clientIDMACHardwarehash
escape($client->getID()) ?>escape($client->getMacadress()) ?>escape($client->getHardwarehash()) ?>remove client
+ + + + +

There are no clients to display.

+ + diff --git a/application/views/scripts/client/removeclient.phtml b/application/views/scripts/client/removeclient.phtml new file mode 100644 index 0000000..7b5f64f --- /dev/null +++ b/application/views/scripts/client/removeclient.phtml @@ -0,0 +1 @@ +

View script for controller Client and script/action name deleteclient
\ No newline at end of file -- cgit v1.2.3-55-g7522