source: trunk/themes/default/template/identification.tpl @ 19703

Last change on this file since 19703 was 18750, checked in by rvelices, 12 years ago

rollback remove empty <ul> ( -r18748 )

  • Property svn:eol-style set to LF
File size: 2.0 KB
RevLine 
[10812]1{if isset($MENUBAR)}{$MENUBAR}{/if}
[12878]2<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
[859]3
[8076]4<div class="titrePage">
[18750]5        <ul class="categoryActions">
6        </ul>
[14240]7        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Identification'|@translate}</h2>
[8076]8</div>
[859]9
[12764]10{include file='infos_errors.tpl'}
[859]11
[2223]12<form action="{$F_LOGIN_ACTION}" method="post" name="login_form" class="properties">
[859]13  <fieldset>
[2223]14    <legend>{'Connection settings'|@translate}</legend>
[1131]15
[859]16    <ul>
[1131]17      <li>
[1129]18        <span class="property">
[2223]19          <label for="username">{'Username'|@translate}</label>
[1129]20        </span>
[3185]21        <input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40">
[859]22      </li>
[1131]23
[859]24      <li>
[1129]25        <span class="property">
[2223]26          <label for="password">{'Password'|@translate}</label>
[1129]27        </span>
[3185]28        <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25">
[859]29      </li>
[1131]30
[2223]31      {if $authorize_remembering }
[859]32      <li>
[1129]33        <span class="property">
[6429]34          <label for="remember_me">{'Auto login'|@translate}</label>
[1129]35        </span>
36        <input tabindex="3" type="checkbox" name="remember_me" id="remember_me" value="1">
[859]37      </li>
[2223]38      {/if}
[859]39    </ul>
40  </fieldset>
41
[6429]42  <p>
[6437]43    <input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}">
[12479]44    <input tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
[6429]45  </p>
[1131]46
[12878]47        <p>
[8076]48{if isset($U_REGISTER)}
49                <a href="{$U_REGISTER}" title="{'Register'|@translate}" class="pwg-state-default pwg-button">
50                        <span class="pwg-icon pwg-icon-register">&nbsp;</span><span>{'Register'|@translate}</span>
51                </a>
52{/if}
[12878]53{if isset($U_LOST_PASSWORD)}
[8076]54                <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
55                        <span class="pwg-icon pwg-icon-lost-password">&nbsp;</span><span>{'Forgot your password?'|@translate}</span>
56                </a>
[12878]57{/if}
58        </p>
[859]59
[2480]60</form>
61
62<script type="text/javascript"><!--
63document.login_form.username.focus();
64//--></script>
65
[859]66</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.