source: trunk/forum/styles/wowgold/template/login_forum.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1.1 KB
Line 
1<!-- INCLUDE overall_header.html -->
2
3<div id="pagecontent">
4
5 <form name="login_forum" method="post" action="{S_LOGIN_ACTION}">
6
7 <table class="tablebg" width="100%" cellspacing="1" align="center">
8 <tr>
9 <th>{L_LOGIN}</th>
10 </tr>
11 <tr>
12 <td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</span></td>
13 </tr>
14 <tr>
15 <td class="row1" align="center">
16
17 <table cellspacing="1" cellpadding="4" border="0">
18 <!-- IF LOGIN_ERROR -->
19 <tr>
20 <td class="gensmall" colspan="2" align="center"><span class="error">{LOGIN_ERROR}</span></td>
21 </tr>
22 <!-- ENDIF -->
23 <tr>
24 <td class="gensmall"><b>{L_PASSWORD}:</b></td>
25 <td><input class="post" type="password" name="password" size="25" tabindex="2" /></td>
26 </tr>
27 </table>
28 </td>
29 </tr>
30 <tr>
31 <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="btnmain" value="{L_LOGIN}" tabindex="3" /></td>
32 </tr>
33 </table>
34 {S_FORM_TOKEN}
35 </form>
36
37</div>
38
39<br clear="all" />
40
41<!-- INCLUDE breadcrumbs.html -->
42
43<br clear="all" />
44
45<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
46
47<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.