📄 admin_culturenewsadd.asp
字号:
<!--#include file="../inc/Conn.asp"-->
<!--#include file="admin.asp"-->
<%
title=Trim(Request("title"))
content=Request("content")
Language=Request("Language")
%>
<!-- #include file="Inc/Head.asp" -->
<table width="560" border="0" align="center" cellpadding="0" cellspacing="1" class="border">
<tr>
<td class="topbg" height="25"> <div align="center"><strong>添加公司文化文章
<br>
</strong></div></td>
</tr>
<tr>
<form method="post" action="Admin_CultureNewsAdd.asp?mark=ynkj">
<td><div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="1">
<tr bgcolor="#E7E7E7">
<td width="150" height="25" align="right" class=tdbgl><div align="center">标 题:</div></td>
<td width="613" class=tdbg><input type="text" name="title" class="inputtext" maxlength="60" size="45"></td>
</tr>
<tr bgcolor="#E7E7E7">
<td height="12" align="right" class=tdbgl><div align="center">语 言:</div></td>
<td class=tdbg><select name="Language" id="Language">
<option value="1">中文</option>
<option value="0">英文</option>
</select></td>
</tr>
<tr bgcolor="#E7E7E7">
<td height="12" align="right" class=tdbgl>内 容:</td>
<td height="12" class=tdbg><input type="hidden" name="content" value="">
<iframe id="eWebEditor1" src="Editor/ewebeditor.asp?id=content&style=orther" frameborder="0" scrolling="no" width="550" height="450"></iframe></td>
</tr>
<tr bgcolor="#E7E7E7"> </tr>
<tr class=tdbg>
<td height="25" class="tdbgl"></td>
<td height="25"><input name="submit" type="submit" value="确定">
<input name="reset" type="reset" value="取消"></td>
</tr>
</table>
</div></td>
</form>
</tr>
</table>
<!-- #include file="Inc/Foot.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -