[cpif] r375 - trunk/frontend-web/skins/default
svn at argo.es
svn at argo.es
Fri Sep 21 16:20:40 CEST 2007
Author: alvaro
Date: Fri Sep 21 16:20:39 2007
New Revision: 375
Log:
Added webpage for profile
Added:
trunk/frontend-web/skins/default/profile.html
Added: trunk/frontend-web/skins/default/profile.html
==============================================================================
--- (empty file)
+++ trunk/frontend-web/skins/default/profile.html Fri Sep 21 16:20:39 2007
@@ -0,0 +1,17 @@
+<form action="/perfil_POST/%(profile user)s" method="post" enctype="multipart/form-data">
+<table>
+<tr><td>Usuario:</td><td>%(profile user)s</td></tr>
+<tr><td>Clave nueva:</td><td><input type="password" name="clave1" size="25" value="" /></td></tr>
+<tr><td>Confirma clave nueva:</td><td><input type="password" name="clave2" size="25" value="" /></td></tr>
+<tr><td>Correo electrónico:</td><td>%(profile email)s</td></tr>
+<tr><td>Nueva dirección de<br/>correo electrónico:</td><td><input type="text" name="new_email" size=30 value="" /> </td></tr>
+<tr><td>Servidores OpenID:</td><td><input type="text" name="OpenID1" size=55 value="%(profile openid1)s" /></td></tr>
+<tr><td align=right>(opcionales)</td><td><input type="text" name="OpenID2" size=55 value="%(profile openid2)s" /></td></tr>
+<tr><td align=right>(opcionales)</td><td><input type="text" name="OpenID3" size=55 value="%(profile openid3)s" /></td></tr>
+<tr><td align=right>(opcionales)</td><td><input type="text" name="OpenID4" size=55 value="%(profile openid4)s" /></td></tr>
+<tr><td align=right>(opcionales)</td><td><input type="text" name="OpenID5" size=55 value="%(profile openid5)s" /></td></tr>
+<tr><td>Nuevo avatar:</td><td><input type="file" name="avatar" size=45 value="" /></td></tr>
+%(profile avatar)s
+<tr><td colspan=2 align=right><input class="form-element" type="submit" name="submit" value="Cambia perfil"/></td></tr>
+</table>
+</form>
More information about the cpif
mailing list