source: branches/comu/data/Smarty/templates/site_main.tpl @ 12197

Revision 12197, 5.7 KB checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<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}-->">
7<noscript>
8<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" />
9</noscript>
10
11<div align="center">
12<a name="top" id="top"></a>
13
14<!--¢§HEADER-->
15<!--{if $arrPageLayout.header_chk != 2}-->
16<!--{assign var=header_dir value="`$smarty.const.HTML_PATH`user_data/include/header.tpl"}-->
17<!--{include file= $header_dir}-->
18<!--{/if}-->
19<!--¢¥HEADER-->
20
21<!--¢§MAIN-->
22<div id="base">
23<table width="780" border="0" cellspacing="0" cellpadding="0" summary=" ">
24    <tr>
25        <td bgcolor="#cccccc" width="1"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="1" height="10" alt="" /></td>
26        <td bgcolor="#ffffff" width="1"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td>
27        <td bgcolor="#ffffff" align="left" width=100%>
28
29        <!--{*¥Ñ¥ó¥¯¥º-->
30        <div id="pan"><span class="fs12n"><a href="<!--{$smarty.const.SITE_URL}-->index.php">¥È¥Ã¥×¥Ú¡¼¥¸</a> ¡ä <span class="redst">¤ªÌ䤤¹ç¤ï¤»</span></span></div>
31        <!--¥Ñ¥ó¥¯¥º*}-->
32
33        <table width="100%" border="0" cellspacing="0" cellpadding="0" summary=" ">
34            <tr valign="top">
35                <!--¢§º¸¥Ê¥Ó-->
36                <!--{if $arrPageLayout.LeftNavi|@count > 0}-->
37                    <td align="left">
38                    <table border="0" cellspacing="0" cellpadding="0" summary=" ">
39                        <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}-->
40                        <tr><td align="center">
41                        <!-- ¢§<!--{$LeftNaviItem.bloc_name}--> ¤³¤³¤«¤é-->
42                        <!--{if $LeftNaviItem.php_path != ""}-->
43                            <!--{include_php file=$LeftNaviItem.php_path}-->
44                        <!--{else}-->
45                            <!--{include file=$LeftNaviItem.tpl_path}-->
46                        <!--{/if}-->
47                        <!-- ¢¥<!--{$LeftNaviItem.bloc_name}--> ¤³¤³¤Þ¤Ç-->
48                        </td></tr>
49                    <!--{/foreach}-->
50                    </table>
51                    </td>
52                    <td bgcolor="#ffffff" width="5"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td>
53                <!--{/if}-->
54                <!--¢¥º¸¥Ê¥Ó-->
55           
56                <td align="center" width=100%>
57                    <table border="0" cellspacing="0" cellpadding="0" summary=" ">
58                   
59                    <!--¢§¥á¥¤¥ó¾åÉô-->
60                    <!--{if $arrPageLayout.MainHead|@count > 0}-->
61                    <tr><td align="center">
62                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
63                        <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}-->
64                            <tr><td height=3><td></tr>
65                            <tr><td align="center">
66                            <!-- ¢§<!--{$MainHeadItem.bloc_name}--> ¤³¤³¤«¤é-->
67                            <!--{if $MainHeadItem.php_path != ""}-->
68                                <!--{include_php file=$MainHeadItem.php_path}-->
69                            <!--{else}-->
70                                <!--{include file=$MainHeadItem.tpl_path}-->
71                            <!--{/if}-->
72                            <!-- ¢¥<!--{$MainHeadItem.bloc_name}--> ¤³¤³¤Þ¤Ç-->
73                            </td></tr>
74                        <!--{/foreach}-->
75                        </table>
76                    </td><tr>
77                    <!--{/if}-->
78                    <!--¢¥¥á¥¤¥ó¾åÉô-->
79                   
80                    <tr><td align="center"><!--{include file=$tpl_mainpage}--></td></tr>
81                   
82                    <!--¢§¥á¥¤¥ó²¼Éô-->
83                    <tr><td align="center">
84                    <!--{if $arrPageLayout.MainFoot|@count > 0}-->
85                    <table border="0" cellspacing="0" cellpadding="0" summary=" ">
86                        <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}-->
87                            <tr><td height=3><td></tr>
88                            <tr><td align="center">
89                            <!-- ¢§<!--{$MainFootItem.bloc_name}--> ¤³¤³¤«¤é-->
90                            <!--{if $MainFootItem.php_path != ""}-->
91                                <!--{include_php file=$MainFootItem.php_path}-->
92                            <!--{else}-->
93                                <!--{include file=$MainFootItem.tpl_path}-->
94                            <!--{/if}-->
95                            <!-- ¢¥<!--{$MainFootItem.bloc_name}--> ¤³¤³¤Þ¤Ç-->
96                            </td></tr>
97                        <!--{/foreach}-->
98                        </table>
99                    <!--{/if}-->
100                    </td><tr>
101                    <!--¢¥¥á¥¤¥ó²¼Éô-->                 
102   
103                    </table>
104                </td>
105
106                <!--¢§±¦¥Ê¥Ó-->
107                <!--{if $arrPageLayout.RightNavi|@count > 0}-->
108                    <td bgcolor="#ffffff" width="5"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td>
109                    <td align="right" bgcolor="#ffffff">
110                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
111                        <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}-->
112                            <tr><td align="center">
113                            <!-- ¢§<!--{$RightNaviItem.bloc_name}--> ¤³¤³¤«¤é-->
114                            <!--{if $RightNaviItem.php_path != ""}-->
115                                <!--{include_php file=$RightNaviItem.php_path}-->
116                            <!--{else}-->
117                                <!--{include file=$RightNaviItem.tpl_path}-->
118                            <!--{/if}-->
119                            <!-- ¢¥<!--{$RightNaviItem.bloc_name}--> ¤³¤³¤Þ¤Ç-->
120                            </td></tr>
121                        <!--{/foreach}-->
122                        </table>
123                    </td>
124                <!--{/if}-->
125                <!--¢¥±¦¥Ê¥Ó-->
126            </tr>
127        </table>
128        <td bgcolor="#ffffff"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="9" height="1" alt="" /></td>
129        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="1" height="10" alt="" /></td>
130        </td>
131    </tr>
132</table>
133
134</div>
135<!--¢¥MAIN-->
136
137<!--¢§FOTTER-->
138<!--{if $arrPageLayout.footer_chk != 2}-->
139<!--{include file="`$smarty.const.HTML_PATH`user_data/include/footer.tpl"}-->
140<!--{/if}-->
141<!--¢¥FOTTER-->
142</div>
143<!--{* EBiS¥¿¥°É½¼¨ÍÑ *}-->
144<!--{$tpl_mainpage|sfPrintEbisTag}-->
145<!--{* ¥¢¥Õ¥£¥ê¥¨¥¤¥È¥¿¥°É½¼¨ÍÑ *}-->
146<!--{$tpl_conv_page|sfPrintAffTag:$tpl_aff_option}-->
147</body>
Note: See TracBrowser for help on using the repository browser.