2003-07-24 13:22:39 +00:00
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
|
2006-03-18 12:17:22 +00:00
|
|
|
<!-- IF S_SHOW_COPPA or S_REGISTRATION -->
|
|
|
|
|
|
|
|
<form method="post" action="{S_UCP_ACTION}">
|
|
|
|
|
2006-04-09 21:20:24 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
2003-07-24 13:22:39 +00:00
|
|
|
<tr>
|
2005-04-09 12:26:45 +00:00
|
|
|
<th height="25">{SITENAME} - {L_REGISTRATION}</th>
|
2003-07-24 13:22:39 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2006-03-18 12:17:22 +00:00
|
|
|
<td class="row1" align="center">
|
|
|
|
<table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
|
2003-07-24 13:22:39 +00:00
|
|
|
<tr>
|
|
|
|
<!-- IF S_SHOW_COPPA -->
|
2006-03-18 12:17:22 +00:00
|
|
|
<td class="gen" align="center"><br />{L_COPPA_BIRTHDAY}<br /><br /><a href="{U_COPPA_NO}">{L_COPPA_NO}</a> :: <a href="{U_COPPA_YES}">{L_COPPA_YES}</a><br /><br /></td>
|
2003-07-24 13:22:39 +00:00
|
|
|
<!-- ELSE -->
|
2006-03-18 12:17:22 +00:00
|
|
|
<td>
|
|
|
|
<span class="genmed"><br />{L_TERMS_OF_USE}<br /><br /></span>
|
|
|
|
<div align="center">
|
|
|
|
<input class="btnlite" type="submit" name="agreed" value="{L_AGREE}"><br /><br />
|
|
|
|
<input class="btnlite" type="submit" name="not_agreed" value="{L_NOT_AGREE}">
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<!-- ELSEIF S_AGREEMENT -->
|
|
|
|
|
2006-04-09 21:20:24 +00:00
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
2006-03-18 12:17:22 +00:00
|
|
|
<tr>
|
|
|
|
<th height="25">{SITENAME} - {AGREEMENT_TITLE}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1" align="center">
|
|
|
|
<table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<span class="genmed"><br />{AGREEMENT_TEXT}<br /><br /></span>
|
2003-07-24 13:22:39 +00:00
|
|
|
<div align="center">
|
2006-03-18 12:17:22 +00:00
|
|
|
<a href="{U_BACK}">{L_BACK}</a>
|
2003-07-24 13:22:39 +00:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2006-03-18 12:17:22 +00:00
|
|
|
</table>
|
|
|
|
</td>
|
2003-07-24 13:22:39 +00:00
|
|
|
</tr>
|
2006-03-18 12:17:22 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- ENDIF -->
|
2003-07-24 13:22:39 +00:00
|
|
|
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|