Copied many Artemus templates from Nutriguia.
[gruta.git] / templates / artemus / login_box
blobd7bf4002344d5781fa49c95f01c251dc7c4ed429
1 {-box_title|Login}
2 <center>
3 {-ifelse|{-is_logged_in}|
4 Est&aacute;s conectado como <b>{-username}</b>.
5 <p><a href="{-l|LOGOUT}">Desconectar</a><br>
6 <a href="{-l|EDIT_USER|userid={-userid}}">Preferencias</a>
8 <form method = 'post'>
9 <input type = 'hidden' name = 't' value = 'LOGIN'>
10 <table width = '100%'>
11 <tr>
12 <td align = 'right'>Usuario:
13 <td><input type = 'text' name = 'userid' size = '10'>
14 <tr>
15 <td align = 'right'>Password:
16 <td><input type = 'password' name = 'pass' size = '10'>
17 </table>
18 <input type = 'submit' class = 'button' value = "Entrar">
19 </form>
21 </center>
22 {-box_end}