]>
git.bts.cx Git - cx.git/blob - cx/templates/admin/login.php
1 <?php
cx_template_base('skeleton'); ?
>
2 <form id
="login" action
="<?= cx_url_admin('/login/'); ?>" method
="post">
3 <p
>username
: <input name
="id" type
="text"></p
>
4 <p
>password
: <input name
="password" type
="password"></p
>
6 <p
><input type
="submit"></p
>