📄 savetem.jsp
字号:
<%@ page pageEncoding="GB2312"%>
<%@ page contentType="text/html" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<fmt:requestEncoding value="gb2312" />
<%out.clear();%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>保存模版</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="500" border="0" cellpadding="5" cellspacing="0" class="p4">
<FORM ACTION="vsavetem.jsp" METHOD="post">
<tr>
<td height="33" align="center" background="images/mysite_r2_c2.jpg"><label><B class="bs">保存样式模版</B></label></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF">模版名称:
<label>
<input name="templatename" type="text" id="templatename" value="${templatename}" size="25">
<span class="red">* ${templatenameMsg}</span></label></td>
</tr>
<tr>
<td height="22" bgcolor="#FFFFFF">最好是以图片上打的字来作为模版名,有利于其它用户的查找<br>
<span class="red">如果已经保存过,请不要重复保存!</span></td>
</tr>
<tr>
<td height="30" align="center" bgcolor="#FFFFFF"><label>
<input name="imgurl" id="imgurl" value="${imgurl}" type=hidden>
<input name="newpics" id="imgurl" value="${newpics}" type=hidden>
<input name="isb" id="isb" value="${isb}" type=hidden>
<input name="isx" id="isx" value="${isx}" type=hidden>
<input name="jc" id="jc" value="${jc}" type=hidden>
<input name="fontSize" id="fontSize" value="${fontSize}" type=hidden>
<input name="fonts" id="fonts" value="${fonts}" type=hidden>
<input name="d_bgcolor" id="d_bgcolor" value="${d_bgcolor}" type=hidden>
<input name="xz" id="xz" value="${xz}" type=hidden>
<input name="yz" id="yz" value="${yz}" type=hidden>
<input name="shadow" id="shadow" value="${shadow}" type=hidden>
<input name="d_shadow" id="d_shadow" value="${d_shadow}" type=hidden>
<input name="engrave" id="engrave" value="${engrave}" type=hidden>
<input name="d_engrave" id="d_engrave" value="${d_engrave}" type=hidden>
<input name="outline" id="outline" value="${outline}" type=hidden>
<input name="d_outline" id="d_outline" value="${d_outline}" type=hidden>
<input name="effects" id="effects" value="${effects}" type=hidden>
<input name="d_3dEffects" id="d_3dEffects" value="${d_3dEffects}" type=hidden>
<input name="d_3dEffects2" id="d_3dEffects2" value="${d_3dEffects2}" type=hidden>
<input type="submit" name="button2" id="button2" value=" 保存 ">
</label></td>
</tr>
</FORM>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -