2018-04-02 16:40:30 +00:00
|
|
|
<div id="adminpage">
|
|
|
|
<h1>{{$title}} - {{$page}}</h1>
|
|
|
|
<p>{{$intro}}</p>
|
|
|
|
<form action="{{$baseurl}}/admin/tos" method="post">
|
2018-04-03 04:57:27 +00:00
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
2018-04-03 04:58:21 +00:00
|
|
|
{{include file="field_checkbox.tpl" field=$displaytos}}
|
|
|
|
{{include file="field_checkbox.tpl" field=$displayprivstatement}}
|
|
|
|
{{include file="field_textarea.tpl" field=$tostext}}
|
2022-12-03 21:15:08 +00:00
|
|
|
{{include file="field_textarea.tpl" field=$tosrules}}
|
2018-12-14 03:28:12 +00:00
|
|
|
<div class="submit"><input type="submit" name="page_tos" value="{{$submit}}" /></div>
|
2018-04-02 16:40:30 +00:00
|
|
|
</form>
|
2018-05-19 16:52:23 +00:00
|
|
|
<h2>{{$preview}}</h2>
|
|
|
|
{{for $i=1 to 3}}
|
2018-12-14 03:35:51 +00:00
|
|
|
<p>{{$privtext[$i] nofilter}}</p>
|
2018-05-19 16:52:23 +00:00
|
|
|
{{/for}}
|
2018-04-02 16:40:30 +00:00
|
|
|
</div>
|
|
|
|
|