diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-04 00:08:19 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-04 00:08:19 +0000 |
commit | c8b23a4273f6429cf8887b1a7159588c2a89b422 (patch) | |
tree | 42056708c78dfa66a52e44d7764bad25c07e04f4 /phpBB/templates/subSilver | |
parent | 6b7b082123d1487e49d10a129ab644987e36cf5e (diff) | |
download | forums-c8b23a4273f6429cf8887b1a7159588c2a89b422.tar forums-c8b23a4273f6429cf8887b1a7159588c2a89b422.tar.gz forums-c8b23a4273f6429cf8887b1a7159588c2a89b422.tar.bz2 forums-c8b23a4273f6429cf8887b1a7159588c2a89b422.tar.xz forums-c8b23a4273f6429cf8887b1a7159588c2a89b422.zip |
I suppose the template may be useful too
git-svn-id: file:///svn/phpbb/trunk@3971 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
-rw-r--r-- | phpBB/templates/subSilver/login_forum.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/login_forum.html b/phpBB/templates/subSilver/login_forum.html new file mode 100644 index 0000000000..eeb55218f6 --- /dev/null +++ b/phpBB/templates/subSilver/login_forum.html @@ -0,0 +1,35 @@ +<!-- $Id$ --> +<!-- INCLUDE overall_header.html --> + +<form action="{S_LOGIN_ACTION}" method="post"><table width="50%" cellspacing="2" cellpadding="2" border="0" align="center"> + <tr> + <td align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td> + </tr> +</table> + +<table class="tablebg" width="50%" cellspacing="1" cellpadding="2" border="0" align="center"> + <tr> + <th height="25">{L_LOGIN}</th> + </tr> + <tr> + <td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</td> + </tr> + <tr> + <td class="row1" align="center"><table cellspacing="1" cellpadding="2" border="0"> + <!-- IF LOGIN_ERROR neq '' --> + <tr> + <td class="gensmall" colspan="2" align="center"><span style="color:red">{LOGIN_ERROR}</span></td> + </tr> + <!-- ENDIF --> + <tr> + <td><b class="gensmall">{L_PASSWORD}:</b></td> + <td><input class="post" type="password" name="password" size="25" maxlength="25" tabindex="2" /></td> + </tr> + </table></td> + </tr> + <tr> + <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" tabindex="3" /></td> + </tr> +</table></form> + +<!-- INCLUDE overall_footer.html -->
\ No newline at end of file |