|
1 | 1 | <?php |
2 | | -/* |
3 | | -templates/iptables_list.htm:<h2><tmpl_var name="list_head_txt"></h2> |
4 | | -templates/iptables_list.htm: <span>{tmpl_var name="add_new_rule_txt"}</span> |
5 | | -templates/iptables_list.htm: <fieldset><legend><tmpl_var name="list_head_txt"></legend> |
6 | | -templates/iptables_list.htm: <th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th> |
7 | | -templates/iptables_list.htm: <th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th> |
8 | | -templates/iptables_list.htm: <!-- th class="tbl_col_source_ip" scope="col"><tmpl_var name="source_ip_txt"></th> |
9 | | -templates/iptables_list.htm: <th class="tbl_col_destination_ip" scope="col"><tmpl_var name="destination_ip_txt"></th --> |
10 | | -templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="singleport_txt"></th> |
11 | | -templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="multiport_txt"></th> |
12 | | -templates/iptables_list.htm: <th class="tbl_col_protocol" scope="col"><tmpl_var name="protocol_txt"></th> |
13 | | -templates/iptables_list.htm: <th class="tbl_col_table" scope="col"><tmpl_var name="table_txt"></th> |
14 | | -templates/iptables_list.htm: <th class="tbl_col_target" scope="col"><tmpl_var name="target_txt"></th> |
15 | | -templates/iptables_list.htm: <th class="tbl_col_state" scope="col"><tmpl_var name="state_txt"></th> |
16 | | -templates/iptables_list.htm: <button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','admin/iptables_list.php');"> |
17 | | -templates/iptables_list.htm: <span>{tmpl_var name="filter_txt"}filter_txt</span></button></div> |
18 | | -templates/iptables_list.htm: <span>{tmpl_var name='delete_txt'}</span></a> |
19 | | -*/ |
20 | | - |
21 | | -$wb["list_head_txt"] = 'IPTables'; |
22 | | -$wb["add_new_rule_txt"] = 'Add IPTables Rule'; |
23 | | -$wb["server_id_txt"] = 'Server'; |
24 | | -$wb["multiport_txt"] = 'Multi Port'; |
25 | | -$wb["singleport_txt"] = 'Single Port'; |
26 | | -$wb["protocol_txt"] = 'Protocol'; |
27 | | -$wb["table_txt"] = 'Table'; |
28 | | -$wb["target_txt"] = 'Target'; |
29 | | -$wb["state_txt"] = 'State'; |
30 | | -$wb["destination_ip_txt"] = 'Destination Address'; |
31 | | -$wb["source_ip_txt"] = 'Source Address'; |
32 | | -$wb["active_txt"] = 'Active'; |
33 | | -$wb["iptables_error_unique"] = 'There is already a firewall record for this server.'; |
34 | | - |
| 2 | +$wb['list_head_txt'] = 'IPTables'; |
| 3 | +$wb['add_new_rule_txt'] = 'Add IPTables Rule'; |
| 4 | +$wb['server_id_txt'] = 'Server'; |
| 5 | +$wb['multiport_txt'] = 'Multi Port'; |
| 6 | +$wb['singleport_txt'] = 'Single Port'; |
| 7 | +$wb['protocol_txt'] = 'Protocol'; |
| 8 | +$wb['table_txt'] = 'Table'; |
| 9 | +$wb['target_txt'] = 'Target'; |
| 10 | +$wb['state_txt'] = 'State'; |
| 11 | +$wb['destination_ip_txt'] = 'Destination Address'; |
| 12 | +$wb['source_ip_txt'] = 'Source Address'; |
| 13 | +$wb['active_txt'] = 'Active'; |
| 14 | +$wb['iptables_error_unique'] = 'There is already a firewall record for this server.'; |
35 | 15 | ?> |
0 commit comments