|
From: Paul S. O. <ps...@us...> - 2001-12-15 16:51:07
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv5878/templates/subSilver
Modified Files:
agreement.tpl
Log Message:
Moved agreement text to lang_main
Index: agreement.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/agreement.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** agreement.tpl 2001/11/18 14:01:35 1.3
--- agreement.tpl 2001/12/15 16:51:04 1.4
***************
*** 8,12 ****
<tr>
<th valign="middle" class="thHead" height="25"><span class="tableTitle">{SITENAME}
! - Forums Registration Agreement</span></th>
</tr>
<tr>
--- 8,12 ----
<tr>
<th valign="middle" class="thHead" height="25"><span class="tableTitle">{SITENAME}
! - {REGISTRATION}</span></th>
</tr>
<tr>
***************
*** 14,58 ****
<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>
</tr>
</table>
--- 14,18 ----
<table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
! <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>
|