⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 signup.tpl

📁 太烦了
💻 TPL
📖 第 1 页 / 共 3 页
字号:
													<select class="select" style="width: 175px" name="txtlookstateprovince"onchange="javascript: this.form.chgcntry.value='1'; cascadeStateL(this.value,this.form.txtlookfrom.value,'txtlookcounty');" >
													{html_options options=$lang.lookstates selected=$smarty.session.lookstateprovince}
													</select>
												{else}
													<input name="txtlookstateprovince" value="{$smarty.session.lookstateprovince}" size="30" maxlength="200" />
												{/if}
													</td>
												</tr>
												{if $config.accept_lookcounty == 'Y' or $config.accept_lookcounty == '1'}
												<tr>
													<td width="33%">{lang mkey='manage_counties'}:
													</td>
													<td  width="67%" id="txtlookcounty">
												{ if $lang.lookcounties|@count > 0}
													<select class="select" style="width: 175px" name="txtlookcounty" onchange="javascript: this.form.chgcntry.value='1'; this.form.submit();" >
													{html_options options=$lang.lookcounties selected=$smarty.session.lookcounty}
													</select>
												{ else }
													<input name="txtlookcounty" type="text" size="30" maxlength="100" value="{$smarty.session.lookcounty}" />
												{ /if}
													</td>
												</tr>
												{/if}
												{if $config.accept_lookcity == '1' or $config.accept_lookcity == 'Y'}
												<tr>
													<td  width="33%">
														{lang mkey='signup_city'}
													</td>
													<td  width="67%" id="txtlookcity">
												{ if $lang.lookcities|@count > 0}
													<select class="select" style="width: 175px" name="txtlookcity" onchange="javascript: this.form.chgcntry.value='1'; this.form.submit();" >
													{html_options options=$lang.lookcities selected=$smarty.session.lookcity}
													</select>
												{ else }
													<input name="txtlookcity" type="text" size="30" maxlength="100" value="{$smarty.session.lookcity}" />
												{ /if}
													</td>
												</tr>
												{/if}
												{if $config.accept_lookzipcode == '1' or $config.accept_lookzipcode == 'Y'}
												<tr>
													<td  width="33%">
														{lang mkey='signup_zip'}
													</td>
													<td  width="67%" id="txtlookzip">
												{ if $lang.lookzipcodes|@count > 0}
													<select class="select" style="width: 175px" name="txtlookzip">
													{html_options options=$lang.lookzipcodes selected=$smarty.session.lookzip}
													</select>
												{ else }
													<input name="txtlookzip" type="text" size="15" maxlength="100" value="{$smarty.session.lookzip}" />
												{ /if}
													</td>
												</tr>
											</table>
											<div id="zipsavailable">
												{ if $zipsavailable > 0 }
												<table border=0 cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}"  width="100%">
												<tr >
													<td width="33%">
														{lang mkey='search_within'}:
													</td>
													<td width="67%" valign="top">
													<table width="100%" cellpadding=0 border=0 cellspacing=0><tr>
													<td valign="middle" width="15">
													<input name="lookradius" value="{$smarty.session.lookradius}" type=text size="5" maxlength="10" />
													</td>
													<td valign="middle" width="7">
													<input type=radio name="radiustype" value="miles" {if $smarty.session.radiustype == 'miles'} checked{/if} />
													</td>
													<td width="15" valign="middle">
													{lang mkey='miles'}
													</td>
													<td width="7" valign="middle"><input type=radio name="radiustype" value="kms" {if $smarty.session.radiustype == 'kms'} checked{/if} />
													</td>
													<td valign="middle" width="20">{lang mkey='kms'}</td>
													<td  valign="middle">&nbsp;{lang mkey='of_zip_code'}
													</td>
													</tr>
													</table>
													</td>
													</tr>
												</table>
												{ /if }
											</div>
												{/if}
											<table border=0 cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" width="100%">
											{/if}
										{/if}
										{if $config.accept_allow_viewonline == 'Y' or $config.accept_allow_viewonline == '1' }
												<tr>
													<td width="33%">{lang mkey='signup_view_online'}
													{if $config.allow_viewonline_mandatory == 'Y' or $config.allow_viewonline_mandatory == '1'}
														<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
													{/if}
													</td>
													<td align="left"><input class="radio" type="radio" {if $config.default_allow_viewonline=='Y' or $config.default_allow_viewonline=='1'}checked{/if} value="1"  name="txtviewonline" />
													{lang mkey='yes'}&nbsp;
													<input class="radio" type="radio" value="0" {if $config.default_allow_viewonline=='N' or $config.default_allow_viewonline=='0'}checked{/if}
													name="txtviewonline" />
													{lang mkey='no'} </td>
												</tr>
										{/if}
											</table>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						{/if}
						{if $config.accept_about_me == '1' or $config.accept_about_me == 'Y' }
							<tr><td height="4"></td></tr>
							<tr>
								<td valign="top">
									<table border=0 cellspacing=2 cellpadding=0 width="100%">
										<tr>
											<td width="180" valign="top">
												<b>{lang mkey='about_me'}:</b>{if $config.about_me_mandatory == 'Y'}
												<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
												{/if}
												<br />{lang mkey='about_me_hlp'}
											</td>
											<td valign="top" >
												<textarea class="input" name="about_me" cols="45" rows="6">
												{$smarty.session.about_me|stripslashes}
												</textarea>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						{/if}
						{if $promocnt > 0}
{* PROMO CODE START *}
						<tr><td>
			    		<table width="100%" border="0" cellpadding="0" cellspacing="0" >
							<tr>
								<td class="module_detail_inside" width="100%">
									{assign var="page_hdr02_text" value="{lang mkey='Promotions'}"}
									{include file="page_hdr02.tpl"}
									<table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
										<tr>
											<td width="100%" >
											<table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" >
												<tr align="center">
													<td colspan="2" width="100%" ><b>{lang mkey='have_promo'}</b></td>
												</tr>
												<tr>
													<td  valign="middle" colspan="2">
														{lang mkey='enter_promo'}: &nbsp;
														<input name="promocode" type="text" size="10" maxlength="10" value="{$smarty.session.promocode}" />
													</td>
												</tr>
											</table>
											</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
						</td></tr>
{* PROMO CODE END *}
						{/if}
							<tr><td height="4"></td></tr>
							<tr>
								<td valign="top">
									<table border=0 cellspacing=0 cellpadding=0 width="100%">
										<tr>
											<td width="8" valign="middle">
												<input type=checkbox name=accept_tos value='1'/>
											</td>
											<td valign="middle">
												{lang mkey='accept_tos'}
											</td>
										</tr>
									</table>
								</td>
							</tr>
							<tr>
								<td valign="bottom" height="40">
									<table width="100%" cellspacing=0 cellpadding=0 border=0>
										<tr><td colspan=2 height="4"></td></tr>
										<tr>
											<td colspan="2"><br /><b>{lang mkey="security_code_txt"}</b><br /><br /></td>
										</tr>
										<tr>
											<td  nowrap>
							         			{lang mkey='enter_spamcode'}:&nbsp;
												<input type="text" name="spam_code" id="spam_code" value="" />
											</td>
											<td valign="middle" style="padding-left: 5px;">
												<img src="spam_image.php"  alt="Code" />
											</td>
										</tr>
									</table>
				         		</td>
				         	</tr>
				         </table>
				         <br />
						<center>
						{if $config.accept_allow_viewonline != '1' or $config.accept_allow_viewonline != 'Y'}
							<input type=hidden name="txtviewonline" value="{if $config.default_allow_viewonline=='Y' or $config.default_allow_viewonline=='1'}1{else}0{/if}" />
						{/if}
						<input type="submit" class="formbutton" value="{lang mkey='submit'}" />&nbsp;<input type="reset" class="formbutton" value="{lang mkey='reset'}" />
						</center>
					</td>
				</tr>
			</table>
    </form>
		</td>
	</tr>
</table>
<script type="text/javascript">
display_couple_details("{$smarty.session.gender}");
</script>
{/strip}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -