?? page_admin_article_mdy_form.html.asp
字號:
<!-- #include file="page_admin_column_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_buttom" id="main_menu_buttom" name="main_menu_buttom">
<a href="admin_article_manage.asp?intSortId=<%=TAG_intSortId%>">查看</a></td>
<td class="main_menu_buttom" id="main_menu_buttom" name="main_menu_buttom"><a href="admin_article_add_form.asp?intSortId=<%=TAG_intSortId%>">創建</a></td>
<td class="main_menu_active" id="main_menu_buttom" name="main_menu_buttom">修改</td>
<td> </td>
</tr>
</table>
</div>
<div id="main_content">
<div id="main_content_title">
<div class="note">文章修改</div>
</div>
<%
If IsObject(TAG_objDicUnit) AND TAG_objDicUnit.Exists("Exist") Then
%>
<!--html_row DataRS=TAG_objDicUnit-->
<form action="admin_article_mdy_save.asp" method="post" id="vbform" name="vbform" onSubmit="return verify(this)">
<input type="hidden" value="<%=TAG_intSortId%>" name="intSortId" />
<input type="hidden" value="<%=TAG_objDicUnit.Item("ARTICLE_ID")%>" name="intArticleId" />
<div id="main_content_table">
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
<td class="label" width="25%" >文章標題:</td>
<td width="*">
<input class="text_long" size="50" name="iptTitle" maxlength="50" value="<%=TAG_objDicUnit.Item("ARTICLE_TITLE")%>" type="text" /><span class="asterisk">*</span></td>
</tr>
<tr>
<td class="label" width="25%" >搜索關鍵字:</td>
<td width="*">
<input class="text" size="50" name="iptKey" maxlength="20" value="<%=TAG_objDicUnit.Item("ARTICLE_KEY")%>" type="text" /><span class="asterisk">*</span>(多個關鍵字請用|分隔)</td>
</tr>
<tr>
<td class="label" width="25%" >文章排序號:</td>
<td width="*">
<input class="text" size="20" name="iptOrder" maxlength="5" value="<%=TAG_objDicUnit.Item("ARTICLE_ORDER")%>" type="text" /><span class="asterisk">*</span>(必須為數字,數字大的先顯示) </td>
</tr>
<tr>
<td class="label" width="25%" >信息分類:</td>
<td width="*">
<select class="commselect" name="selSortId">
<option value="<%=TAG_intSortId%>"><%=TAG_strSort%></option>
</select><span class="asterisk">*</span></td>
</tr>
<tr>
<td class="label">文章內容:</td>
<td ></td>
</tr>
<tr>
<td colspan="2">
<textarea name="txtContent" style="display:none;"><%=TAG_objDicUnit.Item("ARTICLE_CONTENT")%></textarea>
<iframe id="mEditor" src="../meditor/mEditor_1.asp?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" style="text-align:left">
<span>
<input id="submit" name="submit" type="submit" value="提 交" /></span>
<span>
<input name="reset" type="reset" value="重 來" /></span>
<span>
<input name="button" type="button" onclick="document.location.href='admin_article_detail.asp?intSortId=<%=TAG_intSortId%>&intArticleId=<%=TAG_objDicUnit.Item("ARTICLE_ID")%>'" value="查 看" /></span>
<%If Trim(Application(GBL_strCookieURL & "APP_strCCID")) <> "" Then
%> <span style="text-align:right">
溫馨提示:視頻上傳操作面板可能被文本編輯框遮擋底部部分,請拖動以獲得最佳位置</span>
<%End If%>
</div>
</form>
<!--/html_row-->
<%
If IsObject(TAG_objDicUnit) Then
Set TAG_objDicUnit = Nothing
End If
End If
%>
<div id="main_content_foot"> </div>
</div>
<!-- 主板塊結束 -->
<!-- #include file="page_admin_footer.html.asp" -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -