www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_a/page_admin_intro_form.html.asp

    <!-- #include file="page_admin_site_header.html.asp" -->             
<!-- 主板块开始 --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<script language="Javascript">
//表单校验
function verify(theform)
{
	<%=TAG_strVerifyCode%>
	return true;
}


</script>
<div id="main_menu">
	<table id="main_menu_title" width="100%" border="0" cellspacing="2" cellpadding="0">
		<tr>
			<td class="main_menu_img">
				<a><div id="menu_img_show" name="menu_img_show" class="img_show"><span class="alt">[ +/- img ]</span></div></a></td>
			<td class="main_menu_active" id="main_menu_buttom" name="main_menu_buttom">
				<a href="">编辑</a></td>
			<td class="main_menu_buttom" id="main_menu_buttom" name="main_menu_buttom"></td>
			<td>&nbsp;</td>
		</tr>
	</table>
</div>
<div id="main_content">
	<div id="main_content_title">
		<div class="note"><%=Request("title")%></div>
	</div>
	<form action="admin_intro_mdy_save.asp" method="post" id="vbform" name="vbform" onSubmit="return verify(this)">
	<input type="hidden" value="<%=Request("title")%>" name="title" />
	<input type="hidden" value="<%=Request("type")%>" name="type" />
	<div id="main_content_table">
		<table width="100%" border="0" cellspacing="4" cellpadding="0">
			<tr>
				<td colspan="2">
					<textarea name="txtContent" style="display:none;"><%=TAG_objDicUnit.Item("ABOUT_CONTENT")%></textarea>
					<iframe id="mEditor" src="../meditor/mEditor_1.html?lnk=txtContent&uploadpath=../upload/" width="700" height="400" frameborder="0" scrolling="no"></iframe>
					 <span class="asterisk">*</span>
				</td>
			</tr>
		</table>
	</div>
	<div id="main_content_action">
		<span>
		<input id="submit" name="submit" type="submit" value="提 交" /></span>
		<span>
		<input  name="reset" type="reset" value="重 来" /></span>
	</div>
	</form>
	<div id="main_content_foot">&nbsp;</div>
</div>

<!-- 主板块结束 -->   
<!-- #include file="page_admin_footer.html.asp" -->