📄 a01.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>详细信息</title>
<link href="/css/base.css" rel="stylesheet" type="text/css">
</head>
<body><br>
<div align="center">
<html:form action="/U05A01">
<table width="80%" border="0">
<tr>
<td><div align="left"><span class="font_title">详细信息</span></div></td>
</tr>
</table>
<table width="80%" align="center" cellpadding="1" cellspacing="1" bgcolor="#7AA1E6">
<tr>
<td height="20" bgcolor="#FFFFFF"><div align="center">详细信息</div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
日志类型:<bean:write name="view" property="TBlogtype.TTitle"/>
</td>
</tr>
<tr>
<td height="20" bgcolor="#FFFFFF"><div align="left">
日志主题:
<bean:write name="view" property="tbTitle"/>
</div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">日志内容:
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<bean:write name="view" property="tbCon"/>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="right"> <div align="center">
<input type="submit" name="Submit" value="修改" class="inputstyle2" onClick="modify()">
<html:button onclick="window.location.href='javascript:history.back();'" styleClass="inputstyle2" property="3">
返回
</html:button>
</div></div></td>
</tr>
</table>
</html:form>
<p> </p>
<p> </p>
</div>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -