From b5cbdd6b400aa1ec77c9846e9cc8d4257f437e3c Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 14 Mar 2011 16:09:03 +0100 Subject: Application in 3 Modules gesplittet, Dev = unsere entwicklungsumgebung, user = die weboberfläche fr anwender mit acl etc, fbgui = für die fbgui truppe - links in dev müssen noch angepasst werden --- .../modules/dev/views/scripts/bootiso/index.phtml | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 application/modules/dev/views/scripts/bootiso/index.phtml (limited to 'application/modules/dev/views/scripts/bootiso/index.phtml') diff --git a/application/modules/dev/views/scripts/bootiso/index.phtml b/application/modules/dev/views/scripts/bootiso/index.phtml new file mode 100644 index 0000000..5e7da1e --- /dev/null +++ b/application/modules/dev/views/scripts/bootiso/index.phtml @@ -0,0 +1,56 @@ +

BootISO

+formButton('createbootiso', 'Create BootISO', array( + 'onclick' => 'self.location="/bootiso/createbootiso"', + 'class' => 'addbutton'))?> + + + + + + + + + + + + + + bootisolist)==0) + echo "
IDTitleGroupIDMembershipIDPathSerialnumberCreatedExpiresPublicActions
There are no BootISO's entries for the Bootmenuto display." ?> + bootisolist as $bootiso): ?> + + escape($bootiso->getID()); ?> + escape($bootiso->getTitle()); ?> + escape($bootiso->getGroupID()); ?> + escape($bootiso->getMembershipID()); ?> + escape($bootiso->getPath()); ?> + escape($bootiso->getSerialnumber()); ?> + escape(date('Y-m-d H:i:s', $bootiso->getCreated())); ?> + escape($bootiso->getExpires()); ?> + escape($bootiso->getPublic()); ?> + Edit BootISO + Delete BootISO + + + + + + + + + + -- cgit v1.2.3-55-g7522