From 912f7ffb34fb824d238ef89b91c5bd8203cfe3ad Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 30 Mar 2011 10:54:29 +0200 Subject: Notifier 404 zu BootIso Download hinzugefĆ¼gt --- .../user/views/scripts/bootos/createbootos.phtml | 4 + .../user/views/scripts/bootos/editbootos.phtml | 4 + .../modules/user/views/scripts/bootos/index.phtml | 86 +++++++++++++++++++++- 3 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 application/modules/user/views/scripts/bootos/createbootos.phtml create mode 100644 application/modules/user/views/scripts/bootos/editbootos.phtml (limited to 'application/modules/user/views/scripts/bootos') diff --git a/application/modules/user/views/scripts/bootos/createbootos.phtml b/application/modules/user/views/scripts/bootos/createbootos.phtml new file mode 100644 index 0000000..51c49a2 --- /dev/null +++ b/application/modules/user/views/scripts/bootos/createbootos.phtml @@ -0,0 +1,4 @@ +bootosForm; +echo $this->bootosForm; +?> diff --git a/application/modules/user/views/scripts/bootos/editbootos.phtml b/application/modules/user/views/scripts/bootos/editbootos.phtml new file mode 100644 index 0000000..51c49a2 --- /dev/null +++ b/application/modules/user/views/scripts/bootos/editbootos.phtml @@ -0,0 +1,4 @@ +bootosForm; +echo $this->bootosForm; +?> diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml index c9bbeb9..53d219f 100644 --- a/application/modules/user/views/scripts/bootos/index.phtml +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -1 +1,85 @@ -

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

BootOS

+notification != ''){echo $this->notification;} ?> +formButton('checkupdate', 'Check for Updates', array( + 'onclick' => 'self.location="/user/bootos/index/checkupdate/true"', + 'class' => 'updatebutton', + ))?> +formButton('createbootos', 'Create BootOS', array( + 'onclick' => 'self.location="/user/bootos/createbootos"', + 'class' => 'addbutton'))?> + + + + + + + + + + + + + + + + + + bootoslist)==0) + echo "
IDTitleGroupIDMembershipIDConfigIDInitKernelKclDescriptionChangedExpiresPublicActions
There are no BootOs's to display." ?> + bootoslist as $bootos): ?> + + escape($bootos->getID()); ?> + escape($bootos->getTitle()); ?> + escape($bootos->getGroupID()); ?> + escape($bootos->getMembershipID()); ?> + escape($bootos->getConfigID()); ?> + escape($bootos->getPath_init()); ?> + escape($bootos->getPath_kernel()); ?> + escape($bootos->getDefaultkcl()); ?> + escape($bootos->getDescription()); ?> + escape(date('Y-m-d H:i:s', $bootos->getCreated())); ?> + escape($bootos->getExpires()); ?> + escape($bootos->getPublic()); ?> + update[$bootos->getID()]==true): ?> + Updates available + + No updates available + + Edit BootOS + Delete BootOS + + + + + + + + + -- cgit v1.2.3-55-g7522