1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00
php-phpbb/phpBB/styles/subSilver/template/ucp_agreement.html
Nils Adermann fc394d6302 - check m_ permission for quickmod [Bug #1317]
- don't sync the global forum (id 0) [Bug #1383]
- corrections to available time zones [Bug #1306]
- only display open reports on mcp_front
- added whois information to mcp_post [Bug #1400]
- copy "dot" when copying a topic [Bug #1321]
- some language corrections [Bugs #1324, #1255, #1317]
- mozWrap scrolls back to previous position now [Bug #1190]
- some style related corrections [Bugs #1322, #1454, #1316]
- corrected copyrights [Bug #1468]
- fixed links on search results page [Bug #1469]


git-svn-id: file:///svn/phpbb/trunk@5779 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-04-09 21:20:24 +00:00

58 lines
1.5 KiB
HTML

<!-- INCLUDE overall_header.html -->
<!-- IF S_SHOW_COPPA or S_REGISTRATION -->
<form method="post" action="{S_UCP_ACTION}">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th height="25">{SITENAME} - {L_REGISTRATION}</th>
</tr>
<tr>
<td class="row1" align="center">
<table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<!-- IF S_SHOW_COPPA -->
<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>
<!-- ELSE -->
<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 -->
<table class="tablebg" width="100%" cellspacing="1">
<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>
<div align="center">
<a href="{U_BACK}">{L_BACK}</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->