📄 appdetails.jsp
字号:
<%@ page language="java" import="java.util.*,com.xxfb.hibernate.po.Userapp" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" media="screen" href="css/style.css" type="text/css" />
<!--[if lt IE 6]>
<link rel="stylesheet" media="screen" href="css/ie5.css" />
<![endif]-->
<title>Deine Seite</title>
<style type="text/css">
<!--
.STYLE2 {font-size: 12px; }
.STYLE3 {font-size: 10px}
.STYLE5 {color: #FF9900}
.STYLE6 {font-size: 16px}
-->
</style>
</head>
<body>
<div id="content">
<div class="contentc"><p class="STYLE6">
<%
Userapp userapp = (Userapp) request.getAttribute("userapp");
%>
<TABLE border="1">
<tr>
<td>申请人的用户名:<%=userapp.getAppname()%></td>
</tr>
<tr>
<td>申请原因:</td>
</tr>
<TR>
<TD><textarea name="appreason" rows="5" cols="50" readonly="true"><%=userapp.getAppuserreason()%></textarea></TD>
</TR>
<TR>
<TD>
<FORM action="appAgree.do">
<INPUT type="hidden" name="appid" value="<%=userapp.getAppid() %>">
<INPUT type="hidden" name="userid" value="<%=userapp.getUserid() %>">
<textarea name="appreason" rows="5" cols="50">请填入您的意见</textarea>
<INPUT type="submit" value="同意">
</FORM>
<FORM action="appDisagree.do">
<INPUT type="hidden" name="appid" value="<%=userapp.getAppid() %>">
<INPUT type="hidden" name="userid" value="<%=userapp.getUserid() %>">
<textarea name="appreason" rows="5" cols="50">请填入您的意见</textarea>
<INPUT type="submit" value="拒绝">
</FORM>
</TD>
</TR>
</TABLE>
</div>
<div class="contentbox logos">
<h2><span class="STYLE3">大众汽车 造车为人</span></a>
<img src="images/h_logos.jpg" alt="Bild: Logos" title="" /> </h2>
<p class="STYLE2"><a href="index.html">了解更多大众汽车尖端科技成果。</a> </p>
</div>
<div class="contentbox webdesign">
<h2>奥运盛会 大众炫彩
<img src="images/h_webdesign.jpg" alt="Bild: Webdesign" title="" /></h2>
<p class="STYLE2"><a href="index.html">大众汽车品牌暨大众进口汽车在广州举办了一场别开生面的“奥运盛绘、大众炫彩。大众汽车奥运艺术车展”。</a></span></p>
</div>
<div class="contentbox prindesign">
<h2>新年新喜,贺卡送福
<img src="images/h_printdesign.jpg" alt="Bild: Printdesign" title="" /></h2>
<p class="STYLE2"><a href="index.html">借音符传递对朋友的祝福,快来制作你的新年电子贺卡吧</a>! </p>
</div>
</div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -