aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-15 16:51:04 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-15 16:51:04 +0000
commit0e78572ee991e3b35e07097570e83d5064dcf4cc (patch)
tree079411f36ca291daef063b6c7f6b36035e09d0f8 /phpBB/templates
parent10983563b312b1a5acc89c94963ba588132fd09b (diff)
downloadforums-0e78572ee991e3b35e07097570e83d5064dcf4cc.tar
forums-0e78572ee991e3b35e07097570e83d5064dcf4cc.tar.gz
forums-0e78572ee991e3b35e07097570e83d5064dcf4cc.tar.bz2
forums-0e78572ee991e3b35e07097570e83d5064dcf4cc.tar.xz
forums-0e78572ee991e3b35e07097570e83d5064dcf4cc.zip
Moved agreement text to lang_main
git-svn-id: file:///svn/phpbb/trunk@1590 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/agreement.tpl44
1 files changed, 2 insertions, 42 deletions
diff --git a/phpBB/templates/subSilver/agreement.tpl b/phpBB/templates/subSilver/agreement.tpl
index f20b44a461..f53996df9c 100644
--- a/phpBB/templates/subSilver/agreement.tpl
+++ b/phpBB/templates/subSilver/agreement.tpl
@@ -7,53 +7,13 @@
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="forumline">
<tr>
<th valign="middle" class="thHead" height="25"><span class="tableTitle">{SITENAME}
- - Forums Registration Agreement</span></th>
+ - {REGISTRATION}</span></th>
</tr>
<tr>
<td align="center" class="row1">
<table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
- <td><span class="genmed"><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}" class="genmed">I Agree to these terms
- (and am over 13 years of age)</a><br />
- <br />
- <a href="{U_AGREE_UNDER13}" class="genmed">I Agree to these terms (and am <b>under</b>
- 13 years of age)</a><br />
- <br />
- <a href="{U_INDEX}" class="genmed">I do not agree to these terms</a></div>
- <br />
- </span></td>
+ <td><span class="genmed"><br />{AGREEMENT}<br /><br /><br /><div align="center"><a href="{U_AGREE_OVER13}" class="genmed">{AGREE_OVER_13}</a><br /><br /><a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br /><a href="{U_INDEX}" class="genmed">{DO_NOT_AGREE}</a></div><br /></span></td>
</tr>
</table>
</td>