aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/agreement.html
blob: cfef37ea1d4202ba81456727c9e5b008f7a4e78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- $Id$ -->
<!-- INCLUDE overall_header.html -->

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
	<tr>
		<td class="nav" align="left"><a href="{U_INDEX}">{L_INDEX}</a></td>
	</tr>
</table>

<table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0">
	<tr>
		<th height="25" valign="middle">{SITENAME} - {REGISTRATION}</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 /></span>
					<div align="center">
						<form action="{U_UCP_AGREE}" method="POST">
							<!-- IF S_COPPA_ENABLED -->
							<input class="liteoption" type="submit" name="coppa_over_13" value="{AGREE_OVER_13}"><br /><br />
							<input class="liteoption" type="submit" name="coppa_under_13" value="{AGREE_UNDER_13}"><br /><br />
							<!-- ELSE -->
							<input class="liteoption" type="submit" name="agree" value="{AGREE}"><br /><br />
							<!-- ENDIF -->
							<input class="liteoption" type="submit" name="do_not_agree" value="{DO_NOT_AGREE}"><input type="hidden" name="mode" value="register">
						</form>
					</div></td>
			</tr>
		</table></td>
	</tr>
</table>

<!-- INCLUDE overall_footer.html -->