📄 deptinfo.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<html:html>
<head>
<title>${CompanyName }${ProjectName }</title>
<%@ include file="/commons/meta.jsp" %>
</head>
<body class="bodycolor" topmargin="5" onload="document.form1.PROVIDER_NAME.focus();">
<table class="title1">
<tr>
<td class="Big"><img src="${ctx }/images/notify_open.gif" align="absmiddle"><span class="big3"> 部门详情</span>
</td>
</tr>
</table>
<br>
<table class="tablestyle1">
<html:form action="dept.do" method="post">
<html:hidden property="p" value="save"/>
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
详细信息:
</td>
<tr>
<td nowrap class="TableData">部门名称: </td>
<td nowrap class="TableData">
<html:text property="deptName" value="${dept.deptName }" readonly="true" size="15" maxlength="100" />
</td>
<td nowrap class="TableData">部门编码: </td>
<td nowrap class="TableData">
<html:text property="deptId" value="${dept.deptId }" readonly="true" size="15" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">部门描述: </td>
<td nowrap class="TableData" colspan="3">
<html:textarea property="description" value="${dept.description }" readonly="true" cols="57" />
</td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="4" align="center">
<input type="button" value="返回" onClick="history.back(-1);" class="BigButton">
</td>
</tr>
</html:form>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -