diff options
author | plegall <plg@piwigo.org> | 2005-09-03 20:01:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-03 20:01:14 +0000 |
commit | 9c6f769b9424557f5cda93e6f7f4f1366ad427e7 (patch) | |
tree | 1942371c30d4894cc71ec4bdc7e5792daa368320 /template/default/register.tpl | |
parent | 7eae7595909a49d4355453c73638151097a53f20 (diff) |
- new : template yoga, made by yoDan, helped by chrisaga for integration
becomes the official template.
git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/register.tpl')
-rw-r--r-- | template/default/register.tpl | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/template/default/register.tpl b/template/default/register.tpl deleted file mode 100644 index 22011103f..000000000 --- a/template/default/register.tpl +++ /dev/null @@ -1,56 +0,0 @@ -<div class="titrePage">{L_TITLE}</div> -<form method="post" action="{F_ACTION}"> - <table style="width:60%;" 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 width="60%">{L_USERNAME}</td> - <td width="40%"> - <input type="text" name="login" value="{F_LOGIN}" /> - </td> - </tr> - <tr> - <td >{L_PASSWORD}</td> - <td > - <input type="password" name="password" /> - </td> - </tr> - <tr> - <td >{L_CONFIRM_PASSWORD}</td> - <td > - <input type="password" name="password_conf" /> - </td> - </tr> - <tr> - <td >{L_EMAIL}</td> - <td > - <input type="text" name="mail_address" value="{F_EMAIL}" /> - </td> - </tr> - <tr> - <td colspan="2"> </td> - </tr> - <tr> - <tr> - <td colspan="2" align="center"> - <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" /> - </td> - </tr> - <tr> - <td colspan="2" align="center"> - <a href="./category.php">[ {L_GUEST} ]</a> - </td> - </tr> - </table> -</form>
\ No newline at end of file |