Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
96b69b29
Commit
96b69b29
authored
Aug 24, 2012
by
mcramer
Browse files
Theme default-v2 is now the default theme
Moved old default theme to themes/default-304
parent
5200ad03
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
interface/web/admin/templates/firewall_list.htm
View file @
96b69b29
...
...
@@ -6,7 +6,7 @@
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
{tmpl_var name="toolsarea_head_txt"}
</legend>
<div
class=
"buttons"
>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/firewall_edit.php');"
>
<button
class=
"
button
iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/firewall_edit.php');"
>
<span>
{tmpl_var name="add_new_record_txt"}
</span>
</button>
</div>
...
...
@@ -17,19 +17,21 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_tcp_port"
scope=
"col"
><tmpl_var
name=
"tcp_port_txt"
></th>
<th
class=
"tbl_col_udp_port"
scope=
"col"
><tmpl_var
name=
"udp_port_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_tcp_port"
><input
type=
"text"
name=
"search_tcp_port"
value=
"{tmpl_var name='search_tcp_port'}"
/></td>
<td
class=
"tbl_col_udp_port"
><input
type=
"text"
name=
"search_udp_port"
value=
"{tmpl_var name='search_udp_port'}"
/></td>
<td
class=
"tbl_col_buttons"
><div
class=
"buttons"
><button
type=
"button"
class=
"icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/firewall_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/firewall_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button>
</td>
</tr>
</thead>
<tbody>
...
...
@@ -40,9 +42,7 @@
<td
class=
"tbl_col_tcp_port"
><a
href=
"#"
onClick=
"loadContent('admin/firewall_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="tcp_port"}
</a></td>
<td
class=
"tbl_col_udp_port"
><a
href=
"#"
onClick=
"loadContent('admin/firewall_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="udp_port"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('admin/firewall_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/firewall_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</td>
</tr>
</tmpl_loop>
...
...
interface/web/admin/templates/groups_list.htm
View file @
96b69b29
...
...
@@ -6,7 +6,7 @@
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
{tmpl_var name="toolsarea_head_txt"}
</legend>
<div
class=
"buttons"
>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/groups_edit.php');"
>
<button
class=
"
button
iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/groups_edit.php');"
>
<span>
{tmpl_var name="add_new_record_txt"}
</span>
</button>
<p><tmpl_var
name=
"warning_txt"
></p>
...
...
@@ -18,15 +18,17 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_name"
scope=
"col"
><tmpl_var
name=
"name_txt"
></th>
<th
class=
"tbl_col_description"
scope=
"col"
><tmpl_var
name=
"description_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_name"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
/></td>
<td
class=
"tbl_col_description"
><input
type=
"text"
name=
"search_description"
value=
"{tmpl_var name='search_description'}"
/></td>
<td
class=
"tbl_col_buttons"
><div
class=
"buttons"
><button
type=
"button"
class=
"icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/groups_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/groups_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button>
</td>
</tr>
</thead>
<tbody>
...
...
@@ -35,9 +37,7 @@
<td
class=
"tbl_col_name"
><a
href=
"#"
onClick=
"loadContent('admin/groups_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="name"}
</a></td>
<td
class=
"tbl_col_description"
><a
href=
"#"
onClick=
"loadContent('admin/groups_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="description"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('admin/groups_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/groups_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</td>
</tr>
</tmpl_loop>
...
...
interface/web/admin/templates/iptables_edit.htm
View file @
96b69b29
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
class=
"panel panel_iptables"
>
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<div
class=
"ctrlHolder"
>
<label
for=
"server_id"
>
{tmpl_var name='server_id_txt'}
</label>
<select
name=
"server_id"
id=
"server_id"
class=
"selectInput"
>
{tmpl_var name='server_id'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"table"
>
{tmpl_var name='table_txt'}
</label>
<select
name=
"table"
id=
"table"
class=
"selectInput formLengthLimit"
>
{tmpl_var name='table'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"protocol"
>
{tmpl_var name='protocol_txt'}
</label>
<select
name=
"protocol"
id=
"protocol"
class=
"selectInput formLengthLimit"
>
{tmpl_var name='protocol'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"singleport"
>
{tmpl_var name='singleport_txt'}
</label>
<input
name=
"singleport"
id=
"singleport"
value=
"{tmpl_var name='singleport'}"
size=
"10"
maxlength=
"10"
type=
"text"
class=
"textInput formLengthLimit"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"multiport"
>
{tmpl_var name='multiport_txt'}
</label>
<input
name=
"multiport"
id=
"multiport"
value=
"{tmpl_var name='multiport'}"
size=
"20"
maxlength=
"40"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"destination_ip"
>
{tmpl_var name='destination_ip_txt'}
</label>
<input
name=
"destination_ip"
id=
"destination_ip"
value=
"{tmpl_var name='destination_ip'}"
size=
"16"
maxlength=
"20"
type=
"text"
class=
"textInput formLengthIPv4"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"source_ip"
>
{tmpl_var name='source_ip_txt'}
</label>
<input
name=
"source_ip"
id=
"source_ip"
value=
"{tmpl_var name='source_ip'}"
size=
"16"
maxlength=
"20"
type=
"text"
class=
"textInput formLengthIPv4"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"state"
>
{tmpl_var name='state_txt'}
</label>
<input
name=
"state"
id=
"state"
value=
"{tmpl_var name='state'}"
size=
"16"
maxlength=
"20"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"target"
>
{tmpl_var name='target_txt'}
</label>
<select
name=
"target"
id=
"target"
class=
"selectInput formLengthLimit"
>
{tmpl_var name='target'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='active_txt'}
</p>
<div
class=
"multiField"
>
{tmpl_var name='active'}
</div>
</div>
</fieldset>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"buttonHolder buttons"
>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
onClick=
"submitForm('pageForm','admin/iptables_edit.php');"
>
<span>
{tmpl_var name='btn_save_txt'}
</span></button>
<button
class=
"negative iconstxt icoNegative"
type=
"button"
value=
"{tmpl_var name='btn_cancel_txt'}"
onClick=
"loadContent('admin/iptables_list.php');"
>
<span>
{tmpl_var name='btn_cancel_txt'}
</span></button>
</div>
</div>
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
class=
"panel panel_iptables"
>
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<div
class=
"ctrlHolder"
>
<label
for=
"server_id"
>
{tmpl_var name='server_id_txt'}
</label>
<select
name=
"server_id"
id=
"server_id"
class=
"selectInput"
>
{tmpl_var name='server_id'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"table"
>
{tmpl_var name='table_txt'}
</label>
<select
name=
"table"
id=
"table"
class=
"selectInput formLengthLimit"
>
{tmpl_var name='table'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"protocol"
>
{tmpl_var name='protocol_txt'}
</label>
<select
name=
"protocol"
id=
"protocol"
class=
"selectInput formLengthLimit"
>
{tmpl_var name='protocol'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"singleport"
>
{tmpl_var name='singleport_txt'}
</label>
<input
name=
"singleport"
id=
"singleport"
value=
"{tmpl_var name='singleport'}"
size=
"10"
maxlength=
"10"
type=
"text"
class=
"textInput formLengthLimit"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"multiport"
>
{tmpl_var name='multiport_txt'}
</label>
<input
name=
"multiport"
id=
"multiport"
value=
"{tmpl_var name='multiport'}"
size=
"20"
maxlength=
"40"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"destination_ip"
>
{tmpl_var name='destination_ip_txt'}
</label>
<input
name=
"destination_ip"
id=
"destination_ip"
value=
"{tmpl_var name='destination_ip'}"
size=
"16"
maxlength=
"20"
type=
"text"
class=
"textInput formLengthIPv4"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"source_ip"
>
{tmpl_var name='source_ip_txt'}
</label>
<input
name=
"source_ip"
id=
"source_ip"
value=
"{tmpl_var name='source_ip'}"
size=
"16"
maxlength=
"20"
type=
"text"
class=
"textInput formLengthIPv4"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"state"
>
{tmpl_var name='state_txt'}
</label>
<input
name=
"state"
id=
"state"
value=
"{tmpl_var name='state'}"
size=
"16"
maxlength=
"20"
type=
"text"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"target"
>
{tmpl_var name='target_txt'}
</label>
<select
name=
"target"
id=
"target"
class=
"selectInput formLengthLimit"
>
{tmpl_var name='target'}
</select>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='active_txt'}
</p>
<div
class=
"multiField"
>
{tmpl_var name='active'}
</div>
</div>
</fieldset>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"buttonHolder buttons"
>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
onClick=
"submitForm('pageForm','admin/iptables_edit.php');"
>
<span>
{tmpl_var name='btn_save_txt'}
</span></button>
<button
class=
"negative iconstxt icoNegative"
type=
"button"
value=
"{tmpl_var name='btn_cancel_txt'}"
onClick=
"loadContent('admin/iptables_list.php');"
>
<span>
{tmpl_var name='btn_cancel_txt'}
</span></button>
</div>
</div>
</div>
\ No newline at end of file
interface/web/admin/templates/iptables_list.htm
View file @
96b69b29
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<div
class=
"panel panel_list_iptables"
>
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
Tools
</legend>
<div
class=
"buttons"
>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/iptables_edit.php');"
>
<span>
{tmpl_var name="add_new_rule_txt"}
</span>
</button>
</div>
</fieldset>
</div>
<div
class=
"pnl_listarea"
>
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_table"
scope=
"col"
><tmpl_var
name=
"table_txt"
></th>
<th
class=
"tbl_col_protocol"
scope=
"col"
><tmpl_var
name=
"protocol_txt"
></th>
<th
class=
"tbl_col_port"
scope=
"col"
><tmpl_var
name=
"singleport_txt"
></th>
<th
class=
"tbl_col_port"
scope=
"col"
><tmpl_var
name=
"multiport_txt"
></th>
<th
class=
"tbl_col_state"
scope=
"col"
><tmpl_var
name=
"state_txt"
></th>
<th
class=
"tbl_col_target"
scope=
"col"
><tmpl_var
name=
"target_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_table"
></td>
<td
class=
"tbl_col_protocol"
><select
name=
"search_protocol"
>
{tmpl_var name='search_protocol'}
</select></td>
<td
class=
"tbl_col_singleport"
></td>
<td
class=
"tbl_col_multiport"
></td>
<td
class=
"tbl_col_state"
></td>
<td
class=
"tbl_col_target"
><select
name=
"search_target"
>
{tmpl_var name='search_target'}
</select></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons"
>
<button
type=
"button"
class=
"icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/iptables_list.php');"
><span>
{tmpl_var name="filter_txt"}filter_txt
</span></button>
</div>
</td>
</tr>
</thead>
<tbody>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_active"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</a></td>
<td
class=
"tbl_col_server_id"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_id"}
</a></td>
<td
class=
"tbl_col_table"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="table"}
</a></td>
<td
class=
"tbl_col_protocol"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="protocol"}
</a></td>
<td
class=
"tbl_col_singleport"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="singleport"}
</a></td>
<td
class=
"tbl_col_multiport"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="multiport"}
</a></td>
<td
class=
"tbl_col_state"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="state"}
</a></td>
<td
class=
"tbl_col_target"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="target"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('admin/iptables_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
</td>
</tr>
</tmpl_loop>
</tbody>
<tfoot>
<tr>
<td
class=
"tbl_footer tbl_paging"
colspan=
"9"
><tmpl_var
name=
"paging"
></td>
</tr>
</tfoot>
</table>
</fieldset>
</div>
<h2><tmpl_var
name=
"list_head_txt"
></h2>
<div
class=
"panel panel_list_iptables"
>
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
Tools
</legend>
<div
class=
"buttons"
>
<button
class=
"button iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/iptables_edit.php');"
>
<span>
{tmpl_var name="add_new_rule_txt"}
</span>
</button>
</div>
</fieldset>
</div>
<div
class=
"pnl_listarea"
>
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr
class=
"caption"
>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_table"
scope=
"col"
><tmpl_var
name=
"table_txt"
></th>
<th
class=
"tbl_col_protocol"
scope=
"col"
><tmpl_var
name=
"protocol_txt"
></th>
<th
class=
"tbl_col_port"
scope=
"col"
><tmpl_var
name=
"singleport_txt"
></th>
<th
class=
"tbl_col_port"
scope=
"col"
><tmpl_var
name=
"multiport_txt"
></th>
<th
class=
"tbl_col_state"
scope=
"col"
><tmpl_var
name=
"state_txt"
></th>
<th
class=
"tbl_col_target"
scope=
"col"
><tmpl_var
name=
"target_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
</th>
</tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_table"
></td>
<td
class=
"tbl_col_protocol"
><select
name=
"search_protocol"
>
{tmpl_var name='search_protocol'}
</select></td>
<td
class=
"tbl_col_singleport"
></td>
<td
class=
"tbl_col_multiport"
></td>
<td
class=
"tbl_col_state"
></td>
<td
class=
"tbl_col_target"
><select
name=
"search_target"
>
{tmpl_var name='search_target'}
</select></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/iptables_list.php');"
><span>
{tmpl_var name="filter_txt"}filter_txt
</span></button>
</td>
</tr>
</thead>
<tbody>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_active"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</a></td>
<td
class=
"tbl_col_server_id"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_id"}
</a></td>
<td
class=
"tbl_col_table"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="table"}
</a></td>
<td
class=
"tbl_col_protocol"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="protocol"}
</a></td>
<td
class=
"tbl_col_singleport"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="singleport"}
</a></td>
<td
class=
"tbl_col_multiport"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="multiport"}
</a></td>
<td
class=
"tbl_col_state"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="state"}
</a></td>
<td
class=
"tbl_col_target"
><a
href=
"#"
onClick=
"loadContent('admin/iptables_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="target"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/iptables_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</td>
</tr>
</tmpl_loop>
</tbody>
<tfoot>
<tr>
<td
class=
"tbl_footer tbl_paging"
colspan=
"9"
><tmpl_var
name=
"paging"
></td>
</tr>
</tfoot>
</table>
</fieldset>
</div>
</div>
\ No newline at end of file
interface/web/admin/templates/language_list.htm
View file @
96b69b29
...
...
@@ -20,7 +20,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_module"
scope=
"col"
><tmpl_var
name=
"module_txt"
></th>
<th
class=
"tbl_col_lang_file"
scope=
"col"
><tmpl_var
name=
"lang_file_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
><tmpl_var
name=
"lang_file_date_txt"
></th>
...
...
interface/web/admin/templates/remote_user_list.htm
View file @
96b69b29
...
...
@@ -5,7 +5,7 @@
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
{tmpl_var name="toolsarea_head_txt"}
</legend>
<div
class=
"buttons"
>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/remote_user_edit.php');"
>
<button
class=
"
button
iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/remote_user_edit.php');"
>
<span>
{tmpl_var name="add_new_record_txt"}
</span>
</button>
</div>
...
...
@@ -16,26 +16,26 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<th
class=
"tbl_col_remote_userid"
scope=
"col"
><tmpl_var
name=
"parent_remote_userid_txt"
></th>
<tr
class=
"caption"
>
<th
class=
"tbl_col_remote_user
_p
id"
scope=
"col"
><tmpl_var
name=
"parent_remote_userid_txt"
></th>
<th
class=
"tbl_col_remote_username"
scope=
"col"
><tmpl_var
name=
"username_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<td
class=
"tbl_col_remote_userid"
>
</td>
<tr
class=
"filter"
>
<td
class=
"tbl_col_remote_user
_p
id"
>
</td>
<td
class=
"tbl_col_remote_username"
><input
type=
"text"
name=
"search_username"
value=
"{tmpl_var name='search_username'}"
/></td>
<td
class=
"tbl_col_buttons"
><div
class=
"buttons"
><button
type=
"button"
class=
"icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/remote_user_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/remote_user_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button>
</td>
</tr>
</thead>
<tbody>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_remote_userid"
><a
href=
"#"
onClick=
"loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');"
>
{tmpl_var name="remote_userid"}
</a></td>
<td
class=
"tbl_col_remote_user
_p
id"
><a
href=
"#"
onClick=
"loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');"
>
{tmpl_var name="remote_userid"}
</a></td>
<td
class=
"tbl_col_remote_username"
><a
href=
"#"
onClick=
"loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');"
>
{tmpl_var name="remote_username"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('admin/remote_user_del.php?id={tmpl_var name='remote_userid'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/remote_user_del.php?id={tmpl_var name='remote_userid'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</td>
</tr>
</tmpl_loop>
...
...
interface/web/admin/templates/server_config_list.htm
View file @
96b69b29
...
...
@@ -7,13 +7,15 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_server_name"
scope=
"col"
><tmpl_var
name=
"server_name_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_server_name"
><input
type=
"text"
name=
"search_server_name"
value=
"{tmpl_var name='search_server_name'}"
/></td>
<td
class=
"tbl_col_buttons"
><div
class=
"buttons"
><button
type=
"button"
class=
"icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/server_config_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/server_config_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button>
</td>
</tr>
</thead>
<tbody>
...
...
@@ -21,9 +23,7 @@
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_server_name"
><a
href=
"#"
onClick=
"loadContent('admin/server_config_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_name"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('admin/server_config_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/server_config_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</td>
</tr>
</tmpl_loop>
...
...
interface/web/admin/templates/server_config_web_edit.htm
View file @
96b69b29
...
...
@@ -94,18 +94,6 @@
<div
class=
"multiField"
>
{tmpl_var name='enable_ip_wildcard'}
</div>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='overtraffic_notify_admin_txt'}
</p>
<div
class=
"multiField"
>
{tmpl_var name='overtraffic_notify_admin'}
</div>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='overtraffic_notify_client_txt'}
</p>
<div
class=
"multiField"
>
{tmpl_var name='overtraffic_notify_client'}
</div>
</div>
<div
class=
"subsectiontoggle"
><span></span>
{tmpl_var name='ssl_settings_txt'}
<em></em></div>
<div
style=
"display:none;"
>
...
...
interface/web/admin/templates/server_ip_list.htm
View file @
96b69b29
...
...
@@ -5,7 +5,7 @@
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
{tmpl_var name="toolsarea_head_txt"}
</legend>
<div
class=
"buttons"
>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/server_ip_edit.php');"
>
<button
class=
"
button
iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/server_ip_edit.php');"
>
<span>
{tmpl_var name="add_new_record_txt"}
</span>
</button>
</div>
...
...
@@ -16,38 +16,38 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_client_id"
scope=
"col"
><tmpl_var
name=
"client_id_txt"
></th>
<th
class=
"tbl_col_client_
p
id"
scope=
"col"
><tmpl_var
name=
"client_id_txt"
></th>
<th
class=
"tbl_col_ip_type"
scope=
"col"
><tmpl_var
name=
"ip_type_txt"
></th>
<th
class=
"tbl_col_ip_address"
scope=
"col"
><tmpl_var
name=
"ip_address_txt"
></th>
<th
class=
"tbl_col_virtualhost"
scope=
"col"
><tmpl_var
name=
"virtualhost_txt"
></th>
<th
class=
"tbl_col_virtualhost_port"
scope=
"col"
><tmpl_var
name=
"virtualhost_port_txt"
></th>
<th
class=
"tbl_col_buttons"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_client_id"
><select
name=
"search_client_id"
>
{tmpl_var name='search_client_id'}
</select></td>
<td
class=
"tbl_col_client_
p
id"
><select
name=
"search_client_id"
>
{tmpl_var name='search_client_id'}
</select></td>
<td
class=
"tbl_col_ip_type"
><select
name=
"search_ip_type"
>
{tmpl_var name='search_ip_type'}
</select></td>
<td
class=
"tbl_col_ip_address"
><input
type=
"text"
name=
"search_ip_address"
value=
"{tmpl_var name='search_ip_address'}"
/></td>
<td
class=
"tbl_col_virtualhost"
><select
name=
"search_virtualhost"
>
{tmpl_var name='search_virtualhost'}
</select></td>
<td
class=
"tbl_col_virtualhost_port"
><input
type=
"text"
name=
"search_virtualhost_port"
value=
"{tmpl_var name='search_virtualhost_port'}"
/></td>
<td
class=
"tbl_col_buttons"
><div
class=
"buttons"
><button
type=
"button"
class=
"icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/server_ip_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/server_ip_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button>
</td>
</tr>
</thead>
<tbody>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_server_id"
><a
href=
"#"
onClick=
"loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_id"}
</a></td>
<td
class=
"tbl_col_client_id"
><a
href=
"#"
onClick=
"loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="client_id"}
</a></td>
<td
class=
"tbl_col_client_
p
id"
><a
href=
"#"
onClick=
"loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="client_id"}
</a></td>
<td
class=
"tbl_col_ip_type"
><a
href=
"#"
onClick=
"loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="ip_type"}
</a></td>
<td
class=
"tbl_col_ip_address"
><a
href=
"#"
onClick=
"loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="ip_address"}
</a></td>
<td
class=
"tbl_col_virtualhost"
><a
href=
"#"
onClick=
"loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="virtualhost"}
</a></td>
<td
class=
"tbl_col_virtualhost_port"
><a
href=
"#"
onClick=
"loadContent('admin/server_ip_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="virtualhost_port"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('admin/server_ip_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/server_ip_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</td>
</tr>
</tmpl_loop>
...
...
interface/web/admin/templates/server_list.htm
View file @
96b69b29
...
...
@@ -7,7 +7,7 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table
class=
"list"
>
<thead>
<tr>
<tr
class=
"caption"
>
<th
class=
"tbl_col_server_name"
scope=
"col"
><tmpl_var
name=
"server_name_txt"
></th>
<th
class=
"tbl_col_mail_server"
scope=
"col"
><tmpl_var
name=
"mail_server_txt"
></th>
<th
class=
"tbl_col_web_server"
scope=
"col"
><tmpl_var
name=
"web_server_txt"
></th>
...
...
@@ -17,7 +17,7 @@
<th
class=
"tbl_col_vserver_server"
scope=
"col"
><tmpl_var
name=
"vserver_server_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_server_name"
><input
type=
"text"
name=
"search_server_name"
value=
"{tmpl_var name='search_server_name'}"
/></td>
<td
class=
"tbl_col_mail_server"
><select
name=
"search_active"
>
{tmpl_var name='search_mail_server'}
</select></td>
<td
class=
"tbl_col_web_server"
><select
name=
"search_active"
>
{tmpl_var name='search_web_server'}
</select></td>
...
...
@@ -25,7 +25,9 @@
<td
class=
"tbl_col_file_server"
><select
name=
"search_active"
>
{tmpl_var name='search_file_server'}
</select></td>
<td
class=
"tbl_col_db_server"
><select
name=
"search_active"
>
{tmpl_var name='search_db_server'}
</select></td>
<td
class=
"tbl_col_vserver_server"
><select
name=
"search_active"
>
{tmpl_var name='search_vserver_server'}
</select></td>
<td
class=
"tbl_col_buttons"
><div
class=
"buttons"
><button
type=
"button"
class=
"icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/server_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button></div></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/server_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button>
</td>
</tr>
</thead>
<tbody>
...
...
@@ -39,9 +41,7 @@
<td
class=
"tbl_col_db_server"
>
{tmpl_var name="db_server"}
</td>
<td
class=
"tbl_col_vserver_server"
>
{tmpl_var name="vserver_server"}
</td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('admin/server_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/server_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</td>
</tr>
</tmpl_loop>
...
...
interface/web/admin/templates/server_php_list.htm
View file @
96b69b29
...
...
@@ -5,7 +5,7 @@
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
{tmpl_var name="toolsarea_head_txt"}
</legend>
<div
class=
"buttons"
>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/server_php_edit.php');"
>
<button
class=
"
button
iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('admin/server_php_edit.php');"
>
<span>
{tmpl_var name="add_new_record_txt"}
</span>
</button>
</div>
...
...
@@ -16,29 +16,29 @@
<fieldset><legend><tmpl_var
name=
"list_head_txt"
></legend>
<table