Changeset 18651
- Timestamp:
- 2010/05/09 05:12:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/entry/index.tpl
r18254 r18651 22 22 <!--▼CONTENTS--> 23 23 <div id="undercolumn"> 24 <div id="undercolumn_entry"> 25 <h2 class="title"><!--{$tpl_title|escape}--></h2> 26 <p>ご登録されますと、まずは仮会員となります。<br /> 27 入力されたメールアドレスに、ご連絡が届きますので、本会員になった上でお買い物をお楽しみください。</p> 28 <form name="form1" id="form1" method="post" action="?"> 29 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 30 <input type="hidden" name="mode" value="confirm" /> 24 <div id="undercolumn_entry"> 25 <h2 class="title"><!--{$tpl_title|escape}--></h2> 26 <!--{if $smarty.const.CUSTOMER_CONFIRM_MAIL}--> 27 <p>ご登録されますと、まずは仮会員となります。<br /> 28 入力されたメールアドレスに、ご連絡が届きますので、本会員になった上でお買い物をお楽しみください。</p> 29 <!--{/if}--> 30 <form name="form1" id="form1" method="post" action="?"> 31 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 32 <input type="hidden" name="mode" value="confirm" /> 31 33 32 <table summary="会員登録フォーム">33 <!--{include file="`$smarty.const.TEMPLATE_DIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=false prefix=""}-->34 </table>34 <table summary="会員登録フォーム"> 35 <!--{include file="`$smarty.const.TEMPLATE_DIR`frontparts/form_personal_input.tpl" flgFields=3 emailMobile=false prefix=""}--> 36 </table> 35 37 36 <div class="tblareabtn">37 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm.gif',this)" src="<!--{$TPL_DIR}-->img/common/b_confirm.gif" class="box150" alt="確認ページへ" name="confirm" id="confirm" />38 </div>39 </form>40 </div>38 <div class="tblareabtn"> 39 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm.gif',this)" src="<!--{$TPL_DIR}-->img/common/b_confirm.gif" class="box150" alt="確認ページへ" name="confirm" id="confirm" /> 40 </div> 41 </form> 42 </div> 41 43 </div> 42 44 <!--▲CONTENTS-->
Note: See TracChangeset
for help on using the changeset viewer.