Ignore:
Timestamp:
2007/10/29 12:06:29 (16 years ago)
Author:
nanasess
Message:

ライセンス表記変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/downloads/module/mdl_epsilon/convenience.tpl

    r15079 r16582  
    11<!--{* 
     2/* 
     3 * This file is part of EC-CUBE 
     4 * 
    25 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
    36 * 
    47 * http://www.lockon.co.jp/ 
     8 * 
     9 * This program is free software; you can redistribute it and/or 
     10 * modify it under the terms of the GNU General Public License 
     11 * as published by the Free Software Foundation; either version 2 
     12 * of the License, or (at your option) any later version. 
     13 * 
     14 * This program is distributed in the hope that it will be useful, 
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 * GNU General Public License for more details. 
     18 * 
     19 * You should have received a copy of the GNU General Public License 
     20 * along with this program; if not, write to the Free Software 
     21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     22 */ 
    523 *}--> 
    624<!--▼CONTENTS--> 
    725<table width="760" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    8     <tr> 
    9         <td align="center" bgcolor="#ffffff"> 
    10         <!--▼MAIN ONTENTS--> 
    11         <!--{*購入手続きの流れ--> 
    12         <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    13             <tr> 
    14                 <td><img src="<!--{$smarty.const.URL_DIR}-->img/shopping/flow03.gif" width="700" height="36" alt="購入手続きの流れ"></td> 
    15             </tr> 
    16             <tr><td height="15"></td></tr> 
    17         </table> 
    18         <!--購入手続きの流れ*}--> 
    19          
    20         <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    21             <tr> 
    22                 <td><img src="<!--{$smarty.const.URL_DIR}-->img/shopping/convenience_title.jpg" width="700" height="40" alt="コンビニ決済"></td> 
    23             </tr> 
    24             <tr><td height="15"></td></tr> 
    25             <tr> 
    26                 <td class="fs12">下記から、お支払いするコンビニをご選択し、必要事項を入力してください。<br /> 
    27                 入力後、一番下の「ご注文完了ページへ」ボタンをクリックしてください。</td> 
    28             </tr> 
    29             <tr><td height="20"></td></tr> 
    30             <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    31             <input type="hidden" name="mode" value="send"> 
    32             <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    33             <tr><td class="fs12n"><span class="red"><!--{$arrErr.convenience}--></span></td></tr> 
    34             <tr> 
    35                 <td bgcolor="#cccccc"> 
    36                 <!--お支払方法・お届け時間の指定・その他お問い合わせここから--> 
    37                 <table width="700" border="0" cellspacing="1" cellpadding="10" summary=" "> 
    38                     <tr> 
    39                         <td width="10%" align="center" bgcolor="#f0f0f0" class="fs12">選択</td> 
    40                         <td width="90%" bgcolor="#f0f0f0" class="fs12">コンビニの種類</td> 
    41                     </tr> 
    42                     <!--{foreach key=key item=item from=$arrConv}--> 
    43                     <tr> 
    44                         <td align="center" bgcolor="#ffffff" class="fs12"><input type="radio" name="convenience" id="<!--{$key}-->" value="<!--{$key}-->" style="<!--{$arrErr.convenience|sfGetErrorColor}-->" <!--{if $smarty.post.convenience == $key}-->checked<!--{/if}-->></td> 
    45                         <td bgcolor="#ffffff" class="fs12"><label for="<!--{$key}-->"><!--{$item|escape}--></label></td> 
    46                     </tr> 
    47                     <!--{/foreach}--> 
    48                 </table> 
    49                 <!--お支払方法・お届け時間の指定・その他お問い合わせここまで--> 
    50                 </td> 
    51             </tr> 
    52              
    53             <tr><td height="20"></td></tr> 
    54              
    55             <tr> 
    56                 <td bgcolor="#cccccc"> 
    57                 <!--お支払方法・お届け時間の指定・その他お問い合わせここから-->      
    58                 <table width="700" border="0" cellspacing="1" cellpadding="10" summary=" "> 
    59                     <tr> 
    60                         <td width="20%" bgcolor="#f0f0f0" class="fs12n">お名前(カタカナ)<span class="red">※</span></td> 
    61                         <td width="80%" bgcolor="#ffffff" class="fs12n"><span class="red"><!--{$arrErr.order_kana01}--><!--{$arrErr.order_kana02}--></span>セイ&nbsp;<input type="text" name="order_kana01" size="15" class="box15" value="<!--{$arrForm.order_kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.order_kana01|sfGetErrorColor}-->; ime-mode: active;" /> メイ&nbsp;<input type="text" name="order_kana02" size="15" class="box15" value="<!--{$arrForm.order_kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.order_kana02|sfGetErrorColor}-->; ime-mode: active;" /></td> 
    62                     </tr> 
    63                     <tr> 
    64                         <td bgcolor="#f0f0f0" class="fs12n">電話番号<span class="red">※</span></td> 
    65                         <td bgcolor="#ffffff" class="fs12n"><span class="red"><!--{$arrErr.order_tel01}--><!--{$arrErr.order_tel02}--><!--{$arrErr.order_tel03}--></span><input type="text" name="order_tel01" size="6" value="<!--{$arrForm.order_tel01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.order_tel01|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;<input type="text" name="order_tel02" size="6" value="<!--{$arrForm.order_tel02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.order_tel02|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;<input type="text" name="order_tel03" size="6" value="<!--{$arrForm.order_tel03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.order_tel03|sfGetErrorColor}-->; ime-mode: disabled;" /></td> 
    66                     </tr>                
    67                 </table> 
    68                 <!--お支払方法・お届け時間の指定・その他お問い合わせここまで--> 
    69                 </td> 
    70             </tr> 
    71              
    72             <tr><td height="20"></td></tr> 
    73             <tr> 
    74                 <td align="center"> 
    75                     <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif',back03)" onclick="fnModeSubmit('return', '', ''); return false;"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03"/></a> 
    76                     <img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="20" height="" alt="" /> 
    77                     <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_ordercomp_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_ordercomp.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_ordercomp.gif" width="150" height="30" alt="ご注文完了ページへ" border="0" name="next" id="next" /> 
    78                 </td> 
    79             </tr> 
    80             </form> 
    81         </table> 
    82         <!--▲MAIN ONTENTS--> 
    83         </td> 
    84     </tr> 
     26    <tr> 
     27        <td align="center" bgcolor="#ffffff"> 
     28        <!--▼MAIN ONTENTS--> 
     29        <!--{*購入手続きの流れ--> 
     30        <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     31            <tr> 
     32                <td><img src="<!--{$smarty.const.URL_DIR}-->img/shopping/flow03.gif" width="700" height="36" alt="購入手続きの流れ"></td> 
     33            </tr> 
     34            <tr><td height="15"></td></tr> 
     35        </table> 
     36        <!--購入手続きの流れ*}--> 
     37 
     38        <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     39            <tr> 
     40                <td><img src="<!--{$smarty.const.URL_DIR}-->img/shopping/convenience_title.jpg" width="700" height="40" alt="コンビニ決済"></td> 
     41            </tr> 
     42            <tr><td height="15"></td></tr> 
     43            <tr> 
     44                <td class="fs12">下記から、お支払いするコンビニをご選択し、必要事項を入力してください。<br /> 
     45                入力後、一番下の「ご注文完了ページへ」ボタンをクリックしてください。</td> 
     46            </tr> 
     47            <tr><td height="20"></td></tr> 
     48            <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     49            <input type="hidden" name="mode" value="send"> 
     50            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
     51            <tr><td class="fs12n"><span class="red"><!--{$arrErr.convenience}--></span></td></tr> 
     52            <tr> 
     53                <td bgcolor="#cccccc"> 
     54                <!--お支払方法・お届け時間の指定・その他お問い合わせここから--> 
     55                <table width="700" border="0" cellspacing="1" cellpadding="10" summary=" "> 
     56                    <tr> 
     57                        <td width="10%" align="center" bgcolor="#f0f0f0" class="fs12">選択</td> 
     58                        <td width="90%" bgcolor="#f0f0f0" class="fs12">コンビニの種類</td> 
     59                    </tr> 
     60                    <!--{foreach key=key item=item from=$arrConv}--> 
     61                    <tr> 
     62                        <td align="center" bgcolor="#ffffff" class="fs12"><input type="radio" name="convenience" id="<!--{$key}-->" value="<!--{$key}-->" style="<!--{$arrErr.convenience|sfGetErrorColor}-->" <!--{if $smarty.post.convenience == $key}-->checked<!--{/if}-->></td> 
     63                        <td bgcolor="#ffffff" class="fs12"><label for="<!--{$key}-->"><!--{$item|escape}--></label></td> 
     64                    </tr> 
     65                    <!--{/foreach}--> 
     66                </table> 
     67                <!--お支払方法・お届け時間の指定・その他お問い合わせここまで--> 
     68                </td> 
     69            </tr> 
     70 
     71            <tr><td height="20"></td></tr> 
     72 
     73            <tr> 
     74                <td bgcolor="#cccccc"> 
     75                <!--お支払方法・お届け時間の指定・その他お問い合わせここから--> 
     76                <table width="700" border="0" cellspacing="1" cellpadding="10" summary=" "> 
     77                    <tr> 
     78                        <td width="20%" bgcolor="#f0f0f0" class="fs12n">お名前(カタカナ)<span class="red">※</span></td> 
     79                        <td width="80%" bgcolor="#ffffff" class="fs12n"><span class="red"><!--{$arrErr.order_kana01}--><!--{$arrErr.order_kana02}--></span>セイ&nbsp;<input type="text" name="order_kana01" size="15" class="box15" value="<!--{$arrForm.order_kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.order_kana01|sfGetErrorColor}-->; ime-mode: active;" /> メイ&nbsp;<input type="text" name="order_kana02" size="15" class="box15" value="<!--{$arrForm.order_kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.order_kana02|sfGetErrorColor}-->; ime-mode: active;" /></td> 
     80                    </tr> 
     81                    <tr> 
     82                        <td bgcolor="#f0f0f0" class="fs12n">電話番号<span class="red">※</span></td> 
     83                        <td bgcolor="#ffffff" class="fs12n"><span class="red"><!--{$arrErr.order_tel01}--><!--{$arrErr.order_tel02}--><!--{$arrErr.order_tel03}--></span><input type="text" name="order_tel01" size="6" value="<!--{$arrForm.order_tel01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.order_tel01|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;<input type="text" name="order_tel02" size="6" value="<!--{$arrForm.order_tel02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.order_tel02|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;<input type="text" name="order_tel03" size="6" value="<!--{$arrForm.order_tel03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.order_tel03|sfGetErrorColor}-->; ime-mode: disabled;" /></td> 
     84                    </tr> 
     85                </table> 
     86                <!--お支払方法・お届け時間の指定・その他お問い合わせここまで--> 
     87                </td> 
     88            </tr> 
     89 
     90            <tr><td height="20"></td></tr> 
     91            <tr> 
     92                <td align="center"> 
     93                    <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif',back03)" onclick="fnModeSubmit('return', '', ''); return false;"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03"/></a> 
     94                    <img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="20" height="" alt="" /> 
     95                    <input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_ordercomp_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_ordercomp.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_ordercomp.gif" width="150" height="30" alt="ご注文完了ページへ" border="0" name="next" id="next" /> 
     96                </td> 
     97            </tr> 
     98            </form> 
     99        </table> 
     100        <!--▲MAIN ONTENTS--> 
     101        </td> 
     102    </tr> 
    85103</table> 
    86104<!--▲CONTENTS--> 
Note: See TracChangeset for help on using the changeset viewer.