1 | <!--{* |
---|
2 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
---|
3 | * |
---|
4 | * http://www.lockon.co.jp/ |
---|
5 | *}--> |
---|
6 | <body onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->"> |
---|
7 | <noscript> |
---|
8 | <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->user_data/css/common.css" type="text/css" /> |
---|
9 | </noscript> |
---|
10 | |
---|
11 | <a name="top" id="top"></a> |
---|
12 | |
---|
13 | <!--▼HEADER--> |
---|
14 | <!--{if $arrPageLayout.header_chk != 2}--> |
---|
15 | <!--{assign var=header_dir value="`$smarty.const.HTML_PATH`user_data/include/header.tpl"}--> |
---|
16 | <!--{include file= $header_dir}--> |
---|
17 | <!--{/if}--> |
---|
18 | <!--▲HEADER--> |
---|
19 | |
---|
20 | <!--▼MAIN--> |
---|
21 | <div id="base"> |
---|
22 | <table width="780" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
23 | <tr> |
---|
24 | <td bgcolor="#cccccc" width="1"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="1" height="10" alt="" /></td> |
---|
25 | <td bgcolor="#ffffff" width="1"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td> |
---|
26 | <td bgcolor="#ffffff" align="left" width=100%> |
---|
27 | |
---|
28 | <!--{*パンクズ--> |
---|
29 | <div id="pan"><span class="fs12n"><a href="<!--{$smarty.const.SITE_URL}-->index.php">トップページ</a> > <span class="redst">お問い合わせ</span></span></div> |
---|
30 | <!--パンクズ*}--> |
---|
31 | |
---|
32 | <table width="100%" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
33 | <tr valign="top"> |
---|
34 | <!--▼左ナビ--> |
---|
35 | <!--{if $arrPageLayout.LeftNavi|@count > 0}--> |
---|
36 | <td align="left"> |
---|
37 | <table border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
38 | <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}--> |
---|
39 | <tr><td align="center"> |
---|
40 | <!-- ▼<!--{$LeftNaviItem.bloc_name}--> ここから--> |
---|
41 | <!--{if $LeftNaviItem.php_path != ""}--> |
---|
42 | <!--{include_php file=$LeftNaviItem.php_path}--> |
---|
43 | <!--{else}--> |
---|
44 | <!--{include file=$LeftNaviItem.tpl_path}--> |
---|
45 | <!--{/if}--> |
---|
46 | <!-- ▲<!--{$LeftNaviItem.bloc_name}--> ここまで--> |
---|
47 | </td></tr> |
---|
48 | <!--{/foreach}--> |
---|
49 | </table> |
---|
50 | </td> |
---|
51 | <td bgcolor="#ffffff" width="5"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td> |
---|
52 | <!--{/if}--> |
---|
53 | <!--▲左ナビ--> |
---|
54 | |
---|
55 | <td align="center" width=100%> |
---|
56 | <table border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
57 | |
---|
58 | <!--▼メイン上部--> |
---|
59 | <!--{if $arrPageLayout.MainHead|@count > 0}--> |
---|
60 | <tr><td align="center"> |
---|
61 | <table border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
62 | <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}--> |
---|
63 | <tr><td height=3><td></tr> |
---|
64 | <tr><td align="center"> |
---|
65 | <!-- ▼<!--{$MainHeadItem.bloc_name}--> ここから--> |
---|
66 | <!--{if $MainHeadItem.php_path != ""}--> |
---|
67 | <!--{include_php file=$MainHeadItem.php_path}--> |
---|
68 | <!--{else}--> |
---|
69 | <!--{include file=$MainHeadItem.tpl_path}--> |
---|
70 | <!--{/if}--> |
---|
71 | <!-- ▲<!--{$MainHeadItem.bloc_name}--> ここまで--> |
---|
72 | </td></tr> |
---|
73 | <!--{/foreach}--> |
---|
74 | </table> |
---|
75 | </td><tr> |
---|
76 | <!--{/if}--> |
---|
77 | <!--▲メイン上部--> |
---|
78 | |
---|
79 | <tr><td align="center"><!--{include file=$tpl_mainpage}--></td></tr> |
---|
80 | |
---|
81 | <!--▼メイン下部--> |
---|
82 | <tr><td align="center"> |
---|
83 | <!--{if $arrPageLayout.MainFoot|@count > 0}--> |
---|
84 | <table border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
85 | <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}--> |
---|
86 | <tr><td height=3><td></tr> |
---|
87 | <tr><td align="center"> |
---|
88 | <!-- ▼<!--{$MainFootItem.bloc_name}--> ここから--> |
---|
89 | <!--{if $MainFootItem.php_path != ""}--> |
---|
90 | <!--{include_php file=$MainFootItem.php_path}--> |
---|
91 | <!--{else}--> |
---|
92 | <!--{include file=$MainFootItem.tpl_path}--> |
---|
93 | <!--{/if}--> |
---|
94 | <!-- ▲<!--{$MainFootItem.bloc_name}--> ここまで--> |
---|
95 | </td></tr> |
---|
96 | <!--{/foreach}--> |
---|
97 | </table> |
---|
98 | <!--{/if}--> |
---|
99 | </td><tr> |
---|
100 | <!--▲メイン下部--> |
---|
101 | |
---|
102 | </table> |
---|
103 | </td> |
---|
104 | |
---|
105 | <!--▼右ナビ--> |
---|
106 | <!--{if $arrPageLayout.RightNavi|@count > 0}--> |
---|
107 | <td bgcolor="#ffffff" width="5"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td> |
---|
108 | <td align="right" bgcolor="#ffffff"> |
---|
109 | <table border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
110 | <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}--> |
---|
111 | <tr><td align="center"> |
---|
112 | <!-- ▼<!--{$RightNaviItem.bloc_name}--> ここから--> |
---|
113 | <!--{if $RightNaviItem.php_path != ""}--> |
---|
114 | <!--{include_php file=$RightNaviItem.php_path}--> |
---|
115 | <!--{else}--> |
---|
116 | <!--{include file=$RightNaviItem.tpl_path}--> |
---|
117 | <!--{/if}--> |
---|
118 | <!-- ▲<!--{$RightNaviItem.bloc_name}--> ここまで--> |
---|
119 | </td></tr> |
---|
120 | <!--{/foreach}--> |
---|
121 | </table> |
---|
122 | </td> |
---|
123 | <!--{/if}--> |
---|
124 | <!--▲右ナビ--> |
---|
125 | </tr> |
---|
126 | </table> |
---|
127 | <td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="9" height="1" alt="" /></td> |
---|
128 | <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="1" height="10" alt="" /></td> |
---|
129 | </td> |
---|
130 | </tr> |
---|
131 | </table> |
---|
132 | |
---|
133 | </div> |
---|
134 | <!--▲MAIN--> |
---|
135 | |
---|
136 | <!--▼FOTTER--> |
---|
137 | <!--{if $arrPageLayout.footer_chk != 2}--> |
---|
138 | <!--{include file="`$smarty.const.HTML_PATH`user_data/include/footer.tpl"}--> |
---|
139 | <!--{/if}--> |
---|
140 | <!--▲FOTTER--> |
---|
141 | </div> |
---|
142 | <!--{* EBiSタグ表示用 *}--> |
---|
143 | <!--{$tpl_mainpage|sfPrintEbisTag}--> |
---|
144 | <!--{* アフィリエイトタグ表示用 *}--> |
---|
145 | <!--{$tpl_conv_page|sfPrintAffTag:$tpl_aff_option}--> |
---|
146 | </body> |
---|