source: extensions/Force_HTTPS/admin.tpl @ 31933

Last change on this file since 31933 was 22560, checked in by bonhommedeneige, 11 years ago

Initial commit. Version 1.2.0

File size: 1.8 KB
Line 
1<div class="titrePage">
2  <h2>Force HTTPS plugin</h2>
3</div>
4<fieldset>
5<div style="text-align:left">
6        <p><b>{'fhp_about'|@translate}</b></p>
7        <p>{'fhp_description'|@translate}</p>
8</div>
9</fieldset>
10
11<form method="post" action="" class="properties">
12        <fieldset>
13                <legend>{'fhp_security_group'|@translate}</legend>
14                <table align="left">
15                        <tr valign="top">
16                                <td colspan="4">
17                                        <label>{'fhp_force_https_warning'|@translate}</label><br/>
18                                        <a href="{$TPL_TEST_URL}" onclick="window.open('{$TPL_TEST_URL}','popup','width=800,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">{'fhp_test_https_link'|@translate}</a>
19                                </td>
20                        </tr>
21                        <tr>
22                                <td colspan="4"></td>
23                        </tr>
24                        <tr valign="top">
25                                <td width="125" nowrap="nowrap"><label>{'fhp_force_https_label'|@translate} : </label></td>
26                                <td nowrap="nowrap">{html_radios name='fhp_use_https' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$TPL_USE_HTTPS}</td>
27                                <td>&nbsp;</td>
28                                <td><label>{'fhp_force_https_comment'|@translate}</label>
29                                </td>
30                        </tr>
31                </table>               
32        </fieldset>
33        <fieldset>
34                <legend>{'fhp_options_group'|@translate}</legend>
35                <table align="left">
36                        <tr valign="top">
37                                <td width="125" nowrap="nowrap"><label>{'fhp_activate_sts_label'|@translate} : </td>
38                                <td nowrap="nowrap">{html_radios name='fhp_use_sts' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$TPL_USE_STS}</td>
39                                <td>&nbsp;</td>
40                                <td><label>{'fhp_activate_sts_comment'|@translate}</label></td>
41                        </tr>
42                        <tr>
43                                <td colspan="4"></td>
44                        </tr>
45                </table>               
46        </fieldset>
47        <fieldset>
48                <input class="submit" type="submit" value="{'fhp_submit'|@translate}" name="submit"/>
49        </fieldset>
50</form>
Note: See TracBrowser for help on using the repository browser.