From fdfd52073ab48324e0c734faef7b862e7f7172f4 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 15 Apr 2011 14:02:19 +0200 Subject: Ticket #210 - FBgui mit Tastatur bedienbar, inklusive Login --- .../modules/fbgui/views/scripts/auth/login.phtml | 7 +++- .../modules/fbgui/views/scripts/index/index.phtml | 43 +++++++++++++++------- .../modules/fbgui/views/scripts/index/start.phtml | 1 - .../views/scripts/person/selectmembership.phtml | 7 +++- 4 files changed, 41 insertions(+), 17 deletions(-) (limited to 'application/modules/fbgui/views') diff --git a/application/modules/fbgui/views/scripts/auth/login.phtml b/application/modules/fbgui/views/scripts/auth/login.phtml index 7bd6183..09724d4 100644 --- a/application/modules/fbgui/views/scripts/auth/login.phtml +++ b/application/modules/fbgui/views/scripts/auth/login.phtml @@ -3,4 +3,9 @@ $this->loginForm->setAction($this->url()); echo $this->loginForm; ?> -show/hide on-screen keyboard + + diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml index d5fc8f6..45448dd 100644 --- a/application/modules/fbgui/views/scripts/index/index.phtml +++ b/application/modules/fbgui/views/scripts/index/index.phtml @@ -1,18 +1,25 @@ notification != ''){echo $this->notification;} ?> +loginmenu):?> +
+
Login
+ This is not your Bootmenu. Select this to get your own Bootmenu. + +
+ entries)):?>

title;?>

- - entries as $entry):?> +
+ + entries as $k=>$entry):?> find($entry->getBootosID()); - + $bootos = $bootosMapper->find($entry->getBootosID()); ?> -
notificationbot != ''){echo $this->notificationbot;} ?> + + diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml index 6737fc5..e946530 100644 --- a/application/modules/fbgui/views/scripts/index/start.phtml +++ b/application/modules/fbgui/views/scripts/index/start.phtml @@ -109,7 +109,6 @@ function updateProgress(p, s, u){
-back

Downloading

diff --git a/application/modules/fbgui/views/scripts/person/selectmembership.phtml b/application/modules/fbgui/views/scripts/person/selectmembership.phtml index 5f7e5bf..e226b82 100644 --- a/application/modules/fbgui/views/scripts/person/selectmembership.phtml +++ b/application/modules/fbgui/views/scripts/person/selectmembership.phtml @@ -2,4 +2,9 @@ membershipSelectForm->setAction($this->url()); echo $this->membershipSelectForm; -?> \ No newline at end of file +?> + -- cgit v1.2.3-55-g7522