summaryrefslogtreecommitdiff
path: root/themes/greydragon/views/login_ajax.html.php
blob: d62f31ebd27916642a0a7f406f401c4f1547f0eb (plain)
1
2
3
4
5
6
7
8
9
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>