www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_c/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 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="500" 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="500" 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="500" 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="提交" />
&nbsp;&nbsp;&nbsp;
<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>&nbsp;</td>
		  </tr>
		  <tr valign="top" >
			<td colspan="2" align="center" >&nbsp;</td>
		  </tr>
		</tbody>
	  </table></td>
  </tr>
</table>
<!-- ##### 主栏目结束 ##### -->
<!-- #include file="page_sub_footer.html.asp" -->