source: branches/feature-module-update/data/Smarty/templates/input_zip.tpl @ 15079

Revision 15079, 3.4 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<!--{*
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *}-->
8<head>
9<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->">
10<meta http-equiv="content-script-type" content="text/javascript">
11<meta http-equiv="content-style-type" content="text/css">
12<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->user_data/css/contents.css" type="text/css" media="all" />
13<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" media="all" />
14<link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" />
15<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
16<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
17<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
18<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
19<title><!--{$arrSiteInfo.shop_name}-->/住所検索</title>
20</head>
21
22<body bgcolor="#ffe9e6" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}--> <!--{$tpl_start}-->">
23<noscript>
24<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" >
25</noscript>
26<div align="center">
27
28<!--▼CONTENTS-->
29<table width="500" border="0" cellspacing="0" cellpadding="0" summary=" ">
30    <tr><td height="15"></td></tr>
31    <tr><td bgcolor="#ffa85c"><img src="<!--{$smarty.const.URL_DIR}-->misc/_.gif" width="1" height="5" alt=""></td></tr>
32    <tr>
33        <td bgcolor="#ffffff" align="center">
34        <!--▼MAIN ONTENTS-->
35        <table width="460" border="0" cellspacing="0" cellpadding="0" summary=" ">
36            <tr><td height="15"></td></tr>
37            <tr>
38                <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/zip_title.jpg" width="460" height="40" alt="住所検索"></td>
39            </tr>
40            <tr><td height="20"></td></tr>
41            <tr>
42                <td align="center" bgcolor="#cccccc">
43                <table width="450" border="0" cellspacing="0" cellpadding="0" summary=" ">
44                <form name="form1" id="form1" method="post" action="">
45                <input type="hidden" name="state" value="<!--{$tpl_state}-->">
46                <input type="hidden" name="city" value="<!--{$tpl_city}-->">
47                <input type="hidden" name="town" value="<!--{$tpl_town}-->">
48                    <tr><td height="5"></td></tr>
49                    <tr>
50                        <td align="center" height="150" bgcolor="#ffffff" class="fs12"><!--{$tpl_message}--></td>
51                    </tr>
52                    <tr><td height="5"></td></tr>
53                </fom>
54                </table>
55                </td>
56            </tr>
57            <tr><td height="20"></td></tr>
58            <tr>
59                <td align="center"><a href="javascript:window.close()" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_close_on.gif','b_close');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_close.gif','b_close');"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_close.gif" width="140" height="30" alt="閉じる" border="0" name="b_close"></a></td>
60            </tr>
61            <tr><td height="30"></td></tr>
62        </table>
63        <!--▲MAIN ONTENTS-->
64        </td>
65    </tr>
66    <tr><td bgcolor="#ffa85c"><img src="<!--{$smarty.const.URL_DIR}-->misc/_.gif" width="1" height="5" alt=""></td></tr>
67</table>
68<!--▲CONTENTS-->
69</div>
70</body>
71</html>
Note: See TracBrowser for help on using the repository browser.