summaryrefslogtreecommitdiff
path: root/themes/greydragon/views/login_ajax.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/greydragon/views/login_ajax.html.php')
-rw-r--r--themes/greydragon/views/login_ajax.html.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/greydragon/views/login_ajax.html.php b/themes/greydragon/views/login_ajax.html.php
new file mode 100644
index 0000000..d62f31e
--- /dev/null
+++ b/themes/greydragon/views/login_ajax.html.php
@@ -0,0 +1,10 @@
+<div id="fam-login">
+ <p id="fam-login-header" style="background-image: url('<?= $theme->logopath ?>')"></p>
+ <?= $form; ?>
+</div>
+
+<script type="text/javascript">
+ $("#fam-login").ready(function() {
+ $("#g-username").focus();
+ });
+</script>