Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] Problem code validation of user registry

Quote Reply
Re: [Andy] Problem code validation of user registry In reply to
Thanks Andy, But these pages still I not modified the code (validate_form.html and validate_success.html). They are in the orginal format of the package in Spanish.

validate_form.html

<%--
Archivo : validate_form.html
Descripcion : Este template es usado cuando un usuario esta validando su cuenta.
Etiquetas : La unica etiqueta (tag) especial es:
error => Un mensaje diciendo que la cuenta no pudo ser validada.

--%>
<html>

<head>
<title><%site_title%>: Validacion</title>
<%css%>
</head>

<%body_tag%>
<center>
<%include include_header.html%>
<%body_table%>
<tr><td align=center>
<%include include_menu.html%><br><%include include_search_bar.html%>
</td></tr>
<tr><td align=center>

<table border=0 width="100%" cellpadding=0 cellspacing=0>
<tr><td bgcolor=black width=6>
<img src="<%build_images_url%>/default/ClearShim.gif" width=6 height="200"></td>
<td valign=top>

<table border=0 width="100%" cellpadding=3 cellspacing=0>
<%header_row%><td width="30%">
<%header_font%>VALIDACION<%/header_font%></td>
<td bgcolor=white width="70%">&nbsp;</td></tr>
<tr><td colspan=2 align=center valign=middle>

<form action="<%db_cgi_url%>/user.cgi" method="POST">
<input type=hidden name=validate_user value=1>
<table border ="0" cellspacing="0" cellpadding="4">
<tr><td colspan=2>
<%if error%>
<p><%error_font%><b><%error%></b></font></p>
<%endif%>
<%body_font%>
Para Validar su cuenta, favor de insertar el codigo del cual fue provisto:</font></td></tr>
<tr><td align="right" valign="top"><%body_font%>Codigo:</font></td>
<td><input name="code" size="50"></td></tr>
<tr><td></td><td><%body_font%>
<input type="SUBMIT" name="validate_user" value="Validate"></font></td></tr>
</table>
</form>
</td></tr></table>

<tr><td colspan=2>
<img src="<%build_images_url%>/default/BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
<%include include_menu.html%>
</td></tr>
</table> </td></tr></table>
<%include include_footer.html%>
</center>
</body>
</html>

validate_success.html

<%--
Archivo : validate_success.html
Descripcion : Este archivo se muestra despues de que un usuario a validado exitosamente su cuenta
Etiquetas : Todas las propiedades del usuario estan disponibles en esta pagina.

<html>
<head>
<title><%site_title%>Cuenta Activada</title>
<%css%>
</head>

<%body_tag%>
<center>
<%include include_header.html%>
<%body_table%>
<tr><td align=center>
<%include include_menu.html%><br><%include include_search_bar.html%>
</td></tr>
<tr><td align=center>

<table border=0 width="100%" cellpadding=0 cellspacing=0>
<tr><td bgcolor=black width=6 rowspan=2>
<img src="<%build_images_url%>/default/ClearShim.gif" width=6 height="200"></td>
<td>

<table border=0 width="100%" cellpadding=3 cellspacing=0>
<%header_row%><td width="30%">
<%header_font%>CUENTA ACTIVADA<%/header_font%></td>
<td bgcolor=white width="70%">&nbsp;</td></tr>
<tr><td colspan=2 align=center>

<%body_font%>Gracias, Su cuenta ha sido Activada!</font>
<br><br><br>&nbsp;

</td></tr></table>

<tr><td>
<img src="<%build_images_url%>/default/BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
<%include include_menu.html%>
</td></tr>
</table>
<%include include_footer.html%>
</center>
</body>
</html>
Subject Author Views Date
Thread Problem code validation of user registry venezuelasite 6378 Apr 18, 2003, 10:51 PM
Thread Re: [venezuelasite] Problem code validation of user registry
Andy 6272 Apr 19, 2003, 3:03 AM
Post Re: [Andy] Problem code validation of user registry
venezuelasite 6254 Apr 19, 2003, 8:17 AM
Thread Re: [venezuelasite] Problem code validation of user registry
webmaster33 6266 Apr 20, 2003, 9:41 AM
Thread Re: [webmaster33] Problem code validation of user registry
venezuelasite 6251 Apr 20, 2003, 10:11 AM
Thread Re: [venezuelasite] Problem code validation of user registry
webmaster33 6233 Apr 20, 2003, 10:15 AM
Thread Re: [webmaster33] Problem code validation of user registry
venezuelasite 6228 Apr 20, 2003, 10:38 AM
Thread Re: [venezuelasite] Problem code validation of user registry
webmaster33 6228 Apr 20, 2003, 12:01 PM
Thread Re: [webmaster33] Problem code validation of user registry
venezuelasite 6215 Apr 20, 2003, 4:24 PM
Thread Re: [venezuelasite] Problem code validation of user registry
pugdog 6198 Apr 21, 2003, 12:51 PM
Post Re: [pugdog] Problem code validation of user registry
venezuelasite 6187 Apr 21, 2003, 1:57 PM
Post Re: [pugdog] Problem code validation of user registry
carfac 6171 Apr 22, 2003, 8:57 AM