特殊jsp

<%--
 *jsp页面名    : examQuestionAdd.jsp
 *做成者           : you xing yu
 *做成日     : 2006/01/18
 *version    : 1.0
 *Copyright by   : 北京五岳
 *Copyright beiJing WUYUE devloper Group 2005,All right reserved
 --%>
<
%@page contentType="text/html;charset=gb2312"%>
<
%@taglib uri="/tags/struts-html" prefix="html"%>
<
%@taglib uri="/tags/struts-bean" prefix="bean"%>
<
%@taglib uri="/tags/struts-logic" prefix="logic"%>
<html:html>
<head>
  <html:base/>
<TITLE>五岳兴和学员考试系统</title>
      
        <link rel="stylesheet" href="../css.css" type="text/css">
        <STYLE type="text/css">
<!--
 DIV.normal_scroll_div {
  background-color: #C0C0C0;
  width:            940px;
  height:           450px;
  overflow-y:       scroll;
}

</STYLE>
<body>
<
%@include file="../head.jsp"%>
<html:form action="/searchTestTypeAction.do">
<TABLE class="raise_panel_line_table" width="908" border="0">
  <TBODY>                     
    <TR>                           
      <TD width="87" class="title_normal_td">试卷类型:</TD>
      <TD width="202" nowrap class="normal_cell_td" >
         <html:select property="examId">
         <html:option value="">おはよ</html:option>
         <html:optionsCollection name="EXAM_ID" value="exam_id" label="exam_name"/>
         </html:select>   
      </TD>
      <TD class="title_normal_td" align="right" width="87">
        <div align="right">
          <p align="center">难易程度:
        </div>
      </TD>
    
      <TD class="title_normal_td" align="right" width="86">
        <html:select property="testType_yesNo">
         <html:option value="">おはよ</html:option>
         <html:optionsCollection name="TESTTYPE_YESNO" value="testtype_id" label="testtype_yesno"/>
         </html:select>  
       
      </TD>
      <TD class="title_normal_td" align="right" width="211">
        <p align="center">
          <INPUT type="submit" name="input_check2" class="default_button" value="检索">
      </TD>
      <TD class="title_normal_td" align="right" width="211">
        <p align="right">
          <INPUT type="submit" name="input_check" class="default_button" value="保存" onClick="">
      </TD>
    </TR>
  </TBODY>
</TABLE>
<CENTER>
<HR align="center">
<TABLE width="100%" class="tab_table" height="442">
  <TBODY>
         
    <TR>
      <TD class="no_tab_main_td" height="422">
        <div align="right">
          <table border="0" width="100%">
            <tr>
              <TD>
                <TABLE class="raise_panel_line_table" width="100%" border="0">
                  <TBODY>
                   <TR>
                     <TD class="normal_cell_td">                   
                       <div style="width: 926; height: 24">
                        <table class="list_table" border="1" width="936">
                           <tbody>
                                    <tr>
                              <td class="list_header_td" width="927" colspan="2">软件人员职业适应性测试</td>
                                    </tr>
                            <tr>
                              <td class="list_header_td" width="39">
                                          <p align="center">NO</p>
                                        </td>
                              <td class="list_header_td" width="881">
                                          <p align="left">选择题</td>
                            </tr>
                           </tbody>
                         </table>
                       </div>
                        <DIV class="normal_scroll_div scrollbar_color_div" style="width: 922; height: 183">
                          <TABLE class="list_table" border="1" width="936">
                            <TBODY>
                            <logic:present name="Info">
                            <logic:iterate id="InfoName" name="Info" indexId="no">
                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%"><%=no.intValue()+1%></TD>
                               <TD class="list_readonly_cell_left_td" width="80%">
                           <%--   <logic:equal name="no" value="0">
                                   第一道题内容                           
                                 </logic:equal>
                                        <logic:equal name="no" value="1">
                                   第一道题内容                           
                                 </logic:equal> --%>
                                 <bean:write name="InfoName" property="selectTest_context"/>
                           </TD>
                                </tr>
                              </logic:iterate>
                              </logic:present>
                              </TBODY>
                         </TABLE>
                       </DIV>
                     </TD>
                   </TR>
                 </TBODY>
               </TABLE>
             </TD>
            </tr>
            <tr>
              <TD>
                <TABLE class="raise_panel_line_table" width="100%" border="0">
                  <TBODY>
                   <TR>
                     <TD class="normal_cell_td">                   
                       <div style="width: 926; height: 24">
                        <table class="list_table" border="1" width="936">
                           <tbody>
                            <tr>
                              <td class="list_header_td" width="39">
                                          <p align="center">NO</p>
                                        </td>
                              <td class="list_header_td" width="881">
                                          <p align="left">判断题</td>
                            </tr>
                           </tbody>
                         </table>
                       </div>
                        <DIV class="normal_scroll_div scrollbar_color_div" style="width: 922; height: 183">
                          <TABLE class="list_table" border="1" width="936">
                            <TBODY>
                             <logic:present name="Info">
                             <logic:iterate id="InfoName" name="Info" indexId="no">

                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%"><%=no.intValue()+1%></TD>
                               <TD class="list_readonly_cell_left_td" width="80%">
                                 <logic:equal name="no" value="0">
                                   第一道题内容                           
                                 </logic:equal>
                              <logic:equal name="no" value="1">
                                   第二道题内容                           
                                 </logic:equal>
                                 <logic:equal name="no" value="2">
                                   第三道题内容                           
                                 </logic:equal>
                                 <logic:equal name="no" value="3">
                                   第四道题内容                           
                                 </logic:equal>
                                
                              
                                <bean:write name="InfoName" property="booleanTest_context"/></TD>
                                </tr>
                                </logic:iterate>
                                </logic:present>
                              
                           </TBODY>
                         </TABLE>
                       </DIV>
                     </TD>
                   </TR>
                 </TBODY>
               </TABLE>
             </TD>
            </tr>
            <tr>
                     <TD class="normal_cell_td">                   
                       <div style="width: 926; height: 24">
                        <table class="list_table" border="1" width="936">
                           <tbody>
                            <tr>
                              <td class="list_header_td" width="39">
                                          <p align="center">NO</p>
                                        </td>
                              <td class="list_header_td" width="881">
                                          <p align="left">简答题</td>
                            </tr>
                           </tbody>
                         </table>
                       </div>
                        <DIV class="normal_scroll_div scrollbar_color_div" style="width: 922; height: 183">
                          <TABLE class="list_table" border="1" width="936">
                            <TBODY>
                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">1</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第一道题内容</TD>
                                </tr>
                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">2</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第二道题内容</TD>
                                </tr>
                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">3</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第三道题内容</TD>
                                </tr>
                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">4</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第四道题内容</TD>
                                </tr>
                             <TR class="list_odd_line">
                              <TD class="list_header_td"  rowspan="1"   width=" 5%">5</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第五道题内容</TD>
                             </TR>
                            <TR class="list_even_line">
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">6</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第六道题内容</TD>
                             </TR>
                             <TR class="list_odd_line">
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">7</TD>
                               <TD class="list_readonly_cell_left_td" width="97%">第七道题内容</TD>
                             </TR> 
                             <TR class="list_even_line">
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">8</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第八道题内容</TD>
                             </TR>
                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">9</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第九道题内容</TD>
                                </tr>
                                <tr>
                               <TD class="list_header_td"  rowspan="1"   width=" 5%">10</TD>
                               <TD class="list_readonly_cell_left_td" width="80%">第十道题内容</TD>
                                </tr>
                           </TBODY>
                         </TABLE>
                       </DIV>
                     </TD>
            </tr>
            <tr>
              <td width="100%"></td>
            </tr>
            <tr>
              <td width="100%"></td>
            </tr>
          </table>
        </div>
      </TD>
    </TR>
  </TBODY>
</TABLE>
</CENTER> --%>
</html:form>
</body>

</html:html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值