From 6320fa9c2e21a8a5b87876e3e1fd65f0de402c45 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 6 Apr 2011 17:36:56 +0200 Subject: Layout/Ansicht geƤndert, BootIso, BootOs,Client,Config,Preboot & Session --- .../modules/user/views/scripts/bootos/index.phtml | 115 ++++++++++++--------- 1 file changed, 68 insertions(+), 47 deletions(-) (limited to 'application/modules/user/views/scripts/bootos') diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml index 0ea8f77..cb2a3aa 100644 --- a/application/modules/user/views/scripts/bootos/index.phtml +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -9,39 +9,31 @@ 'onclick' => 'self.location="/user/bootos/createbootos/page/'.$this->page.'"', 'class' => 'addbutton'))?> - - - - - - - - - - - - - - - +
+
Available searchfilter:
+
bootosID
+
title
+
groupID
+
configID
+
init
+
kernel
+
kcl
+
description
+
changed
+
expires
+
public
+
+ +
bootoslist)==0) - echo "
ID bootosIDTitle titleGroupID groupIDConfigID configIDInit initKernel kernelKcl kclDescription descriptionChanged ChangedExpires expiresPublic publicActions
There are no BootOs's to display." ?> + echo "There are no BootOs's to display." ?> bootoslist as $bootos): ?> - - escape($bootos->getID()); ?> - escape($bootos->getTitle()); ?> - escape($bootos->getGroupID()); ?> - escape($bootos->getConfigID()); ?> - escape($bootos->getPath_init()); ?> - escape($bootos->getPath_kernel()); ?> - escape($bootos->getDefaultkcl()); ?> - escape($bootos->getDescription()); ?> - escape($bootos->getCreated()); ?> - escape($bootos->getExpires()); ?> - escape($bootos->getPublic()); ?> - update[$bootos->getID()]==true): ?> - url( array( 'module' => 'user', 'controller' => 'bootos', @@ -51,11 +43,10 @@ ), 'default', true, false) ?>">Updates available - - No updates available - - url( array( 'module' => 'user', 'controller' => 'bootos', @@ -64,9 +55,8 @@ 'page' => $this->page ), 'default', - true, false) ?>">Edit BootOS - Edit BootOS + Delete BootOS - + true) ?>">Delete BootOS + +
escape($bootos->getTitle()); ?>
+
escape($bootos->getDescription()); ?>
+
+ +
escape($bootos->getGroupID()); ?>
+ +
escape($bootos->getConfigID()); ?>
+ +
escape($bootos->getPath_init()); ?>
+ +
escape($bootos->getPath_kernel()); ?>
+ +
escape($bootos->getDefaultkcl()); ?>
+ +
escape($bootos->getCreated()); ?>
+ +
escape($bootos->getExpires()); ?>
+ +
escape($bootos->getPublic()); ?>
+ +
+ +
+ - -pagination; ?> - - - - + +pagination; ?> + -- cgit v1.2.3-55-g7522