summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/auth/login.phtml
blob: 7bd61832edb23468d5b993f9a26b1cffa5fd98f4 (plain) (blame)
1
2
3
4
5
6
<h1>Login</h1>
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;
?>
<a href='#' onclick='toggleKeyboard();return false;'>show/hide on-screen keyboard</a>