📄 page_meet_mdy_form.html.asp
字号:
<!-- #include file="page_sub_header.html.asp" -->
<!-- #include file="page_meet_menu.html.asp" -->
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<script language="JavaScript" type="text/javascript">
//搜索表单校验
function verify(theform)
{
<%=TAG_strVerifyCode%>
return true;
}
</script>
<tr width="100%">
<td align="center" ><table cellspacing="0" cellpadding="0" width="99%" align="center" border="0">
<tbody>
<tr>
<td background="../images/album/line2.gif"><img height="2" src="../images/album/line2.gif" width="6" /></td>
</tr>
<tr>
<td height="10" align="left" valign="middle"></td>
</tr>
<tr>
<%
If IsObject(TAG_objDicUnit) AND TAG_objDicUnit.Exists("Exist") Then
%>
<!--html_row DataRS=TAG_objDicUnit-->
<td><form method="post" action="meet_mdy_save.asp" name="vbform" id="vbform" onSubmit="return verify(this)">
<input type="hidden" value="<%=TAG_objDicUnit.Item("MEET_ID")%>" name="intMeetId" />
<table width="98%" border="0" align="center" cellspacing="1" cellpadding="3" align="center" class="form_table" >
<tbody>
<tr valign="top" class="form_tr">
<td colspan="2" align="left" ><div id="meet_mdy_form"><span class="alt">[ meet_mdy_form ]</span></div></td>
</tr>
<tr valign="top" class="form_tr">
<td width="30%" class="form_td_left">活动主题:</td>
<td width="70%" class="form_td_right" align="left"><input name="iptTitle" type="text" id="iptTitle" size="46" maxlength="100" value="<%=TAG_objDicUnit.Item("MEET_TITLE")%>"/>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">活动状态:</td>
<td align="left" class="form_td_right"><select name="selStatus" id="selStatus">
<option value="<%=TAG_objDicUnit.Item("MEET_STATUS")%>"><%=TAG_objDicUnit.Item("MEET_STATUS_VIEW")%></option>
<option value="0">活动召集中</option>
<option value="1">活动结束</option>
</select>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">活动类型:</td>
<td align="left" class="form_td_right"><label>
<select name="selType" size="1" id="selType">
<option value="<%=TAG_objDicUnit.Item("MEET_TYPE")%>"><%=TAG_objDicUnit.Item("MEET_TYPE")%></option>
<option value="户外活动">户外活动</option>
<option value="室内活动">室内活动</option>
<option value="网站活动">网站活动</option>
<option value="闲聊小聚">闲聊小聚</option>
<option value="体育活动">体育活动</option>
<option value="公益活动">公益活动</option>
<option value="旅游度假">旅游度假</option>
<option value="其他活动">其他活动</option>
</select>
<span class="asterisk">*</span></label></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">活动时间:</td>
<td align="left" class="form_td_right"><input name="iptTime" type="text" id="iptTime" size="46" maxlength="255" value="<%=TAG_objDicUnit.Item("MEET_TIME")%>"/>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">所在地区:</td>
<td align="left" class="form_td_right"><input name="iptArea" type="text" id="iptArea" size="46" maxlength="255" value="<%=TAG_objDicUnit.Item("MEET_AREA")%>"/>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">活动地点:</td>
<td align="left" class="form_td_right"><input name="iptSpot" type="text" id="iptSpot" size="46" maxlength="255" value="<%=TAG_objDicUnit.Item("MEET_SPOT")%>"/>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">邀请人数:</td>
<td align="left" class="form_td_right"><input name="iptPeopleNum" type="text" id="iptPeopleNum" size="46" maxlength="100" value="<%=TAG_objDicUnit.Item("MEET_PEOPLE_NUM")%>"/>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">联系方式:</td>
<td align="left" class="form_td_right"><input name="iptContact" type="text" id="iptContact" size="46" maxlength="255" value="<%=TAG_objDicUnit.Item("MEET_CONTACT")%>"/>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td class="form_td_left">活动费用:</td>
<td align="left" class="form_td_right"><input name="iptSpend" type="text" id="iptSpend" size="46" maxlength="255" value="<%=TAG_objDicUnit.Item("MEET_SPEND")%>"/>
<span class="asterisk">*</span></td>
</tr>
<tr valign="top" class="form_tr">
<td colspan="2" align="left" class="form_td_right">活动内容:</td>
</tr>
<tr valign="top" class="form_tr">
<td colspan="2" align="center" class="form_td_left"><textarea name="txtContent" style="display:none;"><%=TAG_objDicUnit.Item("MEET_INTRO")%></textarea>
<iframe id="mEditor" src="../meditor/mEditor_1.html?lnk=txtContent&uploadpath=../upload/"" width="550" height="400" frameborder="0" scrolling="no"></iframe></td>
</tr>
<tr valign="top" class="form_tr">
<td colspan="2" align="left" class="form_td_right" >活动备注:</td>
</tr>
<tr valign="top" class="form_tr">
<td colspan="2" align="center" class="form_td_left"><textarea name="txtOther" style="display:none;"><%=TAG_objDicUnit.Item("MEET_OTHER")%></textarea>
<iframe id="mEditor" src="../meditor/mEditor_1.html?lnk=txtOther&uploadpath=../upload/"" width="550" height="400" frameborder="0" scrolling="no"></iframe>
</td>
</tr>
<tr valign="top" class="form_tr">
<td colspan="2" align="left" class="form_td_right">活动总结(活动结束后可见):</td>
</tr>
<tr valign="top" class="form_tr">
<td colspan="2" align="center" ><textarea name="txtSum" style="display:none;"><%=TAG_objDicUnit.Item("MEET_SUM")%></textarea>
<iframe id="mEditor" src="../meditor/mEditor_1.html?lnk=txtSum&uploadpath=../upload/"" width="550" height="400" frameborder="0" scrolling="no"></iframe></td>
</tr>
<tr valign="top" class="form_tr">
<td colspan="2" align="center" class="form_td"><br><input class="submit" type="submit" name="Submit" value="提交" />
<input class="reset" type="reset" name="Submit2" value="重置" /><br></td>
</tr>
</tbody>
</table>
</form></td>
<!--/html_row-->
<%
If IsObject(TAG_objDicUnit) Then
Set TAG_objDicUnit = Nothing
End If
End If
%>
</tr>
<tr>
<td background="../images/album/line2.gif"><img height="2" src="../images/album/line2.gif" width="6" /></td>
</tr>
<tr>
<td> </td>
</tr>
<tr valign="top" >
<td colspan="2" align="center" > </td>
</tr>
</tbody>
</table></td>
</tr>
</table>
<!-- ##### 主栏目结束 ##### -->
<!-- #include file="page_sub_footer.html.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -