?? register.tpl
字號:
{* $Id: register.tpl,v 1.25 2004/06/28 13:31:06 mclap Exp $ *}
{if $js_enabled eq 'Y'}
{include file="check_email_script.tpl"}
{include file="check_zipcode_js.tpl"}
{include file="generate_required_fields_js.tpl"}
{include file="check_required_fields_js.tpl"}
{if $config.Adaptives.isDOM eq 'Y' && $config.General.use_js_states eq 'Y'}
{include file="change_states_js.tpl"}
{/if}
{/if}
{if $newbie eq "Y"}
{assign var="title" value=$lng.lbl_modify_profile}
{else}
{if $main eq "user_add"}
{assign var="title" value=$lng.lbl_create_admin_profile}
{else}
{assign var="title" value=$lng.lbl_modify_admin_profile}
{/if}
{/if}
{include file="page_title.tpl" title=$title}
<!-- IN THIS SECTION -->
{if $newbie ne "Y"}
{include file="dialog_tools.tpl"}
{/if}
<!-- IN THIS SECTION -->
<BR>
{capture name=dialog}
{if $newbie ne "Y" and $main ne "user_add" and ($usertype eq "P" and $active_modules.Simple_Mode eq "Y" or $usertype eq "A")}
<DIV align="right">{include file="buttons/button.tpl" button_title=$lng.lbl_return_to_search_results href="users.php?mode=search"}</DIV>
{/if}
{assign var="reg_error" value=$top_message.reg_error}
{assign var="error" value=$top_message.error}
{assign var="emailerror" value=$top_message.emailerror}
{if $registered eq ""}
{if $reg_error}
<FONT class="Star">
{if $reg_error eq "F" }
{$lng.txt_registration_error}
{elseif $reg_error eq "E" }
{$lng.txt_email_already_exists}
{elseif $reg_error eq "U" }
{$lng.txt_user_already_exists}
{/if}
</FONT>
{/if}
{if $error ne ""}
<FONT class="Star">
{if $error eq "b_statecode"}
{$lng.err_billing_state}
{elseif $error eq "s_statecode"}
{$lng.err_shipping_state}
{else}
{$error}
{/if}
</FONT>
<BR>
{/if}
<TABLE border="0" cellspacing="1" cellpadding="2" width="100%">
<FORM action="{$register_script_name}?{$smarty.server.QUERY_STRING}" method="POST" name="registerform"{if $js_enabled} onsubmit="javascript: if (check_zip_code() && checkEmailAddress(document.registerform.email)) return true; else return false;"{/if}>
{if $config.General.use_https_login eq "Y"}
<INPUT type="hidden" name="{$NetGouSESSNAME}" value="{$NetGouSESSID}">
{/if}
{include file="main/register_personal_info.tpl" userinfo=$userinfo}
{include file="main/register_billing_address.tpl" userinfo=$userinfo}
{include file="main/register_shipping_address.tpl" userinfo=$userinfo}
{include file="main/register_contact_info.tpl" userinfo=$userinfo}
{include file="main/register_additional_info.tpl" section='A'}
{include file="main/register_account.tpl" userinfo=$userinfo}
{if $active_modules.News_Management and $newslists}
{include file="modules/News_Management/register_newslists.tpl" userinfo=$userinfo}
{/if}
<TR>
<TD colspan="2"> </TD>
<TD>
<FONT class="FormButton">
{if $smarty.get.mode eq "update"}
<INPUT type="hidden" name="mode" value="update">
{/if}
<INPUT type="hidden" name="anonymous" value="{$anonymous}">
<INPUT type="submit" value=" {$lng.lbl_save} ">
</TD>
</TR>
<INPUT type="hidden" name="usertype" value="{if $smarty.get.usertype ne ""}{$smarty.get.usertype|escape:"html"}{else}{$usertype}{/if}">
</FORM>
</TABLE>
<BR>
{$lng.txt_user_registration_bottom}
{else}
{if $smarty.post.mode eq "update" or $smarty.get.mode eq "update"}
{$lng.txt_profile_modified}
{else}
{$lng.txt_profile_created}
{/if}
{/if}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_profile_details content=$smarty.capture.dialog extra="width=100%"}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -