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

📄 resume_display02.jsp

📁 这个是j2eejava web 编程精要十五讲的全部源码。对学习java web编程的人来说是很能得的资料
💻 JSP
📖 第 1 页 / 共 2 页
字号:

                <tr bgcolor=#f5f5f5>
                  <td align=right width="20%">毕业时间: </td>
                  <td width="30%">
				 <html:hidden  property="graduateDate" value='<%=info.getGraduateDate()%>'/>
                    <%=info.getGraduateDate()%>				
                     </td>
               
                  <td align=right bgcolor=#f5f5f5 width="20%">培养方式: </td>
                  <td width="30%" bgcolor=#f5f5f5>
				  <html:hidden  property="educationMode" value='<%=info.getEducationMode()%>'/>
				  <%=info.getEducationMode()%>
                      </td>
                </tr>

                <tr bgcolor=#ffffff>
                  <td align=right width="20%" >第一外语: </td>
                 
                  </td>
                  <td width="30%">
				  <html:hidden  property="firstLangName" value='<%=info.getFirstLangName()%>'/>
                    <%=info.getFirstLangName()%>
                     
                  </td>
                
                  <td align=right width="20%" >水平: </td>
                  <td width="30%" >
				  <html:hidden  property="firstLangLevel" value='<%=info.getFirstLangLevel()%>'/>
                    <%=info.getFirstLangLevel()%>
                  </td>
                </tr>
                <tr bgcolor=#f5f5f5>
                 
                  <td align=right width="20%">第二外语:
                  </td>
                  <td width="30%">
				  <html:hidden  property="secondLangName" value='<%=info.getSecondLangName()%>'/>
                    <%=info.getSecondLangName()%>
                      
                  </td>
               
                  <td align=right width="20%" bgcolor=#f5f5f5>水平: </td>
                  <td width="30%" bgcolor=#f5f5f5>
				  <html:hidden  property="secondLangLevel" value='<%=info.getSecondLangLevel()%>'/>
                    <%=info.getSecondLangLevel()%>
                  </td>
                </tr>
                <tr bgcolor=#ffffff>
                  <td align=right width="20%">计算机水平: </td>
                  <td width="80%" colspan=3>
				  <html:hidden  property="computerLevel" value='<%=info.getComputerLevel()%>'/>
                    <%=info.getComputerLevel()%>
                  </td>
                </tr>
                
              </table>
            </td>
          </tr>

        </table>
     

        <table cellSpacing=1 cellPadding=0 width="80%" border=0>
          <tr>         
            <td width="100%">
              <table cellSpacing=0 cellPadding=3 width="100%" border=0>
              <tr><td colspan=2 bgcolor=#668866 align="center"> <font size=4>工作经历</font></td></tr>
			 <% if(!info.getCompany1().equals(" ")&&!info.getCompany1().equals("")) { %>
                <tr bgcolor=#f5f5f5>
                  <td   
                        width="30%" align="center" ><%=info.getWorkTime11()%> ~ <%=info.getWorkTime12()%>
						 <html:hidden  property="workTime11" value='<%=info.getWorkTime11()%>'/>
						  <html:hidden  property="workTime12" value='<%=info.getWorkTime12()%>'/>
                  </td>
                  <td width="70%" >
				  <html:hidden  property="company1" value='<%=info.getCompany1()%>'/>
                    &nbsp;&nbsp;<%=info.getCompany1()%>
                     </td>
                </tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center">所属行业:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getIndustry1()%>
				  <html:hidden  property="industry1" value='<%=info.getIndustry1()%>'/>
				</td></tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center"><%=info.getDepartment1()%>
				  <html:hidden  property="department1" value='<%=info.getDepartment1()%>'/>
                  <html:hidden  property="position1" value='<%=info.getPosition1()%>'/>
				  </td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getPosition1()%>
				 
				  </td>
				</tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center">工作业绩: </td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getFruit1()%>
				 <html:hidden  property="fruit1" value='<%=info.getFruit1()%>'/></td>
				</tr>
               <% } %>
				
			 <% if(!info.getCompany2().equals(" ")&&!info.getCompany2().equals("")) { %>
                <tr bgcolor=#ffffff>
                  <td   bgcolor=#ffffff
                        width="30%" align="center"><%=info.getWorkTime21()%> ~ <%=info.getWorkTime22()%>
				  <html:hidden  property="workTime21" value='<%=info.getWorkTime21()%>'/>
						  <html:hidden  property="workTime22" value='<%=info.getWorkTime22()%>'/>
                  </td>
                  <td width="70%" >
				  <html:hidden  property="company2" value='<%=info.getCompany2()%>'/>
                    &nbsp;&nbsp;<%=info.getCompany2()%>
                     </td>
                </tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">所属行业:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getIndustry2()%>
				 <html:hidden  property="industry2" value='<%=info.getIndustry2()%>'/></td>
				</tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center"><%=info.getDepartment2()%>
				  <html:hidden  property="department2" value='<%=info.getDepartment2()%>'/>
                  <html:hidden  property="position2" value='<%=info.getPosition2()%>'/></td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getPosition2()%></td>
				</tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">工作业绩: </td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getFruit2()%>
				 <html:hidden  property="fruit1" value='<%=info.getFruit2()%>'/></td></td>
				</tr>
               <% } %>
				
               <% if(!info.getCompany3().equals(" ")&&!info.getCompany3().equals("")) { %>
                <tr bgcolor=#f5f5f5>
                  <td  
                        width="30%" align="center" ><%=info.getWorkTime31()%> ~ <%=info.getWorkTime32()%>
				    <html:hidden  property="workTime31" value='<%=info.getWorkTime31()%>'/>
						  <html:hidden  property="workTime32" value='<%=info.getWorkTime32()%>'/>
                  </td>
                  <td width="70%" >
				  <html:hidden  property="company3" value='<%=info.getCompany3()%>'/>
                    &nbsp;&nbsp;<%=info.getCompany3()%>
                     </td>
                </tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center">所属行业:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getIndustry3()%>
				   <html:hidden  property="industry3" value='<%=info.getIndustry3()%>'/></td>
				</tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center"><%=info.getDepartment3()%>
				    <html:hidden  property="department3" value='<%=info.getDepartment3()%>'/>
                  <html:hidden  property="position3" value='<%=info.getPosition3()%>'/></td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getPosition3()%></td>
				</tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center">工作业绩: </td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getFruit3()%>
				   <html:hidden  property="fruit1" value='<%=info.getFruit1()%>'/></td></td>
				</tr>
               <% } %>
				
			 <% if(!info.getCompany4().equals(" ")&&!info.getCompany4().equals("")) { %>
                <tr bgcolor=#ffffff>
                  <td   bgcolor=#ffffff
                        width="30%" align="center" ><%=info.getWorkTime41()%> ~ <%=info.getWorkTime42()%>
				  <html:hidden  property="workTime41" value='<%=info.getWorkTime41()%>'/>
						  <html:hidden  property="workTime42" value='<%=info.getWorkTime42()%>'/>
                  </td>
                  <td width="70%" >
				  <html:hidden  property="company4" value='<%=info.getCompany4()%>'/>
                    &nbsp;&nbsp;<%=info.getCompany4()%>
                     </td>
                </tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">所属行业:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getIndustry4()%>
				 <html:hidden  property="industry4" value='<%=info.getIndustry4()%>'/></td>
				</tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center"><%=info.getDepartment4()%>
				  <html:hidden  property="department4" value='<%=info.getDepartment4()%>'/>
                  <html:hidden  property="position4" value='<%=info.getPosition4()%>'/></td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getPosition4()%></td>
				</tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">工作业绩: </td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getFruit4()%>
				 <html:hidden  property="fruit1" value='<%=info.getFruit1()%>'/></td></td>
				</tr>
               <% } %>

              </table>
            </td>
          </tr>

        </table>
      
    <table cellSpacing=1 cellPadding=0 width="80%" border=0>
          <tr>         
            <td width="100%">
              <table cellSpacing=0 cellPadding=3 width="100%" border=0>
              <tr><td colspan=2 bgcolor=#668866 align="center"> <font size=4>所受教育与培训</font></td></tr>
			 <% if(!info.getSchool1().equals(" ")&&!info.getSchool1().equals("")) { %>
                <tr bgcolor=#ffffff>
                  <td   bgcolor=#ffffff
                        width="30%" align="center" ><%=info.getStudyTime11()%> ~ <%=info.getStudyTime12()%>
						<html:hidden  property="studyTime11" value='<%=info.getStudyTime11()%>'/>
						<html:hidden  property="studyTime12" value='<%=info.getStudyTime12()%>'/>
                  </td>
                  <td width="70%" >
				  <html:hidden  property="school1" value='<%=info.getSchool1()%>'/>
                    &nbsp;&nbsp;<%=info.getSchool1()%>
                     </td>
                </tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">专业/培训内容:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getMajor1()%>
				 <html:hidden  property="major1" value='<%=info.getMajor1()%>'/>
				 </td>
				</tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">所获学历/证书</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getDegree1()%>
				 <html:hidden  property="degree1" value='<%=info.getDegree1()%>'/>
				 </td>
				</tr>
				
               <% } %>
				
			
			   <% if(!info.getSchool2().equals(" ")&&!info.getSchool2().equals("")) { %>
                <tr bgcolor=#f5f5f5>
                  <td   
                        width="30%" align="center" ><%=info.getStudyTime21()%> ~ <%=info.getStudyTime22()%>
				   <html:hidden  property="studyTime21" value='<%=info.getStudyTime21()%>'/>
						<html:hidden  property="studyTime22" value='<%=info.getStudyTime22()%>'/>
                  </td>
                  <td width="70%" >
				  <html:hidden  property="school2" value='<%=info.getSchool2()%>'/>
                    &nbsp;&nbsp;<%=info.getSchool2()%>
                     </td>
                </tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center">专业/培训内容:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getMajor2()%>
				    <html:hidden  property="major2" value='<%=info.getMajor2()%>'/></td>
				</tr>
				<tr bgcolor=#f5f5f5>
                 <td width="30%" align="center">所获学历/证书</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getDegree2()%>
				   <html:hidden  property="degree2" value='<%=info.getDegree2()%>'/></td>
				</tr>
				
               <% } %>
              
				<% if(!info.getSchool3().equals(" ")&&!info.getSchool3().equals("")) { %>
                <tr bgcolor=#ffffff>
                  <td   bgcolor=#ffffff
                        width="30%" align="center" ><%=info.getStudyTime31()%> ~ <%=info.getStudyTime32()%>
					<html:hidden  property="studyTime31" value='<%=info.getStudyTime31()%>'/>
						<html:hidden  property="studyTime32" value='<%=info.getStudyTime32()%>'/>
                  </td>
                  <td width="70%" >
				  <html:hidden  property="school3" value='<%=info.getSchool3()%>'/>
                    &nbsp;&nbsp;<%=info.getSchool3()%>
                     </td>
                </tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">专业/培训内容:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getMajor3()%>
					 <html:hidden  property="major3" value='<%=info.getMajor3()%>'/></td>
				</tr>
				<tr bgcolor=#ffffff>
                 <td width="30%" align="center">所获学历/证书:</td>
				 <td width="70%">&nbsp;&nbsp;&nbsp;<%=info.getDegree3()%>
					<html:hidden  property="degree3" value='<%=info.getDegree3()%>'/></td>
				</tr>
				
               <% } %>

			 

              </table>
            </td>
          </tr>

        </table>
  

  
        <table cellSpacing=1 cellPadding=0 width="80%" border=0>

          <tr>
            
            <td width="100%">
              <table cellSpacing=0 cellPadding=3 width="100%" border=0>

                
                <tr>
					<td  align="center" bgcolor=#ffffff
                        width="30%"> 职业技能与特长:

                  </td>
                  <td width="70%" bgcolor=#ffffff >
				  <html:hidden  property="skill" value='<%=info.getSkill()%>'/>
                    <%=info.getSkill()%>

                    </td>
					</tr>
                <tr bgcolor=#f5f5f5>
					<td  align="center"
                        width="30%"> 自&nbsp;&nbsp;我&nbsp;&nbsp;评&nbsp;&nbsp;价:

                  </td>
                  <td width="70%" >
				  <html:hidden  property="selfEval" value='<%=info.getSelfEval()%>'/>
                    <%=info.getSelfEval()%>

                    </td>

                </tr>

              </table>
            </td>
          </tr>

        </table>
      
  
  <table cellSpacing=0 cellPadding=0 width="80%" align=center border=0>

    <tr>
     
    </tr>
    <tr>

    </tr>
    <tr bgcolor=#ffffff>
      <td height=43 align=center>
	 
	  
       
          <html:button  property="print" value="打印"onclick="window.print()"/>&nbsp;
        <html:button  property="cancel" value="关闭"onclick="window.close()"/>
		 
      </td>

    </tr>

  </table>
</html:form>
</body>
</html:html>


</TD></TR></TBODY></TABLE><!-- #BeginLibraryItem "/Library/zhu_copyright.lbi" -->                

<TABLE cellSpacing=0 cellPadding=0 width=767 background=foton.files/d_1_bj.gif 
border=0>
  <TBODY>
  <TR>
    <TD width=124><IMG height=19 src="../../images/d_1.gif" width=124></TD>
    <TD width=643><FONT color=#cccccc>北汽福田汽车股份有限公司 版权所有 &copy;                                                                                                                                
  2004</FONT></TD></TR></TBODY></TABLE><!-- #EndLibraryItem -->
</body>
</html>

⌨️ 快捷键说明

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