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/yoga/identification.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/yoga/identification.tpl')
-rw-r--r-- | template/yoga/identification.tpl | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/template/yoga/identification.tpl b/template/yoga/identification.tpl new file mode 100644 index 000000000..d120524d0 --- /dev/null +++ b/template/yoga/identification.tpl @@ -0,0 +1,53 @@ +<!-- $Id$ --> +<div id="content"> + + <div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{U_REGISTER}" title="{lang:Create a new account}"><img src="./template/yoga/theme/register.png" alt="{lang:register}"/></a></li> + <li><a href="{U_HOME}" title="{lang:Go through the gallery as a visitor}"><img src="./template/yoga/theme/home.png" alt="{lang:home}"/></a></li> + </ul> + <h2>{lang:Identification}</h2> + </div> + + <!-- BEGIN errors --> + <div class="errors"> + <ul> + <!-- BEGIN error --> + <li>{errors.error.ERROR}</li> + <!-- END error --> + </ul> + </div> + <!-- END errors --> + +<form action="{F_LOGIN_ACTION}" method="post" class="properties"> + <fieldset> + <legend>{lang:Connection settings}</legend> + + <ul> + <li> + <label for="username">{L_USERNAME}</label> + <input class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}"> + </li> + + <li> + <label for="password">{L_PASSWORD}</label> + <input class="login" type="password" name="password" id="password" size="25" maxlength="25"> + </li> + + <!-- BEGIN remember_me --> + <li> + <label>{L_REMEMBER_ME}</label> + <input type="checkbox" name="remember_me" value="1"> + </li> + <!-- END remember_me --> + </ul> + </fieldset> + + <p><input type="submit" name="login" value="{L_LOGIN}"></p> +</form> + + <p> + <a href="{U_REGISTER}"><img src="template/yoga/theme/register.png" alt=""> {L_REGISTER}</a> + </p> + +</div> <!-- content --> |