3 {-ifelse|{-is_logged_in}|
4 Estás conectado como <b>{-username}</b>.
7 <a href = '{-l|ADMIN}'>Administració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%'>
15 <td align = 'right'>Usuario:
16 <td><input type = 'text' name = 'userid' size = '10'>
18 <td align = 'right'>Password:
19 <td><input type = 'password' name = 'pass' size = '10'>
21 <input type = 'submit' class = 'button' value = "Entrar">