]> git.bts.cx Git - cx.git/blobdiff - cx/templates/admin/login.php
Basic admin styling
[cx.git] / cx / templates / admin / login.php
index 7c490cab24bf9d41c7c4b4874602f92fd76ae43c..65ed403207045174e6fa825790b538d4d4506eec 100644 (file)
@@ -1,6 +1,7 @@
 <?php cx_template_base('skeleton'); ?>
-<form action="<?= cx_url_admin('/login/'); ?>" method="post">
-<input name="id" type="text">
-<input name="password" type="password">
-<input type="submit">
+<form id="login" action="<?= cx_url_admin('/login/'); ?>" method="post">
+<p>username: <input name="id" type="text"></p>
+<p>password: <input name="password" type="password"></p>
+
+<p><input type="submit"></p>
 </form>