aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-06 16:16:22 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-06 16:16:22 +0000
commit6a7495102901ccd970cb0da405cd5444e84d3f46 (patch)
treed7eeb84690dd5c91286c58fda0756a01c9d5bd46 /phpBB/templates
parent99edaf843c182b7c79ef4117c6cd357071d0a306 (diff)
downloadforums-6a7495102901ccd970cb0da405cd5444e84d3f46.tar
forums-6a7495102901ccd970cb0da405cd5444e84d3f46.tar.gz
forums-6a7495102901ccd970cb0da405cd5444e84d3f46.tar.bz2
forums-6a7495102901ccd970cb0da405cd5444e84d3f46.tar.xz
forums-6a7495102901ccd970cb0da405cd5444e84d3f46.zip
Now allow for GET based session
git-svn-id: file:///svn/phpbb/trunk@256 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rwxr-xr-xphpBB/templates/Default/agreement.tpl6
-rw-r--r--phpBB/templates/Default/index_header.tpl4
-rw-r--r--phpBB/templates/Default/jumpbox.tpl2
-rw-r--r--phpBB/templates/Default/login_body.tpl2
-rw-r--r--phpBB/templates/Default/overall_header.tpl25
-rwxr-xr-xphpBB/templates/Default/profile_add_body.tpl2
-rw-r--r--phpBB/templates/Default/viewonline_header.tpl2
-rw-r--r--phpBB/templates/PSO/agreement.tpl2
-rw-r--r--phpBB/templates/PSO/index_body.tpl4
-rw-r--r--phpBB/templates/PSO/index_header.tpl2
-rw-r--r--phpBB/templates/PSO/jumpbox.tpl2
-rw-r--r--phpBB/templates/PSO/login_body.tpl4
-rw-r--r--phpBB/templates/PSO/profile_add_body.tpl2
-rw-r--r--phpBB/templates/PSO/viewtopic_header.tpl2
14 files changed, 33 insertions, 28 deletions
diff --git a/phpBB/templates/Default/agreement.tpl b/phpBB/templates/Default/agreement.tpl
index 99ba618abe..e7f9dfd9e7 100755
--- a/phpBB/templates/Default/agreement.tpl
+++ b/phpBB/templates/Default/agreement.tpl
@@ -21,9 +21,9 @@
<br>
The owners of phpBB.com and the moderators of this forum have the right to remove, edit, move or close any thread for any reason.<br>
<br>
- <div align="center" style="{font-weight: bold;}"><a href="profile.{PHPEX}?mode=register&agreed=true">I Agree to these terms (and am over 13 years of age)</a>&nbsp;&nbsp;
- <a href="profile.{PHPEX}?mode=register&agreed=true&coppa=true">I Agree to these terms (and am <b>under</b> 13 years of age)</a>&nbsp;&nbsp;
- <a href="index.{PHPEX}">I do not agree to these terms</a></div>
+ <div align="center" style="{font-weight: bold;}"><a href="{U_AGREE_OVER13}">I Agree to these terms (and am over 13 years of age)</a>&nbsp;&nbsp;
+ <a href="{U_AGREE_UNDER13}">I Agree to these terms (and am <b>under</b> 13 years of age)</a>&nbsp;&nbsp;
+ <a href="{U_INDEX}">I do not agree to these terms</a></div>
</td>
</table>
</td>
diff --git a/phpBB/templates/Default/index_header.tpl b/phpBB/templates/Default/index_header.tpl
index 622b26e77b..a7e8ebae14 100644
--- a/phpBB/templates/Default/index_header.tpl
+++ b/phpBB/templates/Default/index_header.tpl
@@ -7,8 +7,8 @@
<tr>
<td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br>
{L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>
- {L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&u={NEWEST_UID}">{NEWEST_USER}</a></b><br>
- {L_ARECURRENTLY} <a href="viewonline.{PHPEX}"><b>{USERS_BROWSING}</b> {L_BROWSING}</a> {L_THEFORUMS}<br>
+ {L_NEWESTUSER} <b><a href="{U_NEWEST_USER_PROFILE}">{NEWEST_USER}</a></b><br>
+ {L_ARECURRENTLY} <a href="{U_VIEWONLINE}"><b>{USERS_BROWSING}</b> {L_BROWSING}</a> {L_THEFORUMS}<br>
</td>
</tr>
</table>
diff --git a/phpBB/templates/Default/jumpbox.tpl b/phpBB/templates/Default/jumpbox.tpl
index de3d93e8f5..72ec34c222 100644
--- a/phpBB/templates/Default/jumpbox.tpl
+++ b/phpBB/templates/Default/jumpbox.tpl
@@ -1,5 +1,5 @@
<table cellspacing="0" cellpadding="0" border="0">
- <tr><form method="GET" action="{JUMPBOX_ACTION}">
+ <tr><form method="post" action="{S_JUMPBOX_ACTION}">
<td nowrap>Jump To:<select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>{JUMPBOX_LIST}</select><input type="submit" value="Go"></td>
</form></tr>
</table> \ No newline at end of file
diff --git a/phpBB/templates/Default/login_body.tpl b/phpBB/templates/Default/login_body.tpl
index d987177de0..0aad58a463 100644
--- a/phpBB/templates/Default/login_body.tpl
+++ b/phpBB/templates/Default/login_body.tpl
@@ -2,7 +2,7 @@
<td><br clear="all" /><br />
<table border="0" align="center" width="60%" bgcolor="#000000" cellpadding="0" cellspacing="1">
- <tr><form action="{PHP_SELF}" method="post">
+ <tr><form action="{S_LOGIN_ACTION}" method="post">
<td><table border="0" width="100%" cellpadding="3" cellspacing="1">
<tr class="tableheader">
<td colspan="2" align="center"><b>Please enter your username and password to login</b></td>
diff --git a/phpBB/templates/Default/overall_header.tpl b/phpBB/templates/Default/overall_header.tpl
index 2e064cf315..c38a8c84b9 100644
--- a/phpBB/templates/Default/overall_header.tpl
+++ b/phpBB/templates/Default/overall_header.tpl
@@ -19,9 +19,14 @@
.tablebody {
font-size: 8pt;
}
+.tablefooter {
+ background: #C9C9D8;
+ color: #000000;
+ font-size: 8pt;
+}
.catheader {
font-size: 8pt;
- background: #CCCCCC;
+ background: #C5C9CD;
color: #000000;
}
TD {
@@ -43,20 +48,20 @@ A:Hover {
<td bgcolor="#000000"><table width="100%" cellpadding="0" cellspacing="1" border="0">
<tr>
<td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
- <tr class="tablebody"><form method="POST" action="login.{PHPEX}">
- <td align="left" valign="top"><a href="index.php"><img src="images/title.jpg" height="55" width="450" border="0"></a></td>
- <td align="right">{L_USERNAME} : <input type="text" name="username"><br>{L_PASSWORD} : <input type="password" name="password"><br>{L_LOG_ME_IN}<input type="checkbox" name="autologin">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="Login"></td>
+ <tr class="tablebody"><form method="post" action="{S_LOGIN_ACTION}">
+ <td align="left" valign="top"><a href="{U_INDEX}"><img src="images/title.jpg" height="55" width="450" border="0"></a></td>
+ <td align="right">{L_USERNAME} : <input type="text" name="username"><br>{L_PASSWORD} : <input type="password" name="password"><br>{L_LOG_ME_IN}<input type="checkbox" name="autologin">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="{L_LOGIN}"></td>
</tr></form>
<tr class="tablebody">
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left" valign="bottom">{L_WELCOMETO} {SITENAME}<br>{LOGIN_STATUS}</td>
- <td align="right" valign="bottom">[<a href="profile.{PHPEX}?mode=register">{L_REGISTER}</a>]&nbsp;
- [<a href="profile.{PHPEX}?mode=editprofile">{L_PROFILE}</a>]&nbsp;
- [<a href="search.{PHPEX}">{L_SEARCH}</a>]&nbsp;
- [<a href="priv_msg.{PHPEX}?mode=read">{L_PRIVATEMSGS}</a>]&nbsp;
- [<a href="memberlist.{PHPEX}">{L_MEMBERLIST}</a>]&nbsp;
- [<a href="faq.{PHPEX}">{L_FAQ}</a>]</td>
+ <td align="right" valign="bottom">[<a href="{U_REGISTER}">{L_REGISTER}</a>]&nbsp;
+ [<a href="{U_PROFILE}">{L_PROFILE}</a>]&nbsp;
+ [<a href="{U_SEARCH}">{L_SEARCH}</a>]&nbsp;
+ [<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a>]&nbsp;
+ [<a href="{U_MEMBERSLIST}">{L_MEMBERLIST}</a>]&nbsp;
+ [<a href="{U_FAQ}">{L_FAQ}</a>]</td>
</tr>
</table></td>
</tr>
diff --git a/phpBB/templates/Default/profile_add_body.tpl b/phpBB/templates/Default/profile_add_body.tpl
index cdb9cfaa95..12979b6b5e 100755
--- a/phpBB/templates/Default/profile_add_body.tpl
+++ b/phpBB/templates/Default/profile_add_body.tpl
@@ -1,5 +1,5 @@
<tr>
- <td><form action="{PHP_SELF}" method="POST">
+ <td><form action="{S_PROFILE_ACTION}" method="POST">
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td>
diff --git a/phpBB/templates/Default/viewonline_header.tpl b/phpBB/templates/Default/viewonline_header.tpl
index 98bac32367..0b2e6081c0 100644
--- a/phpBB/templates/Default/viewonline_header.tpl
+++ b/phpBB/templates/Default/viewonline_header.tpl
@@ -7,7 +7,7 @@
<tr>
<td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br>
{L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>
- {L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={NEWEST_UID}">{NEWEST_USER}</a></b>
+ {L_NEWESTUSER} <b><a href="{U_NEWEST_USER_PROFILE}">{NEWEST_USER}</a></b>
</td>
</tr>
</table>
diff --git a/phpBB/templates/PSO/agreement.tpl b/phpBB/templates/PSO/agreement.tpl
index 6ceda17174..51eb55f7f9 100644
--- a/phpBB/templates/PSO/agreement.tpl
+++ b/phpBB/templates/PSO/agreement.tpl
@@ -7,7 +7,7 @@
<tr>
<td width="100%" align="center" bgcolor="{T_TD_COLOR1}"><table width="80%" border="0">
<tr>
- <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><br />While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.<br /><br />You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br /><br />This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).<br /><br />By clicking Register below you agree to be bound by these conditions.<br /><br /><br /><div align="center"><a href="profile.{PHPEX}?mode=register&agreed=true">I Agree to these terms (and am over 13 years of age)</a><br /><br /><a href="profile.{PHPEX}?mode=register&agreed=true&coppa=true">I Agree to these terms (and am <b>under</b> 13 years of age)</a><br /><br /><a href="index.{PHPEX}">I do not agree to these terms</a></div><br /></font></td>
+ <td><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><br />While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.<br /><br />You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br /><br />This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).<br /><br />By clicking Register below you agree to be bound by these conditions.<br /><br /><br /><div align="center"><a href="{U_AGREE_OVER13}">I Agree to these terms (and am over 13 years of age)</a><br /><br /><a href="{U_AGREE_UNDER13}">I Agree to these terms (and am <b>under</b> 13 years of age)</a><br /><br /><a href="{U_INDEX}">I do not agree to these terms</a></div><br /></font></td>
</tr>
</table></td>
</tr>
diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl
index a8945ecc23..4a3526727e 100644
--- a/phpBB/templates/PSO/index_body.tpl
+++ b/phpBB/templates/PSO/index_body.tpl
@@ -27,8 +27,8 @@
<tr>
<td colspan="6" bgcolor="{T_TH_COLOR2}" align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{TOTAL_USERS_ONLINE}</font><br/><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{LOGGED_IN_USER_LIST}</font></td>
</tr>
- <tr><form method="post" action="login.{PHPEX}">
- <td colspan="6" bgcolor="{T_TH_COLOR3}" align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_USERNAME}: <input type="text" name="username">&nbsp;&nbsp;&nbsp;{L_PASSWORD}: <input type="password" name="password">&nbsp;&nbsp;&nbsp;{L_AUTO_LOGIN}</font>:&nbsp;<input type="checkbox" name="autologin">&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="Login">&nbsp;</font></td>
+ <tr><form method="post" action="{S_LOGIN_ACTION}">
+ <td colspan="6" bgcolor="{T_TH_COLOR3}" align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_USERNAME}: <input type="text" name="username">&nbsp;&nbsp;&nbsp;{L_PASSWORD}: <input type="password" name="password">&nbsp;&nbsp;&nbsp;{L_AUTO_LOGIN}</font>:&nbsp;<input type="checkbox" name="autologin">&nbsp;&nbsp;&nbsp;<input type="submit" name="submit" value="{L_LOGIN}">&nbsp;</font></td>
</form></tr>
</table></td>
</tr>
diff --git a/phpBB/templates/PSO/index_header.tpl b/phpBB/templates/PSO/index_header.tpl
index 8a76c56f8f..2725e5a53b 100644
--- a/phpBB/templates/PSO/index_header.tpl
+++ b/phpBB/templates/PSO/index_header.tpl
@@ -1,5 +1,5 @@
<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
<tr>
- <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME}&nbsp;{L_INDEX}</a></font></td>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a></font></td>
</tr>
</table></div> \ No newline at end of file
diff --git a/phpBB/templates/PSO/jumpbox.tpl b/phpBB/templates/PSO/jumpbox.tpl
index ff6cc8d69a..8de4b5e85b 100644
--- a/phpBB/templates/PSO/jumpbox.tpl
+++ b/phpBB/templates/PSO/jumpbox.tpl
@@ -1,5 +1,5 @@
<table cellspacing="0" cellpadding="0" border="0">
- <tr><form method="GET" action="{JUMPBOX_ACTION}">
+ <tr><form method="post" action="{S_JUMPBOX_ACTION}">
<td nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">Jump To:&nbsp;<select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>{JUMPBOX_LIST}</select>&nbsp;<input type="submit" value="Go"></font></td>
</form></tr>
</table> \ No newline at end of file
diff --git a/phpBB/templates/PSO/login_body.tpl b/phpBB/templates/PSO/login_body.tpl
index 5606160865..81660334d3 100644
--- a/phpBB/templates/PSO/login_body.tpl
+++ b/phpBB/templates/PSO/login_body.tpl
@@ -1,5 +1,5 @@
<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="60%">
- <tr><form action="{PHP_SELF}" method="post">
+ <tr><form action="{S_LOGIN_ACTION}" method="post">
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%">
<tr>
<th colspan="2" bgcolor="{T_TH_COLOR3}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}"><p><b>Please enter your username and password to login</b></p></font></th>
@@ -16,7 +16,7 @@
<tr>
<td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0">
<tr>
- <td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td>
+ <td align="center"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
</tr>
<tr>
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></font></td>
diff --git a/phpBB/templates/PSO/profile_add_body.tpl b/phpBB/templates/PSO/profile_add_body.tpl
index 9469c6e004..ff2b4b8ef3 100644
--- a/phpBB/templates/PSO/profile_add_body.tpl
+++ b/phpBB/templates/PSO/profile_add_body.tpl
@@ -1,5 +1,5 @@
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
- <tr><form action="{PHP_SELF}" method="POST">
+ <tr><form action="{S_PROFILE_ACTION}" method="post">
<td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td colspan="2" bgcolor="{T_TH_COLOR3}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">&nbsp;<b>{L_REGISTRATION_INFO}</b></font> <font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">[{L_ITEMS_REQUIRED}]</font>&nbsp;</td>
diff --git a/phpBB/templates/PSO/viewtopic_header.tpl b/phpBB/templates/PSO/viewtopic_header.tpl
index 9697f0da84..de535d2e71 100644
--- a/phpBB/templates/PSO/viewtopic_header.tpl
+++ b/phpBB/templates/PSO/viewtopic_header.tpl
@@ -1,5 +1,5 @@
<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
<tr>
- <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME}&nbsp;{L_INDEX}</a> -> <a href="viewforum.{PHPEX}?{S_FORUMS_URL}={FORUM_ID}">{FORUM_NAME}</a> -> {TOPIC_TITLE}</font></td>
+ <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> -> {TOPIC_TITLE}</font></td>
</tr>
</table></div> \ No newline at end of file