Line | |
---|
1 | <!-- INCLUDE overall_header.html -->
|
---|
2 |
|
---|
3 |
|
---|
4 |
|
---|
5 | <!-- IF S_SHOW_COPPA or S_REGISTRATION -->
|
---|
6 |
|
---|
7 | <form method="post" action="{S_UCP_ACTION}">
|
---|
8 |
|
---|
9 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
10 | <tr>
|
---|
11 | <th height="25">{SITENAME} - {L_REGISTRATION}</th>
|
---|
12 | </tr>
|
---|
13 | <tr>
|
---|
14 | <td class="row1" align="center">
|
---|
15 | <table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
|
---|
16 | <tr>
|
---|
17 | <!-- IF S_SHOW_COPPA -->
|
---|
18 | <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>
|
---|
19 | <!-- ELSE -->
|
---|
20 | <td>
|
---|
21 | <span class="genmed"><br />{L_TERMS_OF_USE}<br /><br /></span>
|
---|
22 | <div align="center">
|
---|
23 | <input class="btnlite" type="submit" id="agreed" name="agreed" value="{L_AGREE}" /><br /><br />
|
---|
24 | <input class="btnlite" type="submit" name="not_agreed" value="{L_NOT_AGREE}" />
|
---|
25 | </div>
|
---|
26 | </td>
|
---|
27 | <!-- ENDIF -->
|
---|
28 | </tr>
|
---|
29 | </table>
|
---|
30 | </td>
|
---|
31 | </tr>
|
---|
32 | </table>
|
---|
33 | {S_HIDDEN_FIELDS}
|
---|
34 | {S_FORM_TOKEN}
|
---|
35 | </form>
|
---|
36 |
|
---|
37 | <!-- ELSEIF S_AGREEMENT -->
|
---|
38 |
|
---|
39 | <table class="tablebg" width="100%" cellspacing="1">
|
---|
40 | <tr>
|
---|
41 | <th height="25">{SITENAME} - {AGREEMENT_TITLE}</th>
|
---|
42 | </tr>
|
---|
43 | <tr>
|
---|
44 | <td class="row1" align="center">
|
---|
45 | <table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
|
---|
46 | <tr>
|
---|
47 | <td>
|
---|
48 | <span class="genmed"><br />{AGREEMENT_TEXT}<br /><br /></span>
|
---|
49 | <div align="center">
|
---|
50 | <a href="{U_BACK}">{L_BACK}</a>
|
---|
51 | </div>
|
---|
52 | </td>
|
---|
53 | </tr>
|
---|
54 | </table>
|
---|
55 | </td>
|
---|
56 | </tr>
|
---|
57 | </table>
|
---|
58 |
|
---|
59 | <!-- ENDIF -->
|
---|
60 |
|
---|
61 | <!-- INCLUDE overall_footer.html -->
|
---|
Note:
See
TracBrowser
for help on using the repository browser.