⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 schedulesearch.jsp

📁 培训考试系统代码
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%>

<%@ include file="/agt/public/jsp/top.jsp" %>



<!-- <title>查询日程</title>-->

<script language="javascript" src="/agt/public/js/func.js"></script>

<script src="/public/scripts/cal.js"></script>

<form name="ScheduleOperatorForm" method="post" action="/ScheduleOperatorAction.do?operatorFlag=<%=OperatorFlagCode.SCHEDULE_SEARCH%>">

  <table width="539" border="0" cellpadding="3" cellspacing="1" class="table-cs1">

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">日程名称</td>

      <td class="td-cs2"> <input name="scheduleName" type="text" class="input2" maxlength=10 id="scheduleName" size="12" columnName="a.SCHEDULETITLE"></td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">日程说明</td>

      <td class="td-cs2"> <input name="note" type="text" class="input2"  maxlength=50 id="scheduleName" size="12" columnName="a.NOTE"></td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">开始日期</td>

      <td class="td-cs2">从

        <input name="beginFromTime" class="input1" onClick="javascript:calDate(this);"  onKeypress="javascript:calDate(this);" size="20" readonly>


        <input name="beginToTime" class="input1" onClick="javascript:calDate(this);"  onKeyPress="javascript:calDate(this);" size="20" readonly>

      </td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">结束日期</td>

      <td class="td-cs2">从

        <input name="endFromTime" class="input1" onClick="javascript:calDate(this);"  onKeypress="javascript:calDate(this);" size="20" readonly>


        <input name="endToTime" class="input1" onClick="javascript:calDate(this);"  onKeyPress="javascript:calDate(this);" size="20" readonly>

      </td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">是否提醒</td>

      <td class="td-cs2"> <select name="doRemind" class="input3" id="doRemind" columnName="DOREMIND">

          <option value="" selected>--不限--</option>
          
          <option value="0">是</option>

          <option value="1">否</option>

        </select></td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">提醒时间</td>

      <td class="td-cs2">从

        <input name="remindFromTime" class="input1" onClick="javascript:calDate(this);"  onKeypress="javascript:calDate(this);" size="20" readonly>


        <input name="remindToTime" class="input1" onClick="javascript:calDate(this);"  onKeyPress="javascript:calDate(this);" size="20" readonly>

      </td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">接收人工号</td>

      <td class="td-cs2"> <input name="recieverString" type="text" class="input2"  maxlength=10 id="makeStaffId" size="12"></td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">接收人姓名</td>

      <td class="td-cs2"> <input name="recieverName" type="text" class="input2"  maxlength=10 id="recieverName" size="12"></td>

    </tr>

    <tr>

      <td width="100" height="25" align="center" class="td-cs1">制定时间</td>

      <td class="td-cs2">从

        <input name="makeFromTime" class="input1" onClick="javascript:calDate(this);"  onKeypress="javascript:calDate(this);" size="20" readonly>


        <input name="makeToTime" class="input1" onClick="javascript:calDate(this);"  onKeyPress="javascript:calDate(this);" size="20" readonly>

      </td>

    </tr>

  </table>

  <table width="539" height="30" border="0" cellpadding="0" cellspacing="0">
                      <tr> 
                        <td align="center"> <table width="424" height="30" border="0" cellpadding="0" cellspacing="0">
                            <tr> 
                              <td width="25%">&nbsp; </td>
                              <td width="25%"> 
                                <input name="search" type="image" onclick="mySubmit();return false;" src="/agt/public/images/search.gif" width="82" height="22" border="0" onmouseover="this.src='/agt/public/images/'+ this.name + '_2.gif';" onmouseout="this.src='/agt/public/images/'+ this.name + '.gif'"> 
                              </td>
                              <td> 
                                <input name="reset" type="image" onclick="ScheduleOperatorForm.reset();return false;" src="/agt/public/images/reset.gif" width="82" height="22" border="0" onmouseover="this.src='/agt/public/images/'+ this.name + '_2.gif';" onmouseout="this.src='/agt/public/images/'+ this.name + '.gif'">
                              </td>
                            </tr>
                          </table></td>
                      </tr>
  </table>
<input type="hidden" name="tablename" value="t_agt_schedule a~t_AGT_SchAttend b">

<input type="hidden" name="selectcolumn" value="a.SCHEDULEId~a.SCHEDULETITLE~a.NOTE~a.BEGINTIME~a.ENDTIME~a.DOREMIND~a.REMINDTIME~a.MAKESTAFFID~MAKEDATE">

<input type="hidden" name="relation" value="" >

<input type="hidden" name="searchSQL">

</form>

<script language="JavaScript" type="text/JavaScript">


function mySubmit(){

    document.ScheduleOperatorForm.submit();

}

</script>

<%@ include file="/agt/public/jsp/bot.jsp" %> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -