Changeset 16028
- Timestamp:
- 2007/09/26 11:38:52 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/entry/complete.tpl
r15782 r16028 5 5 *}--> 6 6 <!--▼CONTENTS--> 7 <table width="" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 <tr valign="top"> 9 <td align="right" bgcolor="#ffffff"> 10 <!--▼MAIN ONTENTS--> 11 <table width="" border="0" cellspacing="0" cellpadding="0" summary=" "> 12 <tr> 13 <td><img src="<!--{$TPL_DIR}-->img/entry/title.jpg" width="580" height="40" alt="会員登録"></td> 14 </tr> 15 <tr><td height="20"></td></tr> 16 <tr> 17 <td align="center"> 18 <table width="520" border="0" cellspacing="0" cellpadding="0" summary=" "> 19 <tr> 20 <td align="center" bgcolor="#cccccc"> 21 <table width="510" border="0" cellspacing="0" cellpadding="0" summary=" "> 22 <tr><td height="5"></td></tr> 23 <tr> 24 <td align="center" bgcolor="#ffffff"> 25 <!--登録完了の文章ここから--> 26 <table width="470" border="0" cellspacing="0" cellpadding="0" summary=" "> 27 <tr><td height="25"></td></tr> 28 <tr> 29 <td class="fs14"><span class="redst">会員登録の受付が完了いたしました。</span></td> 30 </tr> 31 <tr><td height="20"></td></tr> 32 <tr> 33 <td class="fs12">現在<span class="redst">仮会員</span>の状態です。<br> 34 ご入力いただいたメールアドレス宛てに、ご連絡が届いておりますので、本会員登録になった上でお買い物をお楽しみください。</td> 35 </tr> 36 <tr><td height="15"></td></tr> 37 <tr> 38 <td class="fs12">今後ともご愛顧賜りますようよろしくお願い申し上げます。</td> 39 </tr> 40 <tr><td height="20"></td></tr> 41 <tr> 42 <td class="fs12"><!--{$arrSiteInfo.company_name|escape}--><br> 43 TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br> 44 E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape}-->"><!--{$arrSiteInfo.email02|escape}--></a></td> 45 </tr> 46 <tr><td height="20"></td></tr> 47 <tr align="center"> 48 <td> 49 <!--{if $is_campaign}--> 50 <a href="<!--{$smarty.const.URL_SHOP_TOP}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage"></a> 51 <!--{else}--> 52 <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage"></a> 53 <!--{/if}--> 54 </td> 55 </tr> 56 <tr><td height="25"></td></tr> 57 </table> 58 <!--登録完了の文章ここまで--> 59 </td> 60 </tr> 61 <tr><td height="5"></td></tr> 62 </table> 63 </td> 64 </tr> 65 </table> 66 </td> 67 </tr> 68 </table> 69 <!--▲MAIN ONTENTS--> 70 </td> 71 </tr> 72 </table> 7 <div id="undercolumn"> 8 <div id="undercolumn_entry"> 9 <h2 class="title"> 10 <img src="<!--{$TPL_DIR}-->img/entry/title.jpg" width="580" height="40" alt="会員登録" /> 11 </h2> 12 <div id="completetext"> 13 <em>会員登録の受付が完了いたしました。</em> 14 <p>現在<em>仮会員</em>の状態です。<br /> 15 ご入力いただいたメールアドレス宛てに、ご連絡が届いておりますので、本会員登録になった上でお買い物をお楽しみください。<br /> 16 今後ともご愛顧賜りますようよろしくお願い申し上げます。</p> 17 18 <p><!--{$arrSiteInfo.company_name|escape}--><br /> 19 TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br /> 20 E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape:'hex'}-->"><!--{$arrSiteInfo.email02|escape:'hexentity'}--></a> 21 </p> 22 23 <div class="tblareabtn"> 24 <!--{if $is_campaign}--> 25 <a href="<!--{$smarty.const.URL_SHOP_TOP}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage" /></a> 26 <!--{else}--> 27 <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage" /></a> 28 <!--{/if}--> 29 </div> 30 </div> 31 </div> 32 </div> 73 33 <!--▲CONTENTS-->
Note: See TracChangeset
for help on using the changeset viewer.
