Changeset 15788


Ignore:
Timestamp:
2007/09/20 18:30:08 (17 years ago)
Author:
nanasess
Message:

XHTML 対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/site_main.tpl

    r15782 r15788  
    44 * http://www.lockon.co.jp/ 
    55 *}--> 
    6 <body onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->"> 
     6<body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->"> 
    77<noscript> 
    8 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->user_data/css/common.css" type="text/css" /> 
     8  <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" /> 
    99</noscript> 
    1010 
     
    1818<!--▲HEADER--> 
    1919 
    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="<!--{$TPL_DIR}-->img/_.gif" width="1" height="10" alt="" /></td> 
    25         <td bgcolor="#ffffff" width="1"><img src="<!--{$TPL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td> 
    26         <td bgcolor="#ffffff" align="left" width=100%> 
     20<!--▼CONTENTS--> 
     21<div id="container"> 
    2722 
    28         <!--{*パンクズ--> 
    29         <div id="pan"><span class="fs12n"><a href="<!--{$smarty.const.SITE_URL}-->index.php">トップページ</a> > <span class="redst">お問い合わせ</span></span></div> 
    30         <!--パンクズ*}--> 
     23  <!--▼LEFT COLUMN--> 
     24  <div id="leftcolumn"> 
     25    <!--▼左ナビ--> 
     26    <!--{if $arrPageLayout.LeftNavi|@count > 0}--> 
     27      <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}--> 
     28        <!-- ▼<!--{$LeftNaviItem.bloc_name}--> ここから--> 
     29          <!--{if $LeftNaviItem.php_path != ""}--> 
     30            <!--{include_php file=$LeftNaviItem.php_path}--> 
     31          <!--{else}--> 
     32            <!--{include file=$LeftNaviItem.tpl_path}--> 
     33          <!--{/if}--> 
     34        <!-- ▲<!--{$LeftNaviItem.bloc_name}--> ここまで--> 
     35      <!--{/foreach}--> 
     36    <!--{/if}--> 
     37    <!--▲左ナビ--> 
     38  </div> 
     39  <!--▲LEFT COLUMN--> 
    3140 
    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="<!--{$TPL_DIR}-->img/_.gif" width="5" height="1" alt="" /></td> 
    52                 <!--{/if}--> 
    53                 <!--▲左ナビ--> 
     41  <!--▼CENTER COLUMN--> 
     42  <div id="centercolumn"> 
     43    <!--▼メイン上部--> 
     44    <!--{if $arrPageLayout.MainHead|@count > 0}--> 
     45      <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}--> 
     46        <!-- ▼<!--{$MainHeadItem.bloc_name}--> ここから--> 
     47        <!--{if $MainHeadItem.php_path != ""}--> 
     48          <!--{include_php file=$MainHeadItem.php_path}--> 
     49        <!--{else}--> 
     50          <!--{include file=$MainHeadItem.tpl_path}--> 
     51        <!--{/if}--> 
     52        <!-- ▲<!--{$MainHeadItem.bloc_name}--> ここまで--> 
     53      <!--{/foreach}--> 
     54    <!--{/if}--> 
     55    <!--▲メイン上部--> 
    5456 
    55                 <td align="center" width=100%> 
    56                     <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
     57    <!--{include file=$tpl_mainpage}--> 
    5758 
    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                     <!--▲メイン上部--> 
     59    <!--▼メイン下部--> 
     60    <!--{if $arrPageLayout.MainFoot|@count > 0}--> 
     61      <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}--> 
     62        <!-- ▼<!--{$MainFootItem.bloc_name}--> ここから--> 
     63        <!--{if $MainFootItem.php_path != ""}--> 
     64          <!--{include_php file=$MainFootItem.php_path}--> 
     65        <!--{else}--> 
     66          <!--{include file=$MainFootItem.tpl_path}--> 
     67        <!--{/if}--> 
     68        <!-- ▲<!--{$MainFootItem.bloc_name}--> ここまで--> 
     69      <!--{/foreach}--> 
     70    <!--{/if}--> 
     71    <!--▲メイン下部--> 
     72  </div> 
     73  <!--▲CENTER COLUMN--> 
    7874 
    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="<!--{$TPL_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="<!--{$TPL_DIR}-->img/_.gif" width="9" height="1" alt="" /></td> 
    128         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/_.gif" width="1" height="10" alt="" /></td> 
    129         </td> 
    130     </tr> 
    131 </table> 
     75  <!--▼RIGHT COLUMN--> 
     76  <div id="rightcolumn"> 
     77    <!--▼右ナビ--> 
     78    <!--{if $arrPageLayout.RightNavi|@count > 0}--> 
     79      <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}--> 
     80        <!-- ▼<!--{$RightNaviItem.bloc_name}--> ここから--> 
     81        <!--{if $RightNaviItem.php_path != ""}--> 
     82          <!--{include_php file=$RightNaviItem.php_path}--> 
     83        <!--{else}--> 
     84          <!--{include file=$RightNaviItem.tpl_path}--> 
     85        <!--{/if}--> 
     86        <!-- ▲<!--{$RightNaviItem.bloc_name}--> ここまで--> 
     87      <!--{/foreach}--> 
     88    <!--{/if}--> 
     89    <!--▲右ナビ--> 
     90  </div> 
     91  <!--▲RIGHT COLUMN--> 
    13292 
    13393</div> 
    134 <!--▲MAIN--> 
     94<!--▲CONTENTS--> 
    13595 
    13696<!--▼FOTTER--> 
     
    13999<!--{/if}--> 
    140100<!--▲FOTTER--> 
    141 </div> 
     101 
    142102<!--{* EBiSタグ表示用 *}--> 
    143103<!--{$tpl_mainpage|sfPrintEbisTag}--> 
Note: See TracChangeset for help on using the changeset viewer.