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

📄 detile.jsp.svn-base

📁 使用hibernate struts2实现简历的建立浏览修改删除
💻 SVN-BASE
字号:
<%@ page language="java" contentType="text/html; charset=utf-8"    pageEncoding="utf-8"%> <%@taglib prefix="s" uri="/struts-tags"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><meta name="Author" content="JM (www.iseeyou-designs.com)" /><meta name="Robots" content="index,follow" /><meta name="Description"	content="CSS and XHTML Valid Template by I See You -Designs" /><meta name="Keywords"	content="internet, online, webdesign, css, xhtml, html, php" /><link rel="stylesheet"	href="${pageContext.request.contextPath}/css/stylesheet.css"	type="text/css" /><title>详细信息</title></head><body><div id="border">	<div id="container">		<div id="content">			<div id="header">				<h1>Detile Information</h1>				<a href="show.action">列表</a>					<a href="resume.action">继续添加</a>					<a href="gotoupdate.action?id=${resume.id}">修改</a>					<a href="#" onclick="javascript:history.back();">返回</a>			</div>			<div id="introduction">				<p>				   <h3>照片</h3>				    <img src="Picture?id=${resume.id}"></img>				</p>			</div>			<h2><span>详细信息</span></h2>			<p>				姓名: ${ resume.name}			</p>			<p>				电话: ${resume.phone }			</p>			<p>				邮箱: ${resume.email }			</p>			<p>				工资: ${resume.wage }			</p>			<p>					主页: <a href="${resume.url }">${resume.url }</a>			</p>				</div>		<div id="footer">					</div>	</div></div></body></html>

⌨️ 快捷键说明

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