|
| 1 | +<h2><tmpl_var name="list_head_txt"></h2> |
| 2 | + |
| 3 | +<div class="panel panel_list_mail_domain_admin"> |
| 4 | + |
| 5 | + <div class="pnl_toolsarea"> |
| 6 | + <fieldset><legend>{tmpl_var name="toolsarea_head_txt"}</legend> |
| 7 | + <div class="buttons"> |
| 8 | + <button class="iconstxt icoAdd" type="button" onClick="loadContent('mail/mail_domain_edit.php');"> |
| 9 | + <span>{tmpl_var name="add_new_record_txt"}</span> |
| 10 | + </button> |
| 11 | + </div> |
| 12 | + </fieldset> |
| 13 | + </div> |
| 14 | + |
| 15 | + <div class="pnl_listarea"> |
| 16 | + <fieldset><legend><tmpl_var name="list_head_txt"></legend> |
| 17 | + <table class="list"> |
| 18 | + <thead> |
| 19 | + <tr> |
| 20 | + <th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th> |
| 21 | + <th class="tbl_col_sys_groupid" scope="col"><tmpl_var name="sys_groupid_txt"></th> |
| 22 | + <th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th> |
| 23 | + <th class="tbl_col_domain" scope="col"><tmpl_var name="domain_txt"></th> |
| 24 | + <th class="tbl_col_buttons" scope="col"> </th> |
| 25 | + </tr> |
| 26 | + <tr> |
| 27 | + <td class="tbl_col_active"><select name="search_active" onChange="submitForm('pageForm','mail/mail_domain_list.php');">{tmpl_var name='search_active'}</select></td> |
| 28 | + <td class="tbl_col_sys_groupid"><select name="search_sys_groupid" onChange="submitForm('pageForm','mail/mail_domain_list.php');">{tmpl_var name='search_sys_groupid'}</select></td> |
| 29 | + <td class="tbl_col_server_id"><select name="search_server_id" onChange="submitForm('pageForm','mail/mail_domain_list.php');">{tmpl_var name='search_server_id'}</select></td> |
| 30 | + <td class="tbl_col_domain"><input type="text" name="search_domain" value="{tmpl_var name='search_domain'}" /></td> |
| 31 | + <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','mail/mail_domain_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td> |
| 32 | + </tr> |
| 33 | + </thead> |
| 34 | + <tbody> |
| 35 | + <tmpl_loop name="records"> |
| 36 | + <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"> |
| 37 | + <td class="tbl_col_active"><a href="#" onClick="loadContent('mail/mail_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="active"}</a></td> |
| 38 | + <td class="tbl_col_sys_groupid"><a href="#" onClick="loadContent('mail/mail_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="sys_groupid"}</a></td> |
| 39 | + <td class="tbl_col_server_id"><a href="#" onClick="loadContent('mail/mail_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="server_id"}</a></td> |
| 40 | + <td class="tbl_col_domain"><a href="#" onClick="loadContent('mail/mail_domain_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="domain"}</a></td> |
| 41 | + <td class="tbl_col_buttons"> |
| 42 | + <div class="buttons icons16"> |
| 43 | + <a class="icons16 icoDelete" href="javascript: del_record('mail/mail_domain_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> |
| 44 | + </div> |
| 45 | + </td> |
| 46 | + </tr> |
| 47 | + </tmpl_loop> |
| 48 | + </tbody> |
| 49 | + <tfoot> |
| 50 | + <tr> |
| 51 | + <td class="tbl_footer tbl_paging" colspan="5"><tmpl_var name="paging"></td> |
| 52 | + </tr> |
| 53 | + </tfoot> |
| 54 | + </table> |
| 55 | + </fieldset> |
| 56 | + </div> |
| 57 | + |
| 58 | +</div> |
0 commit comments