Example #1
0
                    <div style="float:left;width:100%;height:20px;">
                        <div style="float:left">
                            &nbsp;
                            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");
?>
 
                            &nbsp;
                            <input  type="button" class="input_button" onclick="document.frmInbox.submit();" name="send" value="Tìm" title="Tìm">
                        </div>
                        <div style="float:left">
                            &nbsp;
                            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");
?>
  
                            &nbsp;
                            <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>				
Example #2
0
        <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