<script type="text/javascript" src="/js/popcalendar/popcalendar.js"></script> </head> <body> <br><br> <form id="frm" name="frm" action="/user/index/" method="POST"> <fieldset> <legend>Quản lý nhân sự<img src='/images/employee.png'></img></legend> <table> <tr> <td align="left" width='100%'> Từ khóa tìm kiếm : <?php echo ProjectCommon::AutoComplete(autocomplete_model::getKeyword(), "ID_U", "EMP_NAME", "ID_U", "SEARCH_STRING", true, "width:200px", "ID_SEARCH", "SEARCH_STRING", $auto, "Auto Suggestion Textbox - Gõ vào textbox tìm kiếm này sẽ hiển thị tên của cán bộ cần tìm kiếm - Arrow Key Up and Arrow Key Down để duyệt - Bấm Tab hoặc trỏ chuột để chọn"); ?> <input type=hidden name=advanced> <input type="submit" value="Tìm kiếm" class="input_button"/> <input type="submit" value="Làm lại" class="input_button"/> <input type=hidden name=ADVANCEDVALUE value='<?php echo $this->ADVANCED; ?> '> </td> <div style='position:absolute; left: 500px; top: 265px;'> <b>Xem theo phòng ban</b> <select id='dep' name='dep' onchange="document.frm.submit();document.frm.action='/user/index'"> <option value=> - Chọn phòng ban - </option> <?php
<div style="float:left;width:100%;height:20px;"> <div style="float:left"> Tìm theo tiêu đề: <?php echo ProjectCommon::AutoComplete(autocomplete_model::getTieude(), "id_thongtin", "tieude", "id_thongtin", "search", true, "width:200px", "ID_SEARCH", "search", $auto, "AutoSearch Box"); ?> <input type="button" class="input_button" onclick="document.frmInbox.submit();" name="send" value="Tìm" title="Tìm"> </div> <div style="float:left"> Tìm theo người gửi: <?php echo ProjectCommon::AutoComplete(autocomplete_model::getKeyword(), "ID_U", "EMP_NAME", "ID_U", "nguoigui", true, "width:200px", "ID_SEARCH", "nguoigui", $auto, "AutoSearch Box"); ?> <input type="button" class="input_button" onclick="document.frmInbox.submit();" name="send" value="Tìm" title="Tìm"> </div> <div style="float:right"> Tìm theo chủ đề <select name="filter_object" style="width:200px" id="filter_object" class="inputbox" size="1" onchange="document.frmInbox.submit();"> <?php echo message_model::chudeCombo($subject, $subject); ?> </select> </div> </div>
<td> <input type='text' name='NAME' id='NAME' title='Tìm theo tên khách hàng'/> </td> </tr> <tr> <td>Tìm kiếm theo tên công ty</td> <td> <input type='text' name='COMPANY' id='COMPANY' title='Tìm theo tên công ty'/> <input type='button' onClick="document.frm.action='/customer/index/';document.frm.submit();" value='Tìm kiếm khách hàng' class='input_button'/> </td> </tr> <tr> <td> Hiển thị nhanh thông tin khách hàng</td> <td><?php echo ProjectCommon::AutoComplete(autocomplete_model::getAllUser(), "ID_U", "NAME", "ID_U", "FASTVIEW", true, "width:400px", "ID_SEARCH", "SEARCH_STRING", $auto, ""); ?> </td> </tr> </table> </div> <div style="float: right;margin-right:21px;margin-top:18px"> <center> <img onClick="DeleteButtonClick();" src="/images/delete_customer_48.png" /></br> <span>Xóa</span> </center> </div> <table class="adminlist"> <thead>