📄 edituser.tpl
字号:
</tr>
{/if}
<tr>
<td>{lang mkey='signup_birthday'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font></td>
<td>
{html_select_date_translated prefix="txtbirth" start_year=$config.start_year end_year=$config.end_year month_value_format="%m" time=$user.birth_date}
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
{if $config.accept_lookage != 'Y' and $config.accept_lookage != '1'}
<input type=hidden name="txtlookagestart" value="{$user.lookagestart}" />
<input type=hidden name="txtlookageend" value="{$user.lookageend}" />
{/if}
{if $config.accept_country != '1' and $config.accept_country != 'Y'}
<input type="hidden" name="txttimezone" value="{$user.timezone}" />
<input type="hidden" name="txtfrom" value="{$user.country}" />
<input name="txtstateprovince" type="hidden" value="{$user.state_province|stripslashes}"/>
<input name="txtcounty" type="hidden" value="{$user.county|stripslashes}"/>
<input name="txtcity" type="hidden" value="{$user.city|stripslashes}"/>
<input name="txtzip" type="hidden" value="{$user.zip|stripslashes}"/>
<input name="txtaddress1" type="hidden" value="{$user.address_line1|stripslashes}"/>
<input type="hidden" name="txtaddress2" value="{$user.address_line2|stripslashes}"/>
{/if}
<br />
{if $config.accept_country == '1' or $config.accept_country == 'Y'}
{if $config.accept_timezone != '1' and $config.accept_timezone != 'Y'}
<input type="hidden" name="txttimezone" value="{$user.timezone}" />
{/if}
<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='signup_subtitle_address'}"}
{include file="page_hdr02.tpl"}
<table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
<tr>
<td width="100%">
<table id="tbl2" width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
{if $config.accept_timezone == '1' or $config.accept_timezone == 'Y'}
<tr>
<td width="33%">{lang mkey='timezone'}
{if $config.timezone_mandatory == 'Y' or $config.timezone_mandatory == '1'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}
{/if}
</font>
</td>
<td width="67%"> <select class="select" style="width: 315px" name="txttimezone" >
{html_options options=$lang.tz selected=$user.timezone}
</select>
</td>
</tr>
{/if}
{if $config.accept_country == '1' or $config.accept_country == 'Y'}
<tr>
<td width="33%">{lang mkey='signup_country'} {if $config.country_mandatory == 'Y'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
{/if}
</td>
<td width="67%"><select class="select" style="width: 175px;" name="txtfrom" id="txtfrom" onchange="javascript: cascadeCountry(this.value);" ><option value="">{lang mkey='select_country'}</option>
{html_options options=$lang.countries selected=$user.country}
</select>
<input type="hidden" name="chgcntry" id="chgcntry" value=""/>
{if $config.accept_state != '1' and $config.accept_state != 'Y'}
<input name="txtstateprovince" type="hidden" value="{$user.state_province|stripslashes}"/>
<input name="txtcounty" type="hidden" value="{$user.county|stripslashes}"/>
<input name="txtcity" type="hidden" value="{$user.city|stripslashes}"/>
<input name="txtzip" type="hidden" value="{$user.zip|stripslashes}"/>
<input name="txtaddress1" type="hidden" value="{$user.address_line1|stripslashes}"/><input type="hidden" name="txtaddress2" value="{$user.address_line2|stripslashes}"/> {/if}
</td>
</tr>
{if $config.accept_state == '1' or $config.accept_state == 'Y'}
<tr>
<td width="172">{lang mkey='signup_state_province'}
{if $config.state_mandatory == 'Y'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
{/if}
</td>
<td width="344" id="txtstateprovince">
{ if $lang.states|@count > 0}
<select class="select" style="width: 175px" name="txtstateprovince" onchange="javascript: cascadeState(this.value,this.form.txtfrom.value);" ><option value="-1">{lang mkey='select_state'}</option>
{html_options options=$lang.states selected=$user.state_province}
</select>
{ else }
<input name="txtstateprovince" type="text" size="30" maxlength="100" value="{$user.state_province|stripslashes}"/>
{ /if}
{if $config.accept_county != '1' and $config.accept_county != 'Y'}
<input name="txtcounty" type="hidden" value="{$user.county|stripslashes}"/>
{/if}
{if $config.accept_city != '1' and $config.accept_city != 'Y'}
<input name="txtcity" type="hidden" value="{$user.city|stripslashes}"/>
{/if}
{if $config.accept_zipcode != '1' and $config.accept_zipcode != 'Y'}
<input name="txtzip" type="hidden" value="{$user.zip|stripslashes}"/>
{/if}
{if $config.accept_address_line1 != '1' and $config.accept_address_line1 != 'Y'}
<input name="txtaddress1" type="hidden" value="{$user.address_line1|stripslashes}"/><input type="hidden" name="txtaddress2" value="{$user.address_line2|stripslashes}"/>
{/if}
{if $config.accept_address_line2 != '1' and $config.accept_address_line2 != 'Y'}
<input type="hidden" name="txtaddress2" value="{$user.address_line2|stripslashes}"/>
{/if}
</td>
</tr>
{if $config.accept_county == '1' or $config.accept_county == 'Y'}
<tr>
<td width="172">{lang mkey='manage_counties'}:
{if $config.county_mandatory == 'Y'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
{/if}
</td>
<td width="344" id="txtcounty">
{ if $lang.counties|@count > 0}
<select class="select" style="width: 175px" name="txtcounty" onchange="javascript: cascadeCounty(this.value,this.form.txtstateprovince.value,this.form.txtfrom.value);" ><option value="-1">{lang mkey='select_county'}</option>
{html_options options=$lang.counties selected=$user.county}
</select>
{ else }
<input name="txtcounty" type="text" size="30" maxlength="100" value="{$user.county|stripslashes}"/>
{ /if}
</td>
</tr>
{/if}
{if $config.accept_city == '1' or $config.accept_city == 'Y'}
<tr>
<td>
{lang mkey='signup_city'}
{if $config.city_mandatory == 'Y' }
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
{/if}
</td>
<td id="txtcity">
{ if $lang.cities|@count > 0}
<select class="select" style="width: 175px" name="txtcity" onchange="javascript: cascadeCity(this.value,this.form.txtcounty.value,this.form.txtstateprovince.value,this.form.txtfrom.value);" ><option value="-1">{lang mkey='select_city'}</option>
{html_options options=$lang.cities selected=$user.city}
</select>
{ else }
<input name="txtcity" type="text" size="30" maxlength="100" value="{$user.city|stripslashes}"/>
{ /if}
</td>
</tr>
{/if}
{if $config.accept_zipcode == '1' or $config.accept_zipcode == 'Y'}
<tr>
<td>
{lang mkey='signup_zip'}
{if $config.zipcode_mandatory == 'Y' }
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
{/if}
</td>
<td id="txtzip">
{ if $lang.zipcodes|@count > 0}
<select class="select" style="width: 175px" name="txtzip">
{html_options options=$lang.zipcodes selected=$user.zip}
</select>
{ else }
<input name="txtzip" type="text" size="30" maxlength="100" value="{$user.zip|stripslashes}"/>
{ /if}
</td>
</tr>
{/if}
{if $config.accept_address_line1 == '1' or $config.accept_address_line1 == 'Y'}
<tr>
<td>{lang mkey='signup_address1'}</td>
<td> <input class="input" maxlength="255" name="txtaddress1" size="40" value="{$user.address_line1|stripslashes}"/>
{if $config.accept_address_line1 != '1' and $config.accept_address_line1 != 'Y'}
<input name="txtaddress2" type="hidden" value="{$user.address_line2|stripslashes}" />
{/if}
</td>
</tr>
{if $config.accept_address_line2 == '1' or $config.accept_address_line2 == 'Y'}
<tr>
<td height="22">{lang mkey='signup_address2'}</td>
<td height="22"> <input class="input" maxlength="255" name="txtaddress2" size="40" value="{$user.address_line2|stripslashes}"/>
</td>
</tr>
{/if}
{/if}
{/if}
{/if}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
{/if}
{if $config.accept_lookcountry != 'Y' and $config.accept_lookcountry != '1'}
<input type="hidden" name="txtlookfrom" value="{$user.lookcountry}" />
<input name="txtlookstateprovince" type="hidden" value="{$user.lookstate_province|stripslashes}" />
<input name="txtlookcounty" type="hidden" value="{$user.lookcounty|stripslashes}"/>
<input name="txtlookcity" type="hidden" value="{$user.lookcity|stripslashes}"/>
<input name="txtlookzip" type="hidden" value="{$user.lookzip|stripslashes}"/>
{/if}
{if $config.accept_allow_viewonline != 'Y' and $config.accept_allow_viewonline != '1' }
<input type="hidden" name="txtviewonline" value="{$user.allow_viewonline}" />
{/if}
{if $config.accept_lookcountry == '1' or $config.accept_lookcountry == 'Y' or $config.accept_allow_viewonline == '1' or $config.accept_allow_viewonline == 'Y'}
<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='signup_subtitle_preference'}"}
{include file="page_hdr02.tpl"}
<table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -