📄 c1030.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gbk" import="java.util.*"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<Script Language="JavaScript">
</Script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>E-mail</title>
<link href="/css/base.css" rel="stylesheet" type="text/css">
</head>
<body>
<form action="" name="test">
<table width="80%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td><span class="font_title">发送E-mail</span></td>
</tr>
</table>
<table width="70%" height="20" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#7AA1E6">
<tr align="center" bordercolor="1" bgcolor="#FFFFFF">
<td width="10%">
<div align="right">发送地址:
</div></td>
<td width="55%">
<div align="left">
<input name="address_text" type="text" size="50" class="input-text">
</div></td>
</tr>
<tr align="center" bordercolor="1" bgcolor="#FFFFFF">
<td width="10%">
<div align="right">主题:
</div></td>
<td colspan="2" width="60%">
<div align="left">
<input name="title_text" type="text" size="50" class="input-text">
</div></td>
</tr>
<tr align="left" bordercolor="1" bgcolor="#FFFFFF">
<td colspan="3" width="100">
<textarea name="context_textarea" cols="50" rows="10"></textarea>
</td>
</tr>
<tr align="center" bordercolor="1" bgcolor="#FFFFFF">
<td colspan="5">
<input name="send_button" type="button" value="发送" onClick="sub()" class="inputstyle2">
<input name="back_button" type="button" value="返回" onClick="back()" class="inputstyle2">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -