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

Re: [Andy] unknown tag: login function on homepage...

Quote Reply
Re: [Andy] unknown tag: login function on homepage... In reply to
Hi Andy,

Are you the Michael Schumacher of GT????Cool

Anyway here is the code. I made a include_login.html
with this.
I CAN login, but the initial value is (unknown tag...etc.)

*******************************
<form action="<%db_cgi_url%>/user.cgi" method="POST">
<input type=hidden name=login value=1>
<table>
<tr><td><%body_font%>Gebruikersnaam:</font></td><td>
<input name="Username" value="<%Username%>" class="button" size="20"></td></tr>
<tr><td><%body_font%>Paswoord:</font></td><td>
<input type=password name=Password class="button" size="20"></td></tr>
<tr><td><br><br></td><td><input type=submit value="Login" class="button">
</td>
</tr>
</table>
Account aanvragen? <a href="<%db_cgi_url%>/user.cgi?signup_form=1"> <b><u>Hier</u></b> kun je je registreren!</a></font><br>
<%body_font%>Paswoord vergeten? Wij kunnen jouw paswoord <a href="<%db_cgi_url%>/user.cgi?email_pass=1">vanaf <b><u>hier</u></b> naar je emailen!</a>
</font>
</form>
Subject Author Views Date
Thread unknown tag: login function on homepage... rsahertian 2651 Sep 14, 2003, 1:23 PM
Thread Re: [rsahertian] unknown tag: login function on homepage...
Andy 2602 Sep 14, 2003, 1:25 PM
Thread Re: [Andy] unknown tag: login function on homepage...
rsahertian 2597 Sep 14, 2003, 1:34 PM
Thread Re: [rsahertian] unknown tag: login function on homepage...
Andy 2587 Sep 14, 2003, 1:38 PM
Post Re: [Andy] unknown tag: login function on homepage...
rsahertian 2571 Sep 14, 2003, 1:45 PM