📄 details.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
<html:base />
<title>details.jsp</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link rel="stylesheet" href="../css/admin.css" type="text/css"></link>
</head>
<body><br>
<html:form action="/doUser" method="post">
<table cellspacing="1" cellpadding="0" border="0" width="500px" class="table" align="center" style="background-color:lightblue">
<tr><th>公司名称:<br></th>
<td><html:text property="userCompany.name" value="${sessionScope.UserCompanys.name}" readonly="true"/><br></td>
<th>所在地:<br></th><td><html:text property="userCompany.smallAddress" value="${sessionScope.UserCompanys.smallAddress}" readonly="true"/><br></td>
</tr>
<tr><th>地址:<br></th><td><html:text property="userCompany.CAddress" value="${sessionScope.UserCompanys.CAddress}" readonly="true"/><br></td>
<th>联系电话:<br></th><td><html:text property="userCompany.CTel" value="${sessionScope.UserCompanys.CTel}" readonly="true"/><br></td></tr>
<tr><th>联系人:<br></th><td><html:text property="userCompany.CLinkman" value="${sessionScope.UserCompanys.CLinkman}" readonly="true"/><br></td>
<th>联系人职位:<br></th><td><html:text property="userCompany.CLinkjob" value="${sessionScope.UserCompanys.CLinkjob}" readonly="true"/><br></td></tr>
<tr><th>电子邮箱:<br></th><td><html:text property="userCompany.CEmail" value="${sessionScope.UserCompanys.CEmail}" readonly="true"/><br></td>
<th>用户名:<br></th><td><html:text property="userCompany.CUserName" value="${sessionScope.UserCompanys.CUserName}" readonly="true"/><br></td></tr>
<tr><th>密码:<br></th><td><html:password property="userCompany.CUserPass" value="${sessionScope.UserCompanys.CUserPass}" readonly="true"/><br></td>
<th>公司简称:<br></th><td><html:text property="userCompany.CShName" value="${sessionScope.UserCompanys.CShName}" readonly="true"/><br></td></tr>
<tr><th>营业执照号:<br></th><td><html:text property="userCompany.CBussNum" value="${sessionScope.UserCompanys.CBussNum}" readonly="true"/><br></td>
<th>公司性质:<br></th><td><html:text property="userCompany.CComKind" value="${sessionScope.UserCompanys.CComKind}" readonly="true"/><br></td>
</tr>
<tr><th>公司规模:<br></th><td><html:text property="userCompany.CComScope" value="${sessionScope.UserCompanys.CComScope}" readonly="true"/><br></td>
<th>邮编:<br></th><td><html:text property="userCompany.CPostcode" value="${sessionScope.UserCompanys.CPostcode}" readonly="true"/><br></td>
</tr>
<tr><th>公司网址:<br></th><td><html:text property="userCompany.CNetSite" value="${sessionScope.UserCompanys.CNetSite}" readonly="true"/><br></td>
<th>传真:<br></th><td><html:text property="userCompany.CFax" value="${sessionScope.UserCompanys.CFax}" readonly="true"/><br></td>
</tr>
<tr><th>所属行业:<br></th><td><html:text property="userCompany.CTrade" value="${sessionScope.UserCompanys.CTrade}" readonly="true"/><br></td>
<th>公司简介:<br></th><td><html:text property="userCompany.CContent" value="${sessionScope.UserCompanys.CContent}" readonly="true"/><br></td>
</tr>
<tr><th>收E-mail格式:<br></th><td><html:text property="userCompany.CAcceptMail" value="${sessionScope.UserCompanys.CAcceptMail}" readonly="true"/><br></td>
<th>注册时间:<br></th>
<td> <html:text property="userCompany.CRegistertime" value="${sessionScope.UserCompanys.CRegistertime}" readonly="true"/><br></td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -