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

📄 planmngview.jsp

📁 培训考试系统代码
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ include file="/agt/public/jsp/top.jsp" %>
<title>浏览未反馈计划</title>

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

    <tr>
      <td width="80" align="center" class="td-cs1">接受人工号</td>
      <td width="197" colspan="3" class="td-cs2"><%= request.getAttribute("recieverid")%></td>
    </tr>
    <tr>
      <td width="80" height="27" align="center" class="td-cs1">计划名称</td>
      <td colspan="3" class="td-cs2"><%= request.getAttribute("title")%></td>
    </tr>
    <tr>
      <td width="80" height="26" align="center" class="td-cs1">开始时间</td>
      <td class="td-cs2"><%=request.getAttribute("startdate")%></td>
    </tr>
    <tr>
      <td width="80" height="26" align="center" class="td-cs1">结束时间</td>
      <td class="td-cs2"><%=request.getAttribute("enddate")%></td>
    </tr>
    <tr>
      <td width="80" align="center" class="td-cs1">课程名称</td>
      <td colspan="3" class="td-cs2">
      <%if(request.getAttribute("courseid")!=null){%><%=request.getAttribute("courseid")%><%}%></td>
    </tr>
    <tr>
      <td width="80" height="27" align="center" class="td-cs1">课程目标</td>
      <td colspan="3" class="td-cs2"><%= request.getAttribute("cstarget")%></td>
    </tr>
    <tr>
      <td width="80" height="28" align="center" class="td-cs1">课程说明</td>
      <td colspan="3" class="td-cs2"><%= request.getAttribute("cscontent") %></td>
    </tr>
    <tr>
      <td width="80" align="center" class="td-cs1">考试名称</td>
      <td colspan="3" class="td-cs2">
      <%if(request.getAttribute("testid")!=null){%><%=request.getAttribute("testid")%><%}%></td>
    </tr>
    <tr>
      <td width="80" height="27" align="center" class="td-cs1">考试目标</td>
      <td colspan="3" class="td-cs2"><%=request.getAttribute("tstarget")%></td>
    </tr>
    <tr>
      <td width="80" height="28" align="center" class="td-cs1">考试说明</td>
      <td colspan="3" class="td-cs2"><%= request.getAttribute("tscontent")%></td>
    </tr>
  </table>
   <table width="539" height="35" 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="back" type="image" onclick="history.back();return false;" src="/agt/public/images/back.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>&nbsp; </td>

          </tr>

        </table></td>

    </tr>

  </table>

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

⌨️ 快捷键说明

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