source: trunk/template/yoga/identification.tpl @ 859

Last change on this file since 859 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<!-- $Id: identification.tpl 859 2005-09-03 20:01:14Z plg $ -->
2<div id="content">
3
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li><a href="{U_REGISTER}" title="{lang:Create a new account}"><img src="./template/yoga/theme/register.png" alt="{lang:register}"/></a></li>
7      <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>
8    </ul>
9    <h2>{lang:Identification}</h2>
10  </div>
11
12  <!-- BEGIN errors -->
13  <div class="errors">
14    <ul>
15      <!-- BEGIN error -->
16      <li>{errors.error.ERROR}</li>
17      <!-- END error -->
18    </ul>
19  </div>
20  <!-- END errors -->
21
22<form action="{F_LOGIN_ACTION}" method="post" class="properties">
23  <fieldset>
24    <legend>{lang:Connection settings}</legend>
25
26    <ul>
27      <li>
28        <label for="username">{L_USERNAME}</label>
29        <input class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}">
30      </li>
31 
32      <li>
33        <label for="password">{L_PASSWORD}</label>
34        <input class="login" type="password" name="password" id="password" size="25" maxlength="25">
35      </li>
36 
37      <!-- BEGIN remember_me -->
38      <li>
39        <label>{L_REMEMBER_ME}</label>
40        <input type="checkbox" name="remember_me" value="1">
41      </li>
42      <!-- END remember_me -->
43    </ul>
44  </fieldset>
45
46  <p><input type="submit" name="login" value="{L_LOGIN}"></p>
47</form>
48 
49  <p>
50    <a href="{U_REGISTER}"><img src="template/yoga/theme/register.png" alt=""> {L_REGISTER}</a>
51  </p>
52
53</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.