aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/identification.tpl
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-02-19 20:21:56 +0000
committergweltas <gweltas@piwigo.org>2004-02-19 20:21:56 +0000
commit8d4e9c5d0f8445573c497be4704e49aa92eb6bf7 (patch)
tree729dd92353fef293df497f66913644894e4b626f /template/default/identification.tpl
parent78df1f97d366e5f9e4115c658ad91fab70717f29 (diff)
Template migration
git-svn-id: http://piwigo.org/svn/trunk@365 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/identification.tpl')
-rw-r--r--template/default/identification.tpl61
1 files changed, 61 insertions, 0 deletions
diff --git a/template/default/identification.tpl b/template/default/identification.tpl
new file mode 100644
index 000000000..bc36f0c78
--- /dev/null
+++ b/template/default/identification.tpl
@@ -0,0 +1,61 @@
+ <table style="width:100%;height:100%">
+ <tr align="center" valign="middle">
+ <td>
+ {T_START}1px{T_BEGIN}
+ <div class="titrePage">{L_TITLE}</div>
+ {T_END}
+ <div style="margin-bottom:5px;">&nbsp;</div>
+ {T_START}50%{T_BEGIN}
+ <div style="text-align:center;">
+ <form action="{F_LOGIN_ACTION}" method="post">
+ <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center">
+ <!-- BEGIN errors -->
+ <tr>
+ <td colspan="2">
+ <div class="errors">
+ <ul>
+ <!-- BEGIN error -->
+ <li>{errors.error.ERROR}</li>
+ <!-- END error -->
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <!-- END errors -->
+ <tr>
+ <td colspan="2" align="center">&nbsp;</td>
+ </tr>
+ <tr>
+ <td width="45%" align="right"><span class="gentbl">{L_USERNAME}:</span></td>
+ <td>
+ <input class="login" type="text" name="username" size="25" maxlength="40" value="{USERNAME}" />
+ </td>
+ </tr>
+ <tr>
+ <td align="right"><span class="gentbl">{L_PASSWORD}:</span></td>
+ <td>
+ <input class="login" type="password" name="pass" size="25" maxlength="25" />
+ </td>
+ </tr>
+ <tr align="center">
+ <td colspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="bouton" /></td>
+ </tr>
+
+</table>
+</form>
+ <table style="width:80%;margin-left:auto;margin-right:auto;">
+ <tr>
+ <td colspan="3" align="center">
+ <!-- BEGIN free_access -->
+ <p><a href="./category.php">[ {L_GUEST} ]</a></p>
+ <a href="register.php"><img src="./template/{T_STYLE}/theme/register.gif" style="border:0;" alt=""/>&nbsp;{L_REGISTER}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
+ <!-- END free_access -->
+ <a href="mailto:{MAIL_ADMIN}?subject=[PhpWebGallery] {L_FORGET}"><img src="./template/{T_STYLE}/theme/lost.gif" style="border:0;" alt=""/>&nbsp;{L_FORGET}</a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ {T_END}
+ </td>
+ </tr>
+ </table> \ No newline at end of file