add_plane.asp
来自「网络办公系统源码」· ASP 代码 · 共 63 行
ASP
63 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../config.asp"-->
<!--#include file="../checklogin.asp"-->
<!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>
<link href="../img/css1.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#F2F2F2" class="tabel1">
<tr align="center">
<td height="25" colspan="2" bgcolor="#CC0000"><span class="style1">发布工作计划</span></td>
</tr>
<tr bgcolor="#F9F9F9">
<td width="13%" height="25" align="center">时 间</td>
<td width="87%" height="25" align="left"><input name="addtime" type="text" class="tabel1" id="addtime" value="<%=date()%>" readonly="true"></td>
</tr>
<tr bgcolor="#F9F9F9">
<td height="25" align="center"> 标 题</td>
<td height="25" align="left"><input name="oa_blogtitle" type="text" class="tabel1" id="oa_blogtitle" size="70">
*</td>
</tr>
<tr bgcolor="#F9F9F9">
<td height="25" align="center"> 内 容</td>
<td height="25" align="left"><textarea name="oa_blogcontent" cols="90" rows="20" class="tabel1" id="oa_blogcontent">免费版不支持此功能,请购买正式版。
网址:http://www.hokilly.com
演示:http://www.hokilly.com/demo/hokilly_oa90/
咨询QQ:15916190
电话:13915064582</textarea></td>
</tr>
<tr bgcolor="#F9F9F9">
<td height="25" colspan="2" align="center"><input name="Submit2" type="submit" class="bon" value="提交">
<input name="Submit3" type="reset" class="bon" value="重置">
<span class="style1"><font style="font-size:15px ">
<input name="Submit" type="button" class="bon" value="返回上页" onClick="window.history.go(-1)">
</font></span></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?