Changeset 15766


Ignore:
Timestamp:
2007/09/20 11:19:54 (17 years ago)
Author:
nanasess
Message:

画像のパスを修正

File:
1 edited

Legend:

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

    r15732 r15766  
    66 */ 
    77*}--> 
     8<!--{* 長い変数は assign しておく 
     9    ----------------------------------------------------------------------- *}--> 
     10<!--{assign var=TPL_DIR value=`$smarty.const.URL_DIR``$smarty.const.USER_DIR`templates/`$smarty.const.TEMPLATE_NAME`/}--> 
     11<!--{* -------------------------------------------------------------------- *}--> 
    812<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    913<html lang="ja"> 
     
    1418<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/contents.css" type="text/css" media="all" /> 
    1519<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/file_manager.css" type="text/css" media="all" /> 
    16 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script> 
    17 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script> 
    18 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script> 
    19 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script> 
    20 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/admin.js"></script> 
    21 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/file_manager.js"></script> 
    22 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/jquery.js"></script> 
     20<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
     21<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
     22<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
     23<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
     24<script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script> 
     25<script type="text/javascript" src="<!--{$TPL_DIR}-->js/file_manager.js"></script> 
     26<script type="text/javascript" src="<!--{$TPL_DIR}-->js/jquery.js"></script> 
    2327 
    2428<!--{include file='css/contents.tpl'}--> 
     
    3337</head> 
    3438 
    35 <body bgcolor="#ffffff" text="#000000" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->"> 
     39<body bgcolor="#ffffff" text="#000000" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->"> 
    3640<noscript> 
    3741<link rel="stylesheet" href="<!--{$smarty.const.URL_ADMIN_CSS}-->common.css" type="text/css" /> 
     
    4953<table width="912" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    5054    <tr valign="top"> 
    51         <td><img src="<!--{$smarty.const.URL_DIR}-->img/header/header_left.jpg" width="17" height="82" alt=""></td> 
     55        <td><img src="<!--{$TPL_DIR}-->img/header/header_left.jpg" width="17" height="82" alt=""></td> 
    5256        <td> 
    53         <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" " background="<!--{$smarty.const.URL_DIR}-->img/header/header_bg2.jpg"> 
     57        <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" " background="<!--{$TPL_DIR}-->img/header/header_bg2.jpg"> 
    5458            <tr valign="top"> 
    55                 <td><a href="<!--{$smarty.const.URL_DIR}-->admin/home.php"><img src="<!--{$smarty.const.URL_DIR}-->img/admin/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></a></td> 
     59                <td><a href="<!--{$smarty.const.URL_DIR}-->admin/home.php"><img src="<!--{$TPL_DIR}-->img/admin/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></a></td> 
    5660                <td width="648" align="right"> 
    5761                <!--ヘッダーナビ--> 
     
    5963                    <tr><td height="11"></td></tr> 
    6064                    <tr> 
    61                         <td><a href="<!--{$smarty.const.URL_HOME}-->" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mainpage_on.gif','mainpage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mainpage.gif','mainpage');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/mainpage.gif" width="69" height="17" alt="MAIN PAGE" border="0" name="mainpage" id="mainpage"></a></td> 
    62                         <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="10" height="1" alt=""></td> 
    63                         <td><a href="<!--{$smarty.const.SITE_URL}-->" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/sitecheck_on.gif','sitecheck');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/sitecheck.gif','sitecheck');" target="_blank"><img src="<!--{$smarty.const.URL_DIR}-->img/header/sitecheck.gif" width="69" height="17" alt="SITE CHECK" border="0" name="sitecheck" id="sitecheck"></a></td> 
    64                         <td><img src="<!--{$smarty.const.URL_DIR}-->img/header/welcome.gif" width="91" height="17" alt="WELCOME!"></td> 
     65                        <td><a href="<!--{$smarty.const.URL_HOME}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/mainpage_on.gif','mainpage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/mainpage.gif','mainpage');"><img src="<!--{$TPL_DIR}-->img/header/mainpage.gif" width="69" height="17" alt="MAIN PAGE" border="0" name="mainpage" id="mainpage"></a></td> 
     66                        <td><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="10" height="1" alt=""></td> 
     67                        <td><a href="<!--{$smarty.const.SITE_URL}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/sitecheck_on.gif','sitecheck');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/sitecheck.gif','sitecheck');" target="_blank"><img src="<!--{$TPL_DIR}-->img/header/sitecheck.gif" width="69" height="17" alt="SITE CHECK" border="0" name="sitecheck" id="sitecheck"></a></td> 
     68                        <td><img src="<!--{$TPL_DIR}-->img/header/welcome.gif" width="91" height="17" alt="WELCOME!"></td> 
    6569                        <td class="fs12"><span class="whitest"><!--ログイン名--><!--{$smarty.session.login_name|escape}-->&nbsp;様</span></td> 
    66                         <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="10" height="1" alt=""></td> 
    67                         <td><a href="<!--{$smarty.const.URL_LOGOUT}-->" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/admin/header/logout_on.gif','logout');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/admin/header/logout.gif','logout');"><img src="<!--{$smarty.const.URL_DIR}-->img/admin/header/logout.gif" width="56" height="15" alt="LOGOUT" border="0" name="logout" id="logout"></a></td> 
    68                         <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="15" height="1" alt=""></td> 
     70                        <td><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="10" height="1" alt=""></td> 
     71                        <td><a href="<!--{$smarty.const.URL_LOGOUT}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/admin/header/logout_on.gif','logout');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/admin/header/logout.gif','logout');"><img src="<!--{$TPL_DIR}-->img/admin/header/logout.gif" width="56" height="15" alt="LOGOUT" border="0" name="logout" id="logout"></a></td> 
     72                        <td><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="15" height="1" alt=""></td> 
    6973                    </tr> 
    7074                </table> 
     
    7579        <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    7680            <tr> 
    77                 <td><!--{if $tpl_mainno eq "basis"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/basis/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/basis_on.jpg" width="98" height="32" alt="基本情報管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/basis/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/basis_on.jpg','basis');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/basis.jpg','basis');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/basis.jpg" width="98" height="32" alt="基本情報管理" border="0" name="basis" id="basis"></a><!--{/if}--></td> 
    78                 <td><!--{if $tpl_mainno eq "products"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/products/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/product_on.jpg" width="98" height="32" alt="商品管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/products/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/product_on.jpg','product');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/product.jpg','product');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/product.jpg" width="98" height="32" alt="商品管理" border="0" name="product" id="product"></a><!--{/if}--></td> 
    79                 <td><!--{if $tpl_mainno eq "customer"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/customer/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/customer_on.jpg" width="98" height="32" alt="顧客管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/customer/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/customer_on.jpg','customer');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/customer.jpg','customer');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/customer.jpg" width="98" height="32" alt="顧客管理" border="0" name="customer" id="customer"></a><!--{/if}--></td> 
    80                 <td><!--{if $tpl_mainno eq "order"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/order/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/order_on.jpg" width="98" height="32" alt="受注管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/order/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/order_on.jpg','order');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/order.jpg','order');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/order.jpg" width="98" height="32" alt="受注管理" border="0" name="order" id="order"></a><!--{/if}--></td> 
    81                 <td><!--{if $tpl_mainno eq "total"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/total/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/sales_on.jpg" width="98" height="32" alt="売上集計" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/total/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/sales_on.jpg','sales');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/sales.jpg','sales');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/sales.jpg" width="98" height="32" alt="売上集計" border="0" name="sales" id="sales"></a><!--{/if}--></td> 
    82                 <td><!--{if $tpl_mainno eq "mail"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/mail/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/mail_on.jpg" width="97" height="32" alt="メルマガ管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/mail/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mail_on.jpg','mail');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mail.jpg','mail');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/mail.jpg" width="97" height="32" alt="メルマガ管理" border="0" name="mail" id="mail"></a><!--{/if}--></td> 
    83                 <td><!--{if $tpl_mainno eq "contents"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/contents/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/contents_on.jpg" width="97" height="32" alt="コンテンツ管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/contents/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/contents_on.jpg','contents');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/contents.jpg','contents');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/contents.jpg" width="97" height="32" alt="コンテンツ管理" border="0" name="contents" id="contents"></a><!--{/if}--></td> 
    84                 <td><!--{if $tpl_mainno eq "design"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/design/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/design_on.jpg" width="97" height="32" alt="デザイン管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/design/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/design_on.jpg','design');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/design.jpg','design');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/design.jpg" width="97" height="32" alt="デザイン管理" border="0" name="design" id="design"></a><!--{/if}--></td> 
    85                 <td><!--{if $tpl_mainno eq "system"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/system/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/system_on.jpg" width="97" height="32" alt="システム設定" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/system/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/system_on.jpg','system');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/system.jpg','system');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/system.jpg" width="97" height="32" alt="システム設定" border="0" name="system" id="system"></a><!--{/if}--></td> 
     81                <td><!--{if $tpl_mainno eq "basis"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/basis/index.php"><img src="<!--{$TPL_DIR}-->img/header/basis_on.jpg" width="98" height="32" alt="基本情報管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/basis/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/basis_on.jpg','basis');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/basis.jpg','basis');"><img src="<!--{$TPL_DIR}-->img/header/basis.jpg" width="98" height="32" alt="基本情報管理" border="0" name="basis" id="basis"></a><!--{/if}--></td> 
     82                <td><!--{if $tpl_mainno eq "products"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/products/index.php"><img src="<!--{$TPL_DIR}-->img/header/product_on.jpg" width="98" height="32" alt="商品管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/products/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/product_on.jpg','product');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/product.jpg','product');"><img src="<!--{$TPL_DIR}-->img/header/product.jpg" width="98" height="32" alt="商品管理" border="0" name="product" id="product"></a><!--{/if}--></td> 
     83                <td><!--{if $tpl_mainno eq "customer"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/customer/index.php"><img src="<!--{$TPL_DIR}-->img/header/customer_on.jpg" width="98" height="32" alt="顧客管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/customer/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/customer_on.jpg','customer');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/customer.jpg','customer');"><img src="<!--{$TPL_DIR}-->img/header/customer.jpg" width="98" height="32" alt="顧客管理" border="0" name="customer" id="customer"></a><!--{/if}--></td> 
     84                <td><!--{if $tpl_mainno eq "order"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/order/index.php"><img src="<!--{$TPL_DIR}-->img/header/order_on.jpg" width="98" height="32" alt="受注管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/order/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/order_on.jpg','order');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/order.jpg','order');"><img src="<!--{$TPL_DIR}-->img/header/order.jpg" width="98" height="32" alt="受注管理" border="0" name="order" id="order"></a><!--{/if}--></td> 
     85                <td><!--{if $tpl_mainno eq "total"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/total/index.php"><img src="<!--{$TPL_DIR}-->img/header/sales_on.jpg" width="98" height="32" alt="売上集計" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/total/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/sales_on.jpg','sales');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/sales.jpg','sales');"><img src="<!--{$TPL_DIR}-->img/header/sales.jpg" width="98" height="32" alt="売上集計" border="0" name="sales" id="sales"></a><!--{/if}--></td> 
     86                <td><!--{if $tpl_mainno eq "mail"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/mail/index.php"><img src="<!--{$TPL_DIR}-->img/header/mail_on.jpg" width="97" height="32" alt="メルマガ管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/mail/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/mail_on.jpg','mail');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/mail.jpg','mail');"><img src="<!--{$TPL_DIR}-->img/header/mail.jpg" width="97" height="32" alt="メルマガ管理" border="0" name="mail" id="mail"></a><!--{/if}--></td> 
     87                <td><!--{if $tpl_mainno eq "contents"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/contents/index.php"><img src="<!--{$TPL_DIR}-->img/header/contents_on.jpg" width="97" height="32" alt="コンテンツ管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/contents/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/contents_on.jpg','contents');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/contents.jpg','contents');"><img src="<!--{$TPL_DIR}-->img/header/contents.jpg" width="97" height="32" alt="コンテンツ管理" border="0" name="contents" id="contents"></a><!--{/if}--></td> 
     88                <td><!--{if $tpl_mainno eq "design"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/design/index.php"><img src="<!--{$TPL_DIR}-->img/header/design_on.jpg" width="97" height="32" alt="デザイン管理" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/design/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/design_on.jpg','design');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/design.jpg','design');"><img src="<!--{$TPL_DIR}-->img/header/design.jpg" width="97" height="32" alt="デザイン管理" border="0" name="design" id="design"></a><!--{/if}--></td> 
     89                <td><!--{if $tpl_mainno eq "system"}--><a href="<!--{$smarty.const.URL_DIR}-->admin/system/index.php"><img src="<!--{$TPL_DIR}-->img/header/system_on.jpg" width="97" height="32" alt="システム設定" border="0"></a><!--{else}--><a href="<!--{$smarty.const.URL_DIR}-->admin/system/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/header/system_on.jpg','system');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/header/system.jpg','system');"><img src="<!--{$TPL_DIR}-->img/header/system.jpg" width="97" height="32" alt="システム設定" border="0" name="system" id="system"></a><!--{/if}--></td> 
    8690            </tr> 
    8791        </table> 
    8892        <!--▲NAVI--> 
    8993        </td> 
    90         <td><img src="<!--{$smarty.const.URL_DIR}-->img/header/header_right.jpg" width="17" height="82" alt=""></td> 
     94        <td><img src="<!--{$TPL_DIR}-->img/header/header_right.jpg" width="17" height="82" alt=""></td> 
    9195    </tr> 
    9296</table> 
     
    96100<table width="912" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    97101    <tr valign="top"> 
    98         <td background="<!--{$smarty.const.URL_DIR}-->img/common/left_bg.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/left.jpg" width="17" height="443" alt=""></td> 
     102        <td background="<!--{$TPL_DIR}-->img/common/left_bg.jpg"><img src="<!--{$TPL_DIR}-->img/common/left.jpg" width="17" height="443" alt=""></td> 
    99103        <td> 
    100104        <!--{if $smarty.server.REQUEST_URI != $smarty.const.URL_HOME}--> 
     
    102106            <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    103107                <tr> 
    104                     <!--{assign var=title_image value="`$smarty.const.URL_DIR`img/title/title_`$tpl_mainno`.jpg"}--> 
     108                    <!--{assign var=title_image value="`$TPL_DIR`img/title/title_`$tpl_mainno`.jpg"}--> 
    105109                    <td bgcolor="#525363"><!--タイトル画像--><img src="<!--{$title_image}-->" width="141" height="33" ></td> 
    106                     <td background="<!--{$smarty.const.URL_DIR}-->img/title/subtitle_bg.gif"> 
     110                    <td background="<!--{$TPL_DIR}-->img/title/subtitle_bg.gif"> 
    107111                    <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    108                         <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/title/subtitle_top.gif" width="737" height="8" alt=""></td></tr> 
     112                        <tr><td><img src="<!--{$TPL_DIR}-->img/title/subtitle_top.gif" width="737" height="8" alt=""></td></tr> 
    109113                        <tr> 
    110114                            <td class="fs14n"><span class="title"><!--サブタイトル--><!--{$tpl_subtitle}--></span></td> 
    111115                        </tr> 
    112                         <tr><td><img src="<!--{$smarty.const.URL_DIR}-->img/title/subtitle_bottom.gif" width="737" height="8" alt=""></td></tr> 
     116                        <tr><td><img src="<!--{$TPL_DIR}-->img/title/subtitle_bottom.gif" width="737" height="8" alt=""></td></tr> 
    113117                    </table> 
    114118                  </td> 
    115119                </tr> 
    116                 <tr><td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/title/bar.gif" width="878" height="9" alt=""></td></tr> 
     120                <tr><td colspan="2"><img src="<!--{$TPL_DIR}-->img/title/bar.gif" width="878" height="9" alt=""></td></tr> 
    117121            </table> 
    118122            <!--★★タイトル★★--> 
     
    120124        <!--{include file=$tpl_mainpage}--> 
    121125        </td> 
    122         <td background="<!--{$smarty.const.URL_DIR}-->img/common/right_bg.jpg"><div align="justify" class="" id=""><img src="<!--{$smarty.const.URL_DIR}-->img/common/right.jpg" width="17" height="443" alt=""></div></td> 
     126        <td background="<!--{$TPL_DIR}-->img/common/right_bg.jpg"><div align="justify" class="" id=""><img src="<!--{$TPL_DIR}-->img/common/right.jpg" width="17" height="443" alt=""></div></td> 
    123127    </tr> 
    124128</table> 
     
    128132<table width="912" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    129133    <tr valign="top"> 
    130         <td background="<!--{$smarty.const.URL_DIR}-->img/common/left_bg.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="17" height="1" alt=""></td> 
     134        <td background="<!--{$TPL_DIR}-->img/common/left_bg.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="17" height="1" alt=""></td> 
    131135        <td bgcolor="#636469"> 
    132136        <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    135139                <table width="840" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    136140                    <tr> 
    137                         <td height="45" align="right"><a href="#top"><img src="<!--{$smarty.const.URL_DIR}-->img/admin/common/pagetop.gif" width="105" height="17" alt="GO TO PAGE TOP" border="0"></a></td>                     
     141                        <td height="45" align="right"><a href="#top"><img src="<!--{$TPL_DIR}-->img/admin/common/pagetop.gif" width="105" height="17" alt="GO TO PAGE TOP" border="0"></a></td> 
    138142                    </tr> 
    139143                </table> 
     
    147151        </table> 
    148152        </td> 
    149         <td background="<!--{$smarty.const.URL_DIR}-->img/common/right_bg.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="17" height="1" alt=""></td> 
     153        <td background="<!--{$TPL_DIR}-->img/common/right_bg.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="17" height="1" alt=""></td> 
    150154    </tr> 
    151155    <tr> 
    152         <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/common/fotter.jpg" width="912" height="19" alt=""></td> 
     156        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/common/fotter.jpg" width="912" height="19" alt=""></td> 
    153157    </tr> 
    154158    <tr><td height="10"></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.