1 | <!-- **GBL** >IDENTIFICATION> --> |
---|
2 | |
---|
3 | <div id="content" class="content"> |
---|
4 | |
---|
5 | <div class="titrePage"> |
---|
6 | <ul class="categoryActions"> |
---|
7 | <li><a id="icon_lost_password" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}">--> </a></li> |
---|
8 | {if isset($U_REGISTER) } |
---|
9 | <li><a id="icon_register" class="button" href="{$U_REGISTER}" title="{'Create a new account'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"/> --></a></li> |
---|
10 | {/if} |
---|
11 | <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/> --></a></li> |
---|
12 | </ul> |
---|
13 | <h2>{'Identification'|@translate}</h2> |
---|
14 | </div> |
---|
15 | |
---|
16 | {include file='dialogs.tpl'} |
---|
17 | |
---|
18 | |
---|
19 | <form action="{$F_LOGIN_ACTION}" method="post" name="login_form" class="properties" id="identification"> |
---|
20 | <fieldset> |
---|
21 | <legend>{'Connection settings'|@translate}</legend> |
---|
22 | |
---|
23 | <input type="hidden" name="redirect" value="{$U_REDIRECT}"> |
---|
24 | |
---|
25 | <ul> |
---|
26 | <li> |
---|
27 | <div class="property"> |
---|
28 | <label for="username">{'Username'|@translate}</label> |
---|
29 | </div> |
---|
30 | <input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40" /> |
---|
31 | </li> |
---|
32 | |
---|
33 | <li> |
---|
34 | <div class="property"> |
---|
35 | <label for="password">{'Password'|@translate}</label> |
---|
36 | </div> |
---|
37 | <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25" /> |
---|
38 | </li> |
---|
39 | |
---|
40 | {if $authorize_remembering } |
---|
41 | <li> |
---|
42 | <div class="property"> |
---|
43 | <label for="remember_me">{'remember_me'|@translate}</label> |
---|
44 | </div> |
---|
45 | <input tabindex="3" type="checkbox" name="remember_me" id="remember_me" value="1"> |
---|
46 | </li> |
---|
47 | {/if} |
---|
48 | </ul> |
---|
49 | </fieldset> |
---|
50 | |
---|
51 | <p><input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}"></p> |
---|
52 | |
---|
53 | <p> |
---|
54 | {if isset($U_REGISTER) } |
---|
55 | <a id="icon_register2" class="button" href="{$U_REGISTER}" title="{'Create a new account'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}--></a> |
---|
56 | {/if} |
---|
57 | <a id="icon_lost_password2" class="button" href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><!-- <img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"> {'Forgot your password?'|@translate} --></a> |
---|
58 | </p> |
---|
59 | |
---|
60 | </form> |
---|
61 | |
---|
62 | |
---|
63 | |
---|
64 | |
---|
65 | |
---|
66 | <script type="text/javascript"><!-- |
---|
67 | document.login_form.username.focus(); |
---|
68 | //--></script> |
---|
69 | |
---|
70 | </div> <!-- content --> |
---|
71 | <!-- **GBL** <IDENTIFICATION< --> |
---|