|
1 | | -<h2><tmpl_var name="list_head_txt"></h2> |
| 1 | +<div class='page-header'> |
| 2 | + <h1><tmpl_var name="list_head_txt"></h1> |
| 3 | +</div> |
2 | 4 | <p><tmpl_var name="list_desc_txt"></p> |
3 | 5 |
|
4 | | -<div class="panel panel_dns_txt"> |
5 | | - <div class="pnl_formsarea"> |
6 | | - <fieldset class="inlineLabels"> |
7 | | - <div class="ctrlHolder"> |
8 | | - <label for="domain">{tmpl_var name='domain_txt'}</label> |
9 | | - <input name="domain" id="domain" value="{tmpl_var name='domain'}" readonly size="30" maxlength="255" type="text" class="textInput" /> |
10 | | - </div> |
11 | | - <div class="ctrlHolder"> |
12 | | - <label for="dmarc_policy">{tmpl_var name='dmarc_policy_txt'}</label> |
13 | | - <select name="dmarc_policy" id="dmarc_policy" class="selectInput"> |
14 | | - {tmpl_var name='dmarc_policy'} |
15 | | - </select> |
16 | | - {tmpl_var name='dmarc_policy_note_txt'} |
| 6 | + |
| 7 | + |
| 8 | + <div class="form-group"> |
| 9 | + <label for="domain" class="col-sm-2 control-label">{tmpl_var name='domain_txt'}</label> |
| 10 | + <div class="col-sm-3"> |
| 11 | + <input type="text" name="domain" id="domain" value="{tmpl_var name='domain'}" readonly class="form-control" /> |
| 12 | + </div> |
| 13 | + </div> |
| 14 | + <div class="form-group"> |
| 15 | + <label for="dmarc_policy" class="col-sm-2 control-label">{tmpl_var name='dmarc_policy_txt'}</label> |
| 16 | + <div class="col-sm-3"> |
| 17 | + <select name="dmarc_policy" id="dmarc_policy" class="form-control">{tmpl_var name='dmarc_policy'}</select> |
| 18 | + </div> |
| 19 | + <div class="col-sm-7 input-sm"> |
| 20 | + {tmpl_var name='dmarc_policy_note_txt'} |
| 21 | + </div> |
17 | 22 | </div> |
18 | | - <div class="ctrlHolder"> |
19 | | - <label for="dmarc_rua">{tmpl_var name='dmarc_rua_txt'}</label> |
20 | | - <input name="dmarc_rua" id="dmarc_rua" value="{tmpl_var name='dmarc_rua'}" size="20" maxlength="63" type="text" class="textInput" /> |
21 | | - {tmpl_var name='dmarc_rua_note_txt'} |
| 23 | + <div class="form-group"> |
| 24 | + <label for="dmarc_rua" class="col-sm-2 control-label">{tmpl_var name='dmarc_rua_txt'}</label> |
| 25 | + <div class="col-sm-3"> |
| 26 | + <input type="text" name="dmarc_rua" id="dmarc_rua" value="{tmpl_var name='dmarc_rua'}" class="form-control" /> |
| 27 | + </div> |
| 28 | + <div class="col-sm-7 input-sm"> |
| 29 | + {tmpl_var name='dmarc_rua_note_txt'} |
| 30 | + </div> |
22 | 31 | </div> |
23 | | - <div class="ctrlHolder"> |
24 | | - <label for="dmarc_ruf">{tmpl_var name='dmarc_ruf_txt'}</label> |
25 | | - <input name="dmarc_ruf" id="dmarc_ruf" value="{tmpl_var name='dmarc_ruf'}" size="20" maxlength="63" type="text" class="textInput" /> |
26 | | - {tmpl_var name='dmarc_ruf_note_txt'} |
| 32 | + <div class="form-group"> |
| 33 | + <label for="dmarc_ruf" class="col-sm-2 control-label">{tmpl_var name='dmarc_ruf_txt'}</label> |
| 34 | + <div class="col-sm-3"> |
| 35 | + <input type="text" name="dmarc_ruf" id="dmarc_ruf" value="{tmpl_var name='dmarc_ruf'}" class="form-control" /> |
| 36 | + </div> |
| 37 | + <div class="col-sm-7 input-sm"> |
| 38 | + {tmpl_var name='dmarc_ruf_note_txt'} |
| 39 | + </div> |
27 | 40 | </div> |
28 | | - <div class="ctrlHolder"> |
29 | | - <p class="label">{tmpl_var name='dmarc_fo_txt'}</p> |
30 | | - <div class="multiField"> |
31 | | - <input type="checkbox" value="1" id="dmarc_fo0" name="dmarc_fo0" {tmpl_var name='dmarc_fo0'}/>{tmpl_var name='dmarc_fo0_txt'}<br> |
32 | | - <input type="checkbox" value="1" id="dmarc_fo1" name="dmarc_fo1" {tmpl_var name='dmarc_fo1'}/>{tmpl_var name='dmarc_fo1_txt'}<br> |
33 | | - <input type="checkbox" value="1" id="dmarc_fod" name="dmarc_fod" {tmpl_var name='dmarc_fod'}/>{tmpl_var name='dmarc_fod_txt'}<br> |
34 | | - <input type="checkbox" value="1" id="dmarc_fos" name="dmarc_fos" {tmpl_var name='dmarc_fos'}/>{tmpl_var name='dmarc_fos_txt'} |
35 | | - </div> |
| 41 | + |
| 42 | + <div class="form-group"> |
| 43 | + <label class="col-sm-2 control-label">{tmpl_var name='dmarc_fo_txt'}</label> |
| 44 | + <div class="col-sm-3"> |
| 45 | + <input type="checkbox" value="1" id="dmarc_fo0" name="dmarc_fo0" {tmpl_var name='dmarc_fo0'}/> |
| 46 | + </div> |
| 47 | + <div class="col-sm-3 input-sm"> |
| 48 | + {tmpl_var name='dmarc_fo0_txt'} |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + <div class="form-group"> |
| 52 | + <label class="col-sm-2 control-label"></label> |
| 53 | + <div class="col-sm-3"> |
| 54 | + <input type="checkbox" value="1" id="dmarc_fo0" name="dmarc_fo0" {tmpl_var name='dmarc_fo1'}/> |
| 55 | + </div> |
| 56 | + <div class="col-sm-3 input-sm"> |
| 57 | + {tmpl_var name='dmarc_fo1_txt'} |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + <div class="form-group"> |
| 61 | + <label class="col-sm-2 control-label"></label> |
| 62 | + <div class="col-sm-3"> |
| 63 | + <input type="checkbox" value="1" id="dmarc_fod" name="dmarc_fod" {tmpl_var name='dmarc_fod'}/> |
| 64 | + </div> |
| 65 | + <div class="col-sm-3 input-sm"> |
| 66 | + {tmpl_var name='dmarc_fod_txt'} |
| 67 | + </div> |
36 | 68 | </div> |
37 | | - <div class="ctrlHolder"> |
38 | | - <label for="dmarc_adkim">{tmpl_var name='dmarc_adkim_txt'}</label> |
39 | | - <select name="dmarc_adkim" id="dmarc_adkim" class="selectInput"> |
40 | | - {tmpl_var name='dmarc_adkim'} |
41 | | - </select> |
42 | | - {tmpl_var name='dmarc_adkim_note_txt'} |
| 69 | + <div class="form-group"> |
| 70 | + <label class="col-sm-2 control-label"></label> |
| 71 | + <div class="col-sm-3"> |
| 72 | + <input type="checkbox" value="1" id="dmarc_fos" name="dmarc_fos" {tmpl_var name='dmarc_fos'}/> |
| 73 | + </div> |
| 74 | + <div class="col-sm-3 input-sm"> |
| 75 | + {tmpl_var name='dmarc_fos_txt'} |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + |
| 79 | + <div class="form-group"> |
| 80 | + <label for="dmarc_adkim" class="col-sm-2 control-label">{tmpl_var name='dmarc_adkim_txt'}</label> |
| 81 | + <div class="col-sm-3"> |
| 82 | + <select name="dmarc_adkim" id="dmarc_adkim" class="form-control">{tmpl_var name='dmarc_adkim'}</select> |
| 83 | + </div> |
| 84 | + <div class="col-sm-7 input-sm"> |
| 85 | + {tmpl_var name='dmarc_adkim_note_txt'} |
| 86 | + </div> |
43 | 87 | </div> |
44 | | - <div class="ctrlHolder"> |
45 | | - <label for="dmarc_aspf">{tmpl_var name='dmarc_aspf_txt'}</label> |
46 | | - <select name="dmarc_aspf" id="dmarc_aspf" class="selectInput"> |
47 | | - {tmpl_var name='dmarc_aspf'} |
48 | | - </select> |
49 | | - {tmpl_var name='dmarc_aspf_note_txt'} |
| 88 | + <div class="form-group"> |
| 89 | + <label for="dmarc_aspf" class="col-sm-2 control-label">{tmpl_var name='dmarc_aspf_txt'}</label> |
| 90 | + <div class="col-sm-3"> |
| 91 | + <select name="dmarc_aspf" id="dmarc_aspf" class="form-control">{tmpl_var name='dmarc_aspf'}</select> |
| 92 | + </div> |
| 93 | + <div class="col-sm-7 input-sm"> |
| 94 | + {tmpl_var name='dmarc_aspf_note_txt'} |
| 95 | + </div> |
50 | 96 | </div> |
51 | | - <div class="ctrlHolder"> |
52 | | - <p class="label">{tmpl_var name='dmarc_rf_txt'}</p> |
53 | | - <div class="multiField"> |
54 | | - <input type="checkbox" value="1" id=dmarc_rf_afrf" name="dmarc_rf_afrf" {tmpl_var name='dmarc_rf_afrf'}/>{tmpl_var name='dmarc_rf_afrf_txt'}<br> |
55 | | - <input type="checkbox" value="1" id="dmarc_rf_iodef" name="dmarc_rf_iodef" {tmpl_var name='dmarc_rf_iodef'}/>{tmpl_var name='dmarc_rf_iodef_txt'} |
| 97 | + <div class="form-group"> |
| 98 | + <label class="col-sm-2 control-label">{tmpl_var name='dmarc_rf_txt'}</label> |
| 99 | + <div class="col-sm-3"> |
| 100 | + <input type="checkbox" value="1" id="dmarc_rf_afrf" name="dmarc_fo0" {tmpl_var name='dmarc_rf_afrf'}/> |
| 101 | + </div> |
| 102 | + <div class="col-sm-3 input-sm"> |
| 103 | + {tmpl_var name='dmarc_rf_afrf_txt'} |
56 | 104 | </div> |
57 | 105 | </div> |
58 | | - <div class="ctrlHolder"> |
59 | | - <label for="dmarc_pct">{tmpl_var name='dmarc_pct_txt'}</label> |
60 | | - <input name="dmarc_pct" id="dmarc_pct" value="{tmpl_var name='dmarc_pct'}" size="20" maxlength="63" type="text" class="textInput" /> |
61 | | - {tmpl_var name='dmarc_pct_note_txt'} |
| 106 | + <div class="form-group"> |
| 107 | + <label class="col-sm-2 control-label"></label> |
| 108 | + <div class="col-sm-3"> |
| 109 | + <input type="checkbox" value="1" id="dmarc_rf_iodef" name="dmarc_rf_iodef" {tmpl_var name='dmarc_rf_iodef'}/> |
| 110 | + </div> |
| 111 | + <div class="col-sm-3 input-sm"> |
| 112 | + {tmpl_var name='dmarc_rf_iodef_txt'} |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + <div class="form-group"> |
| 116 | + <label for="dmarc_pct" class="col-sm-2 control-label">{tmpl_var name='dmarc_pct_txt'}</label> |
| 117 | + <div class="col-sm-3"> |
| 118 | + <input type="text" name="dmarc_pct" id="dmarc_pct" value="{tmpl_var name='dmarc_pct'}" class="form-control" /> |
| 119 | + </div> |
| 120 | + <div class="col-sm-7 input-sm"> |
| 121 | + {tmpl_var name='dmarc_pct_note_txt'} |
| 122 | + </div> |
62 | 123 | </div> |
63 | | - <div class="ctrlHolder"> |
64 | | - <label for="dmarc_ri">{tmpl_var name='dmarc_ri_txt'}</label> |
65 | | - <input name="dmarc_ri" id="dmarc_ri" value="{tmpl_var name='dmarc_ri'}" size="20" maxlength="63" type="text" class="textInput" /> |
66 | | - {tmpl_var name='dmarc_ri_note_txt'} |
| 124 | + <div class="form-group"> |
| 125 | + <label for="dmarc_ri" class="col-sm-2 control-label">{tmpl_var name='dmarc_ri_txt'}</label> |
| 126 | + <div class="col-sm-3"> |
| 127 | + <input type="text" name="dmarc_ri" id="dmarc_ri" value="{tmpl_var name='dmarc_ri'}" class="form-control" /> |
| 128 | + </div> |
| 129 | + <div class="col-sm-7 input-sm"> |
| 130 | + {tmpl_var name='dmarc_ri_note_txt'} |
| 131 | + </div> |
67 | 132 | </div> |
68 | | - <div class="ctrlHolder"> |
69 | | - <label for="dmarc_sp">{tmpl_var name='dmarc_sp_txt'}</label> |
70 | | - <select name="dmarc_sp" id="dmarc_sp" class="selectInput"> |
71 | | - {tmpl_var name='dmarc_sp'} |
72 | | - </select> |
73 | | - </div> |
74 | | - <div class="ctrlHolder"> |
75 | | - <label for="ttl">{tmpl_var name='ttl_txt'}</label> |
76 | | - <input name="ttl" id="ttl" value="{tmpl_var name='ttl'}" size="10" maxlength="10" type="text" class="textInput" /> |
| 133 | + <div class="form-group"> |
| 134 | + <label for="dmarc_sp" class="col-sm-2 control-label">{tmpl_var name='dmarc_sp_txt'}</label> |
| 135 | + <div class="col-sm-3"> |
| 136 | + <select name="dmarc_sp" id="dmarc_sp" class="form-control">{tmpl_var name='dmarc_sp'}</select> |
| 137 | + </div> |
77 | 138 | </div> |
| 139 | + <div class="form-group"> |
| 140 | + <label for="ttl" class="col-sm-2 control-label">{tmpl_var name='ttl_txt'}</label> |
| 141 | + <div class="col-sm-3"> |
| 142 | + <input type="text" name="ttl" id="ttl" value="{tmpl_var name='ttl'}" class="form-control" /> |
| 143 | + </div> |
| 144 | + </div> |
78 | 145 |
|
79 | | - <div class="ctrlHolder"> |
80 | | - <p class="label">{tmpl_var name='active_txt'}</p> |
81 | | - <div class="multiField"> |
82 | | - <input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'} / > |
| 146 | + <div class="form-group"> |
| 147 | + <label class="col-sm-2 control-label">{tmpl_var name='active_txt'}</label> |
| 148 | + <div class="col-sm-3"> |
| 149 | + <input type="checkbox" value="1" id="active" name="active" {tmpl_var name='active'}/> |
83 | 150 | </div> |
84 | 151 | </div> |
85 | | - </fieldset> |
86 | | - |
| 152 | + |
87 | 153 | <input type="hidden" name="id" value="{tmpl_var name='id'}"> |
88 | 154 | <input type="hidden" name="zone" value="{tmpl_var name='zone'}" id="zone"> |
89 | 155 | <input type="hidden" name="type" value="{tmpl_var name='type'}"> |
90 | 156 | <input type="hidden" name="name" value="{tmpl_var name='name'}"> |
91 | 157 | </div> |
92 | 158 |
|
93 | | - <div class="buttonHolder buttons"> |
94 | | - <button class="positive iconstxt icoPositive" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="dns/dns_dmarc_edit.php"><span>{tmpl_var name='btn_save_txt'}</span></button> |
95 | | - <button class="negative iconstxt icoNegative" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='zone'}"><span>{tmpl_var name='btn_cancel_txt'}</span></button> |
96 | | - </div> |
97 | | - </div> |
98 | | - |
99 | | -</div> |
| 159 | + <div class="clear"><div class="right"> |
| 160 | + <button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="dns/dns_dmarc_edit.php">{tmpl_var name='btn_save_txt'}</button> |
| 161 | + <button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="dns/dns_soa_edit.php?id={tmpl_var name='zone'}">{tmpl_var name='btn_cancel_txt'}</button> |
| 162 | + </div></div> |
100 | 163 |
|
0 commit comments