diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-18 07:04:05 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-18 07:04:05 +0000 |
commit | 2bbc7ba8bea747db08a8adac9e80e8a2aa7cbf2d (patch) | |
tree | 825df1cd8fc4c9cbf5eeb01c36e6434cbcdc9c4f /template/cclear/identification.tpl | |
parent | af3802982b31b13e6f94015bba484233c3b1a9e1 (diff) |
Let's begin the new customizable clear template :-)
git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear/identification.tpl')
-rw-r--r-- | template/cclear/identification.tpl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/template/cclear/identification.tpl b/template/cclear/identification.tpl new file mode 100644 index 000000000..3fd1e1e39 --- /dev/null +++ b/template/cclear/identification.tpl @@ -0,0 +1,30 @@ +<h2>{L_TITLE}</h2> +<div class="formbox"> +<form action="{F_LOGIN_ACTION}" method="post"> + <!-- BEGIN errors --> + <div class="errors"> + <ul> + <!-- BEGIN error --> + <li>{errors.error.ERROR}</li> + <!-- END error --> + </ul> + </div> + <!-- END errors --> + <dl> + <dt>{L_USERNAME}:</dt> + <dd><input class="login" type="text" name="username" size="25" maxlength="40" value="{USERNAME}" /></dd> + <dt>{L_PASSWORD}:</dt> + <dd><input class="login" type="password" name="password" size="25" maxlength="25" /></dd> + <!-- BEGIN remember_me --> + <dt>{L_REMEMBER_ME}:</dt> + <dd><input type="checkbox" name="remember_me" value="1" /></dd> + <!-- END remember_me --> + </dl> + <p><input type="submit" name="login" value="{L_LOGIN}" class="bouton" /></p> +</form> + <!-- BEGIN free_access --> + <p><a href="./category.php">[ {L_GUEST} ]</a></p> + <a href="register.php"><img src="template/clear/theme/register.gif" style="border:0;" alt=""/> {L_REGISTER}</a> - + <!-- END free_access --> + <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="template/clear/theme/lost.gif" style="border:0;" alt=""/> {L_FORGET}</a> +</div> <!--formbox--> |