📄 checkup.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ 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"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<link href="${pageContext.request.contextPath}/image/main.css" rel="stylesheet" type="text/css">
<title>添加潜在客户</title>
<script language="javascript" src="${pageContext.request.contextPath}/image/CheckGroupForm.js">
</script>
<script language="javascript">
</script>
<style type="text/css">
<!--
.STYLE2 {
font-size: 16px;
color: #0000FF;
}
-->
</style>
</head>
<body>
<html:form action="/latencyGroup?task=changetoLatency" styleId="form1">
<html:hidden property="nid" ></html:hidden>
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#D71920">
<tr>
<td height="115" align="center" valign="middle"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10" colspan="3"> </td>
</tr>
<tr>
<td width="4%"> </td>
<td width="92%"><table width="100%" height="267" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="19%" height="28">集团名称:</td>
<td colspan="3">
<html:text property="companyname" readonly="true"></html:text> </td>
</tr>
<tr>
<td height="27">集团级别:</td>
<td height="27" colspan="3">
<html:text property="companylevel" readonly="true"></html:text> </td>
</tr>
<tr>
<td height="30">行业类别:</td>
<td height="30" colspan="3">
<html:text property="callingtype" readonly="true"></html:text> </td>
</tr>
<tr>
<td height="30">企业地址:</td>
<td height="30" colspan="3">
<html:text property="address" readonly="true"></html:text> </td>
</tr>
<tr>
<td height="30">上月收入:</td>
<td width="33%" height="30">
<html:text property="ultimoearning" readonly="true"></html:text> </td>
</tr>
<tr>
<td width="19%" height="30">上月用户数:</td>
<td width="33%">
<html:text property="ultimouser" readonly="true"></html:text> </td>
</tr>
<tr>
<td height="30" align="left">企业法人:</td>
<td height="30" colspan="3" align="left">
<html:text property="deputy" readonly="true"></html:text> </td>
</tr>
<tr>
<td height="30" colspan="4" align="center">
<input type="submit" name="Submit" value="审核" >
<input type="button" name="Submit2" value="返回" onClick="history.back();"></td>
</tr>
</table>
</td>
<td width="4%"> </td>
</tr>
<tr>
<td height="10" colspan="3"> </td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -