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