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

    <!-- #include file="page_sub_header.html.asp" -->             
<!-- #include file="page_album_menu.html.asp" -->
<!-- ##### 主栏目开始 ##### --->

<%Call ActionView(CONST_ACTION_FUNC)%>
<script language="Javascript">
//搜索表单校验
function verify(theform)
{
	<%=TAG_strVerifyCode%>

	return true;
}
</script>
<tr width="100%">
	<td align="center" >
	<br>
	<table border="0" cellpadding="3" cellspacing="1" align="center" width="80%" class="form_table" >
	<tbody>
	<form action="../album/album_paste_save.asp" method="post" id="vbform" name="vbform" onsubmit="return verify(this);">
		<tr  class="nav_title_tr">
			<td  class="nav_title_td" colspan="2" align="left">
			<div class="mainNav">粘贴网络相片</div></td>
		</tr>
		<tr class="form_tr" >
			<td class="form_td_left" width="30%" valign="top">相片类型:</td>
			<td class="form_td_right" valign="top">所支持上传的相片类型为<%=TAG_strFileType%>格式</td>
		</tr>
		<tr class="form_tr" >
			<td class="form_td_left" valign="top">相片大小:</td>
			<td class="form_td_right" valign="top">所上传相片大小不能超过<%=TAG_intFileSize%>K</td>
		</tr>
		<tr class="form_tr" >
			<td class="form_td_left" valign="top">相片标题:</td>
			<td class="form_td_right" valign="top">
		<input type="text" maxlength="20" size="30" name="iptPicTitle"  /><span class="asterisk">*</span></td>
		</tr>
		<tr class="form_tr" >
			<td class="form_td_left" valign="top">相片类型:</td>
			<td class="form_td_right" valign="top">
				<select  name="selPicType"  >
				<option value='个人风采'  >个人风采</option>
				<option value='校友时光'  >校友时光</option>
				<option value='校园追忆'  >校园追忆</option>
				<option value='同城岁月'  >同城岁月</option>
				</select><span class="asterisk">*</span></td>
		</tr>
		<tr class="form_tr" >
			<td class="form_td_left" valign="top">相片文件地址:</td>
			<td class="form_td_right" valign="top">
				<input type='text' maxlength=255 size=38 name="iptPicUrl"  value='http://'><span class="asterisk">*</span></td>
		</tr>
		<tr class="form_tr" >
			<td class="form_td_left" valign="top">注意事项:</td>
			<td class="form_td_right" valign="top">请填入正确完整的相片网络地址(如http://www.xx.com/test.gif)</td>
		</tr>
		<tr class="form_tr" >
			<td class="form_sub_td" colspan="2" >
				<input class="submit" type="submit" name="subFormUpPhoto"  value="提 交">&nbsp; 
				<input  class="reset" type="reset" name="rstFormUpPhoto"  value="重 来">&nbsp;</td>
		</tr>
	</form>
	</tbody>
	</table>
	</td>
</tr>
</table>
<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->