source: branches/version-2/data/Smarty/templates/default/mypage/delivery_addr.tpl @ 17049

Revision 17049, 8.9 KB checked in by satou, 16 years ago (diff)

#239 preLoadImg()によるApacheエラーが発生する現象を改修。

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--{*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * 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 *}-->
23<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
24<head>
25<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
26<meta http-equiv="Content-Script-Type" content="text/javascript" />
27<meta http-equiv="Content-Style-Type" content="text/css" />
28<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" />
29<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
30<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
31<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
32<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
33<title><!--{$arrSiteInfo.shop_name}-->/<!--{$tpl_title|escape}--></title>
34</head>
35
36<body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->">
37<noscript>
38  <p><em>JavaScriptを有効にしてご利用下さい.</em></p>
39</noscript>
40
41<a name="top" id="top"></a>
42
43<!--▼CONTENTS-->
44<div id="windowcolumn">
45  <div id="windowarea">
46    <h2>
47      <img src="<!--{$TPL_DIR}-->img/shopping/delivadd_title.jpg" width="500" height="40" alt="新しいお届け先の追加・変更" />
48    </h2>
49    <p class="windowtext">下記項目にご入力ください。「<span class="attention">※</span>」印は入力必須項目です。<br />
50      入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p>
51
52    <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
53    <input type="hidden" name="mode" value="edit" />
54    <input type="hidden" name="other_deliv_id" value="<!--{$smarty.session.other_deliv_id}-->" />
55    <input type="hidden" name="ParentPage" value="<!--{$ParentPage}-->" />
56
57      <table summary="お届け先登録">
58        <tr>
59          <th>お名前<span class="attention">※</span></th>
60          <td>
61            <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span>
62            姓&nbsp;<input type="text" name="name01" value="<!--{if $name01 == ""}--><!--{$arrOtherDeliv.name01|escape}--><!--{else}--><!--{$name01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name01|sfGetErrorColor}-->" size="15" class="box120" />&nbsp;
63            名&nbsp;<input type="text" name="name02" value="<!--{if $name02 == ""}--><!--{$arrOtherDeliv.name02|escape}--><!--{else}--><!--{$name02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name02|sfGetErrorColor}-->" size="15" class="box120" />
64          </td>
65        </tr>
66        <tr>
67          <th>お名前(フリガナ)<span class="attention">※</span></th>
68          <td>
69            <span class="attention"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></span>
70            セイ&nbsp;<input type="text" name="kana01" value="<!--{if $kana01 == ""}--><!--{$arrOtherDeliv.kana01|escape}--><!--{else}--><!--{$kana01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.kana01|sfGetErrorColor}-->" size="15" class="box120" />&nbsp;
71            メイ&nbsp;<input type="text" name="kana02" value="<!--{if $kana02 == ""}--><!--{$arrOtherDeliv.kana02|escape}--><!--{else}--><!--{$kana02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.kana02|sfGetErrorColor}-->" size="15" class="box120" />
72          </td>
73        </tr>
74        <tr>
75          <th>郵便番号<span class="attention">※</span></th>
76          <td>
77            <!--{assign var=key1 value="zip01"}-->
78            <!--{assign var=key2 value="zip02"}-->
79            <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span>
80            <p>〒&nbsp;<input type="text" name="zip01" value="<!--{if $zip01 == ""}--><!--{$arrOtherDeliv.zip01|escape}--><!--{else}--><!--{$zip01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp;-&nbsp;<input type="text" name="zip02" value="<!--{if $zip02 == ""}--><!--{$arrOtherDeliv.zip02|escape}--><!--{else}--><!--{$zip02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp;
81               <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fs10">郵便番号検索</span></a></p>
82            <p class="zipimg"><a href="<!--{$smarty.const.URL_INPUT_ZIP}-->" onclick="fnCallAddress('<!--{$smarty.const.URL_INPUT_ZIP}-->', 'zip01', 'zip02', 'pref', 'addr01'); return false;" target="_blank"><img src="<!--{$TPL_DIR}-->img/common/address.gif" width="86" height="20" alt="住所自動入力" border="0" /></a>
83              <span class="mini">&nbsp;郵便番号を入力後、クリックしてください。</span></p>
84          </td>
85        </tr>
86        <tr>
87          <th>住所<span class="attention">※</span></th>
88          <td>
89           <span class="attention"><!--{$arrErr.pref}--></span>
90           <select name="pref" style="<!--{$arrErr.pref|sfGetErrorColor}-->">
91             <option value="" selected="selected">選択してください</option>
92             <!--{if $pref == ""}-->
93               <!--{html_options options=$arrPref selected=$arrOtherDeliv.pref|escape}-->
94             <!--{else}-->
95               <!--{html_options options=$arrPref selected=$pref|escape}-->
96            <!--{/if}-->
97            </select>
98            <p class="mini">
99              <span class="attention"><!--{$arrErr.addr01}--></span>
100              <input type="text" name="addr01" value="<!--{if $addr01 == ""}--><!--{$arrOtherDeliv.addr01|escape}--><!--{else}--><!--{$addr01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" style="<!--{$arrErr.addr01|sfGetErrorColor}-->" size="40" class="box300" /><br />
101              <!--{$smarty.const.SAMPLE_ADDRESS1}--></p>
102
103            <p class="mini">
104              <span class="attention"><!--{$arrErr.addr02}--></span>
105              <input type="text" name="addr02" value="<!--{if $addr02 == ""}--><!--{$arrOtherDeliv.addr02|escape}--><!--{else}--><!--{$addr02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" style="<!--{$arrErr.addr02|sfGetErrorColor}-->" size="40" class="box300" /><br />
106             <!--{$smarty.const.SAMPLE_ADDRESS2}--></p>
107            <p class="mini"><em>住所は2つに分けてご記入いただけます。マンション名は必ず記入してください。</em></p></td>
108        </tr>
109        <tr>
110          <th>電話番号<span class="attention">※</span></th>
111          <td>
112            <span class="attention"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></span>
113            <input type="text" name="tel01" value="<!--{if $tel01 == ""}--><!--{$arrOtherDeliv.tel01|escape}--><!--{else}--><!--{$tel01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel01|sfGetErrorColor}-->" size="6" class="box60" />&nbsp;-&nbsp;<input type="text" name="tel02" value="<!--{if $tel02 == ""}--><!--{$arrOtherDeliv.tel02|escape}--><!--{else}--><!--{$tel02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel02|sfGetErrorColor}-->" size="6" class="box60" />&nbsp;-&nbsp;<input type="text" name="tel03" value="<!--{if $tel03 == ""}--><!--{$arrOtherDeliv.tel03|escape}--><!--{else}--><!--{$tel03|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel03|sfGetErrorColor}-->" size="6" class="box60" />
114          </td>
115        </tr>
116      </table>
117
118      <div class="btn">
119        <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_entry.gif',this);" src="<!--{$TPL_DIR}-->img/common/b_entry.gif" class="box150" alt="登録する" name="register" id="register" />
120      </div>
121    </form>
122  </div>
123</div>
124</body>
125</html>
Note: See TracBrowser for help on using the repository browser.