?? cskind.jsp
字號:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ page contentType="text/html;charset=GBK" %><%@ include file="/manage_it/fuction/include.jsp"%>
<html>
<head>
<meta name = "Generator" content = "Easy Struts Xslt generator for Eclipse (http://easystruts.sf.net).">
<title>Struts Form for paradateForm</title>
<link href="../../../style/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" cellpadding="10" cellspacing="1" align="center" bordercolor="#D1D1D1" >
<tr><td bgcolor="#808080"><font size="2" color="#FFFFFF">客戶類型參數</font></td></tr>
<tr>
<td class="grayD">
<html:form action="/addcsLevel">
類型代碼:<html:text property="paraCode" size="5"/><html:errors property="paraCode"/></br>
類型名稱:<html:text property="paraValue" size="15"/><html:errors property="paraValue"/></br>
備 注:<html:text property="paraValue1" size="60"/><html:errors property="paraValue1"/></br>
<td>
</tr>
<tr>
<td class="grayD" align=center>
<input type="submit" name="Submit" value="確定入庫">
</html:form>
</td>
</tr>
</table>
<body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -