2011-05-07 15:55:10 +00:00
|
|
|
{if isset($MENUBAR)}{$MENUBAR}{/if}
|
2008-05-20 00:27:26 +00:00
|
|
|
<div id="content" class="content">
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
|
2010-12-11 13:42:19 +00:00
|
|
|
<div class="titrePage">
|
2011-05-09 15:04:15 +00:00
|
|
|
<ul class="categoryActions">
|
|
|
|
<li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
|
|
|
|
<span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span>
|
|
|
|
</a></li>
|
|
|
|
</ul>
|
2010-12-11 13:42:19 +00:00
|
|
|
<h2>{'Identification'|@translate}</h2>
|
|
|
|
</div>
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
|
2008-02-28 02:41:48 +00:00
|
|
|
{if isset($errors) }
|
2005-08-18 07:04:05 +00:00
|
|
|
<div class="errors">
|
|
|
|
<ul>
|
2008-02-28 02:41:48 +00:00
|
|
|
{foreach from=$errors item=error}
|
|
|
|
<li>{$error}</li>
|
|
|
|
{/foreach}
|
2005-08-18 07:04:05 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2008-02-28 02:41:48 +00:00
|
|
|
{/if}
|
2005-08-27 00:24:31 +00:00
|
|
|
|
2008-02-28 02:41:48 +00:00
|
|
|
<form action="{$F_LOGIN_ACTION}" method="post" name="login_form" class="properties">
|
2005-08-27 00:24:31 +00:00
|
|
|
<fieldset>
|
2008-02-28 02:41:48 +00:00
|
|
|
<legend>{'Connection settings'|@translate}</legend>
|
2006-04-06 02:23:54 +00:00
|
|
|
|
2005-08-27 00:24:31 +00:00
|
|
|
<ul>
|
2006-04-06 02:23:54 +00:00
|
|
|
<li>
|
2006-04-05 21:01:05 +00:00
|
|
|
<span class="property">
|
2008-02-28 02:41:48 +00:00
|
|
|
<label for="username">{'Username'|@translate}</label>
|
2006-04-05 21:01:05 +00:00
|
|
|
</span>
|
2009-03-09 19:41:45 +00:00
|
|
|
<input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40">
|
2005-08-27 00:24:31 +00:00
|
|
|
</li>
|
2006-04-06 02:23:54 +00:00
|
|
|
|
2005-08-27 00:24:31 +00:00
|
|
|
<li>
|
2006-04-05 21:01:05 +00:00
|
|
|
<span class="property">
|
2008-02-28 02:41:48 +00:00
|
|
|
<label for="password">{'Password'|@translate}</label>
|
2006-04-05 21:01:05 +00:00
|
|
|
</span>
|
2009-03-09 19:41:45 +00:00
|
|
|
<input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25">
|
2005-08-27 00:24:31 +00:00
|
|
|
</li>
|
2006-04-06 02:23:54 +00:00
|
|
|
|
2008-02-28 02:41:48 +00:00
|
|
|
{if $authorize_remembering }
|
2005-08-27 00:24:31 +00:00
|
|
|
<li>
|
2006-04-05 21:01:05 +00:00
|
|
|
<span class="property">
|
2010-05-31 11:02:38 +00:00
|
|
|
<label for="remember_me">{'Auto login'|@translate}</label>
|
2006-04-05 21:01:05 +00:00
|
|
|
</span>
|
|
|
|
<input tabindex="3" type="checkbox" name="remember_me" id="remember_me" value="1">
|
2005-08-27 00:24:31 +00:00
|
|
|
</li>
|
2008-02-28 02:41:48 +00:00
|
|
|
{/if}
|
2005-08-27 00:24:31 +00:00
|
|
|
</ul>
|
|
|
|
</fieldset>
|
|
|
|
|
2010-05-31 11:02:38 +00:00
|
|
|
<p>
|
2010-06-01 19:52:44 +00:00
|
|
|
<input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}">
|
2010-05-31 11:02:38 +00:00
|
|
|
<input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
|
|
|
|
</p>
|
2006-04-06 02:23:54 +00:00
|
|
|
|
2005-08-27 00:24:31 +00:00
|
|
|
<p>
|
2010-12-11 13:42:19 +00:00
|
|
|
{if isset($U_REGISTER)}
|
|
|
|
<a href="{$U_REGISTER}" title="{'Register'|@translate}" class="pwg-state-default pwg-button">
|
|
|
|
<span class="pwg-icon pwg-icon-register"> </span><span>{'Register'|@translate}</span>
|
|
|
|
</a>
|
|
|
|
{/if}
|
|
|
|
<a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
|
|
|
|
<span class="pwg-icon pwg-icon-lost-password"> </span><span>{'Forgot your password?'|@translate}</span>
|
|
|
|
</a>
|
2005-08-27 00:24:31 +00:00
|
|
|
</p>
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
|
2008-08-21 01:14:03 +00:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<script type="text/javascript"><!--
|
|
|
|
document.login_form.username.focus();
|
|
|
|
//--></script>
|
|
|
|
|
- new : HTML BODY identifier to let CSS stylesheets manage specific
behaviour.
- deletion : admin/search useless
- improvement : in admin/user_list, special behaviour for true/false fields
(expand, show_comments)
- new : gallery_title and gallery_description are displayed at the top of
each page.
- improvement : simplification in HTML for categories menu.
- improvement : standardization of presentation in all public pages
(identification, registration, search, profile, notification, comments,
etc.)
(not in ChangeLog, below this line)
- add forgotten notification.php (should have been added in a previous
commit)
- [template cclear] deletion of useless class .bouton
- [template cclear] for test purpose, new presentation of register page
(using FORM.filter)
- [template cclear] adaptation of admin/group_list from template default
- [template cclear] deletion of obsolete admin/infos_images
- [template cclear] deletion of obsolete admin/search_username
- [template cclear] new icon register.png
git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-25 22:43:47 +00:00
|
|
|
</div> <!-- content -->
|