1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-28 22:17:31 +01:00
Files
php-phpbb/phpBB/templates/subSilver/agreement.html
James Atkinson 2e64f1aea7 Beginnings of the UCP, here are the templates.
git-svn-id: file:///svn/phpbb/trunk@3426 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-30 19:50:19 +00:00

33 lines
1.3 KiB
HTML

<!-- INCLUDE overall_header.html -->
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td>
</tr>
</table>
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<th class="thHead" height="25" valign="middle"><span class="tableTitle">{SITENAME} - {REGISTRATION}</span></th>
</tr>
<tr>
<td class="row1" align="center"><table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td><span class="genmed"><br />{AGREEMENT}<br /><br />{REGISTRATION_CONDITIONS}<br />
<div align="center">
<form action="{U_UCP_AGREE}" method="POST">
<!-- IF S_COPPA_ENABLED -->
<input type="submit" name="coppa_over_13" value="{AGREE_OVER_13}"><br /><br />
<input type="submit" name="coppa_under_13" value="{AGREE_UNDER_13}"><br /><br />
<!-- ELSE -->
<input type="submit" name="agree" value="{AGREE}"><br /><br />
<!-- ENDIF -->
<input type="submit" name="do_not_agree" value="{DO_NOT_AGREE}"><input type="hidden" name="mode" value="register">
</form>
</div><br /></span></td>
</tr>
</table></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->