11< h2 > < tmpl _var name ="list_head_txt "> </ h2 >
2- < p > < tmpl _var name ="list_desc_txt "> </ p >
32
43< div class ="panel panel_list_server_ip ">
54
@@ -19,20 +18,32 @@ <h2><tmpl_var name="list_head_txt"></h2>
1918 < thead >
2019 < tr >
2120 < th class ="tbl_col_server_id " scope ="col "> < tmpl _var name ="server_id_txt "> </ th >
21+ < th class ="tbl_col_client_id " scope ="col "> < tmpl _var name ="client_id_txt "> </ th >
22+ < th class ="tbl_col_ip_type " scope ="col "> < tmpl _var name ="ip_type_txt "> </ th >
2223 < th class ="tbl_col_ip_address " scope ="col "> < tmpl _var name ="ip_address_txt "> </ th >
24+ < th class ="tbl_col_virtualhost " scope ="col "> < tmpl _var name ="virtualhost_txt "> </ th >
25+ < th class ="tbl_col_virtualhost_port " scope ="col "> < tmpl _var name ="virtualhost_port_txt "> </ th >
2326 < th class ="tbl_col_buttons " scope ="col "> </ th >
2427 </ tr >
2528 < tr >
2629 < td class ="tbl_col_server_id "> < select name ="search_server_id " onChange ="submitForm('pageForm','admin/server_ip_list.php'); "> {tmpl_var name='search_server_id'}</ select > </ td >
27- < td class ="tbl_col_ip_address "> < input type ="text " name ="search_ip_address " value ="{tmpl_var name='search_ip_address'} " onblur ="submitForm('pageForm','admin/server_ip_list.php'); " /> </ td >
30+ < td class ="tbl_col_client_id "> < select name ="search_client_id " onChange ="submitForm('pageForm','admin/server_ip_list.php'); "> {tmpl_var name='search_client_id'}</ select > </ td >
31+ < td class ="tbl_col_ip_type "> < select name ="search_ip_type " onChange ="submitForm('pageForm','admin/server_ip_list.php'); "> {tmpl_var name='search_ip_type'}</ select > </ td >
32+ < td class ="tbl_col_ip_address "> < input type ="text " name ="search_ip_address " value ="{tmpl_var name='search_ip_address'} " /> </ td >
33+ < td class ="tbl_col_virtualhost "> < select name ="search_virtualhost " onChange ="submitForm('pageForm','admin/server_ip_list.php'); "> {tmpl_var name='search_virtualhost'}</ select > </ td >
34+ < td class ="tbl_col_virtualhost_port "> < input type ="text " name ="search_virtualhost_port " value ="{tmpl_var name='search_virtualhost_port'} " /> </ td >
2835 < 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 >
2936 </ tr >
3037 </ thead >
3138 < tbody >
3239 < tmpl _loop name ="records ">
3340 < tr class ="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if> ">
3441 < 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 >
42+ < 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 >
43+ < 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 >
3544 < 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 >
45+ < 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 >
46+ < 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 >
3647 < td class ="tbl_col_buttons ">
3748 < div class ="buttons icons16 ">
3849 < 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 >
@@ -43,7 +54,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
4354 </ tbody >
4455 < tfoot >
4556 < tr >
46- < td class ="tbl_footer tbl_paging " colspan ="3 "> < tmpl _var name ="paging "> </ td >
57+ < td class ="tbl_footer tbl_paging " colspan ="7 "> < tmpl _var name ="paging "> </ td >
4758 </ tr >
4859 </ tfoot >
4960 </ table >
0 commit comments