Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / users / pntemplates / pnblocks [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
07 Aug 2002 03:59:44 | postnuke_official/html/modules/users/pntemplates/pnblocks | login.pnd,NONE,1.1 | Paul Rosania |
block template for login block |
Update of /home/cvsroot/postnuke_official/html/modules/users/pntemplates/pnblocks In directory ns7.hostnuke.net:/tmp/cvs-serv24736/pnblocks Added Files: login.pnd Log Message: block template for login block --- NEW FILE: login.pnd --- <form action="&pnt-modurl-users-user-login;" method="post" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="returnurl" id="returnurl" value="&pnt-var-return_url;" /> <table border="0" width="100%"> <tr> <td> Username </td> <td> <input type="text" name="uname" maxlength="64" style="width:80px;" /> </td> </tr> <tr> <td> Password </td> <td> <input type="password" name="pass" maxlength="64" style="width:80px;" /> </td> </tr> <pnt:if condition="pnConfigGetVar('seclevel') != 'High'"> <tr> <td colspan="2"> <input type="checkbox" name="rememberme" value="1" />Remember me </td> </tr> </pnt:if> <tr> <td colspan="2" align="center"> <input type="submit" value="Sign in" align="middle" /> </td> </tr> <tr> <td colspan="2" align="justify"> Need an account? <a href="&pnt-modurl-users-user-register;">Register here</a>. </td> </tr> </table> </form>
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |