|
1 | | -<!-- INCLUDE overall_header.html --> |
| 1 | +{% include 'overall_header.html' %} |
2 | 2 |
|
3 | 3 | <script type="text/javascript"> |
4 | 4 | // <![CDATA[ |
|
14 | 14 |
|
15 | 15 | <a id="maincontent"></a> |
16 | 16 |
|
17 | | -<h1>{L_ACP_ABOUTUS_SETTINGS}</h1> |
| 17 | +<h1>{{ lang('ACP_ABOUTUS_SETTINGS') }}</h1> |
18 | 18 |
|
19 | | -<p>{L_ACP_ABOUTUS_SETTINGS_EXPLAIN}</p> |
| 19 | +<p>{{ lang('ACP_ABOUTUS_SETTINGS_EXPLAIN') }}</p> |
20 | 20 |
|
21 | | -<form id="acp_aboutus" method="post" action="{U_ACTION}"> |
22 | | - <!-- IF ACP_ABOUTUS_INFO_PREVIEW --> |
| 21 | +<form id="acp_aboutus" method="post" action="{{ U_ACTION }}"> |
| 22 | + {% if ACP_ABOUTUS_INFO_PREVIEW %} |
23 | 23 | <fieldset> |
24 | | - <legend>{L_ACP_ABOUTUS_INFO_PREVIEW}</legend> |
25 | | - <p>{ACP_ABOUTUS_INFO_PREVIEW}</p> |
| 24 | + <legend>{{ lang('ACP_ABOUTUS_INFO_PREVIEW') }}</legend> |
| 25 | + <p>{{ ACP_ABOUTUS_INFO_PREVIEW }}</p> |
26 | 26 | </fieldset> |
27 | | - <!-- ENDIF --> |
| 27 | + {% endif %} |
28 | 28 |
|
29 | 29 | <fieldset> |
30 | | - <legend>{L_ACP_ABOUTUS_INFO}</legend> |
31 | | - <p>{L_ACP_ABOUTUS_INFO_EXPLAIN}</p> |
| 30 | + <legend>{{ lang('ACP_ABOUTUS_INFO') }}</legend> |
| 31 | + <p>{{ lang('ACP_ABOUTUS_INFO_EXPLAIN') }}</p> |
32 | 32 |
|
33 | | - <!-- INCLUDE acp_posting_buttons.html --> |
| 33 | + {% include 'acp_posting_buttons.html' %} |
34 | 34 |
|
35 | 35 | <dl class="responsive-columns"> |
36 | 36 | <dt style="width: 90px;" id="color_palette_placeholder" data-orientation="v" data-height="12" data-width="15" data-bbcode="true"> |
37 | 37 | </dt> |
38 | 38 |
|
39 | | - <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px;"> |
40 | | - <textarea name="aboutus_info" rows="10" cols="60" style="width: 95%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" data-bbcode="true">{ACP_ABOUTUS_INFO}</textarea> |
| 39 | + <dd style="margin-{{ S_CONTENT_FLOW_BEGIN }}: 90px;"> |
| 40 | + <textarea name="aboutus_info" rows="10" cols="60" style="width: 95%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" data-bbcode="true">{{ ACP_ABOUTUS_INFO }}</textarea> |
41 | 41 | </dd> |
42 | 42 |
|
43 | 43 | <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 5px;"> |
44 | | - <!-- IF S_BBCODE_ALLOWED --> |
45 | | - <label><input type="checkbox" class="radio" name="disable_bbcode"<!-- IF S_BBCODE_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_BBCODE}</label> |
46 | | - <!-- ENDIF --> |
47 | | - <!-- IF S_SMILIES_ALLOWED --> |
48 | | - <label><input type="checkbox" class="radio" name="disable_smilies"<!-- IF S_SMILIES_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_SMILIES}</label> |
49 | | - <!-- ENDIF --> |
50 | | - <!-- IF S_LINKS_ALLOWED --> |
51 | | - <label><input type="checkbox" class="radio" name="disable_magic_url"<!-- IF S_MAGIC_URL_DISABLE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DISABLE_MAGIC_URL}</label> |
52 | | - <!-- ENDIF --> |
| 44 | + {% if S_BBCODE_ALLOWED %} |
| 45 | + <label><input type="checkbox" class="radio" name="disable_bbcode"{% if S_BBCODE_DISABLE_CHECKED %} checked="checked"{% endif %} /> {{ lang('DISABLE_BBCODE') }}</label> |
| 46 | + {% endif %} |
| 47 | + {% if S_SMILIES_ALLOWED %} |
| 48 | + <label><input type="checkbox" class="radio" name="disable_smilies"{% if S_SMILIES_DISABLE_CHECKED %} checked="checked"{% endif %} /> {{ lang('DISABLE_SMILIES') }}</label> |
| 49 | + {% endif %} |
| 50 | + {% if S_LINKS_ALLOWED %} |
| 51 | + <label><input type="checkbox" class="radio" name="disable_magic_url"{% if S_MAGIC_URL_DISABLE_CHECKED %} checked="checked"{% endif %} /> {{ lang('DISABLE_MAGIC_URL') }}</label> |
| 52 | + {% endif %} |
53 | 53 | </dd> |
54 | | - <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 10px;"><strong>{L_OPTIONS}{L_COLON} </strong>{BBCODE_STATUS} :: {IMG_STATUS} :: {FLASH_STATUS} :: {URL_STATUS} :: {SMILIES_STATUS}</dd> |
| 54 | + <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 90px; margin-top: 10px;"><strong>{{ lang('OPTIONS') }}{{ lang('COLON') }} </strong>{{ BBCODE_STATUS }} :: {{ IMG_STATUS }} :: {{ FLASH_STATUS }} :: {{ URL_STATUS }} :: {{ SMILIES_STATUS }}</dd> |
55 | 55 | </dl> |
56 | 56 | </fieldset> |
57 | 57 |
|
58 | 58 | <fieldset> |
59 | | - <legend>{L_GENERAL_OPTIONS}</legend> |
| 59 | + <legend>{{ lang('GENERAL_OPTIONS') }}</legend> |
60 | 60 | <dl> |
61 | | - <dt><label for="acp_aboutus_termsofuse_enable">{L_ACP_TERMS_OF_USE_ENABLE}{L_COLON}</label><br /><span>{L_ACP_TERMS_OF_USE_ENABLE_EXPLAIN}</span></dt> |
| 61 | + <dt><label for="acp_aboutus_termsofuse_enable">{{ lang('ACP_TERMS_OF_USE_ENABLE') }}{{ lang('COLON') }}</label><br /><span>{{ lang('ACP_TERMS_OF_USE_ENABLE_EXPLAIN') }}</span></dt> |
62 | 62 | <dd> |
63 | | - <label><input type="radio" class="radio" id="acp_aboutus_termsofuse_enable" name="acp_aboutus_termsofuse_enable" value="1"<!-- IF TERMS_OF_USE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> |
64 | | - <label><input type="radio" class="radio" name="acp_aboutus_termsofuse_enable" value="0"<!-- IF not TERMS_OF_USE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label> |
| 63 | + <label><input type="radio" class="radio" id="acp_aboutus_termsofuse_enable" name="acp_aboutus_termsofuse_enable" value="1"{% if TERMS_OF_USE %} checked="checked"{% endif %} /> {{ lang('YES') }}</label> |
| 64 | + <label><input type="radio" class="radio" name="acp_aboutus_termsofuse_enable" value="0"{% if not TERMS_OF_USE %} checked="checked"{% endif %} /> {{ lang('NO') }}</label> |
65 | 65 | </dd> |
66 | 66 | </dl> |
67 | 67 | <dl> |
68 | | - <dt><label for="acp_aboutus_privacy_enable">{L_ACP_PRIVACY_ENABLE}{L_COLON}</label><br /><span>{L_ACP_PRIVACY_ENABLE_EXPLAIN}</span></dt> |
| 68 | + <dt><label for="acp_aboutus_privacy_enable">{{ lang('ACP_PRIVACY_ENABLE') }}{{ lang('COLON') }}</label><br /><span>{{ lang('ACP_PRIVACY_ENABLE_EXPLAIN') }}</span></dt> |
69 | 69 | <dd> |
70 | | - <label><input type="radio" class="radio" id="acp_aboutus_privacy_enable" name="acp_aboutus_privacy_enable" value="1"<!-- IF PRIVACY --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> |
71 | | - <label><input type="radio" class="radio" name="acp_aboutus_privacy_enable" value="0"<!-- IF not PRIVACY --> checked="checked"<!-- ENDIF --> /> {L_NO}</label> |
| 70 | + <label><input type="radio" class="radio" id="acp_aboutus_privacy_enable" name="acp_aboutus_privacy_enable" value="1"{% if PRIVACY %} checked="checked"{% endif %} /> {{ lang('YES') }}</label> |
| 71 | + <label><input type="radio" class="radio" name="acp_aboutus_privacy_enable" value="0"{% if not PRIVACY %} checked="checked"{% endif %} /> {{ lang('NO') }}</label> |
72 | 72 | </dd> |
73 | 73 | </dl> |
74 | 74 | <dl> |
75 | | - <dt><label for="acp_aboutus_enable">{L_ACP_ABOUTUS_ENABLE}{L_COLON}</label><br /><span>{L_ACP_ABOUTUS_ENABLE_EXPLAIN}</span></dt> |
| 75 | + <dt><label for="acp_aboutus_enable">{{ lang('ACP_ABOUTUS_ENABLE') }}{{ lang('COLON') }}</label><br /><span>{{ lang('ACP_ABOUTUS_ENABLE_EXPLAIN') }}</span></dt> |
76 | 76 | <dd> |
77 | | - <label><input type="radio" class="radio" id="acp_aboutus_enable" name="acp_aboutus_enable" value="1"<!-- IF ABOUTUS_ENABLE -->checked="checked"<!-- ENDIF --> /> {L_YES} </label> |
78 | | - <label><input type="radio" class="radio" name="acp_aboutus_enable" value="0"<!-- IF not ABOUTUS_ENABLE -->checked="checked"<!-- ENDIF --> /> {L_NO} </label> |
| 77 | + <label><input type="radio" class="radio" id="acp_aboutus_enable" name="acp_aboutus_enable" value="1"{% if ABOUTUS_ENABLE %}checked="checked"{% endif %} /> {{ lang('YES') }} </label> |
| 78 | + <label><input type="radio" class="radio" name="acp_aboutus_enable" value="0"{% if not ABOUTUS_ENABLE %}checked="checked"{% endif %} /> {{ lang('NO') }} </label> |
79 | 79 | </dd> |
80 | 80 | </dl> |
81 | 81 | </fieldset> |
82 | 82 |
|
83 | 83 | <fieldset class="submit-buttons"> |
84 | | - <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> |
85 | | - <input class="button2" type="submit" name="preview" value="{L_PREVIEW}" /> |
86 | | - {S_FORM_TOKEN} |
| 84 | + <input class="button1" type="submit" id="submit" name="submit" value="{{ lang('SUBMIT') }}" /> |
| 85 | + <input class="button2" type="submit" name="preview" value="{{ lang('PREVIEW') }}" /> |
| 86 | + {{ S_FORM_TOKEN }} |
87 | 87 | </fieldset> |
88 | 88 | </form> |
89 | 89 |
|
90 | | -<!-- INCLUDE overall_footer.html --> |
| 90 | +{% include 'overall_footer.html' %} |
0 commit comments