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 --- .../dev/views/scripts/bootos/createbootos.phtml | 4 ++ .../dev/views/scripts/bootos/editbootos.phtml | 4 ++ .../modules/dev/views/scripts/bootos/index.phtml | 62 ++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 application/modules/dev/views/scripts/bootos/createbootos.phtml create mode 100644 application/modules/dev/views/scripts/bootos/editbootos.phtml create mode 100644 application/modules/dev/views/scripts/bootos/index.phtml (limited to 'application/modules/dev/views/scripts/bootos') diff --git a/application/modules/dev/views/scripts/bootos/createbootos.phtml b/application/modules/dev/views/scripts/bootos/createbootos.phtml new file mode 100644 index 0000000..3d35695 --- /dev/null +++ b/application/modules/dev/views/scripts/bootos/createbootos.phtml @@ -0,0 +1,4 @@ +createbootosForm->setAction($this->url()); +echo $this->createbootosForm; +?> diff --git a/application/modules/dev/views/scripts/bootos/editbootos.phtml b/application/modules/dev/views/scripts/bootos/editbootos.phtml new file mode 100644 index 0000000..43813de --- /dev/null +++ b/application/modules/dev/views/scripts/bootos/editbootos.phtml @@ -0,0 +1,4 @@ +editbootosForm->setAction($this->url()); +echo $this->editbootosForm; +?> diff --git a/application/modules/dev/views/scripts/bootos/index.phtml b/application/modules/dev/views/scripts/bootos/index.phtml new file mode 100644 index 0000000..6da7a16 --- /dev/null +++ b/application/modules/dev/views/scripts/bootos/index.phtml @@ -0,0 +1,62 @@ +

BootOS

+formButton('createbootos', 'Create BootOS', array( + 'onclick' => 'self.location="/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()); ?> + Edit BootOS + Delete BootOS + + + + + + + + + -- cgit v1.2.3-55-g7522