Ignore:
Timestamp:
2008/02/28 19:15:00 (19 years ago)
Author:
pineray
Message:

Chgset17049-17053のマージ

Location:
branches/comu-ver2/data/Smarty/templates/default
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/contents/csv_sql_view.tpl

    r16821 r17094  
    4343</head> 
    4444 
    45 <body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
     45<body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$TPL_DIR}-->')"> 
    4646<noscript> 
    4747<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" > 
  • branches/comu-ver2/data/Smarty/templates/default/admin/login_frame.tpl

    r16821 r17094  
    4343</head> 
    4444 
    45 <body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
     45<body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$TPL_DIR}-->')"> 
    4646<!--{$GLOBAL_ERR}--> 
    4747<noscript> 
  • branches/comu-ver2/data/Smarty/templates/default/admin/order/disp.tpl

    r16821 r17094  
    4545 
    4646</head> 
    47 <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}-->"> 
     47<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}-->"> 
    4848<noscript> 
    4949<link rel="stylesheet" href="<!--{$smarty.const.URL_ADMIN_CSS}-->common.css" type="text/css" /> 
  • branches/comu-ver2/data/Smarty/templates/default/admin/order/edit.tpl

    r16987 r17094  
    2525<!-- 
    2626    function fnEdit(customer_id) { 
    27         document.form1.action = '/admin/customer/edit.php'; 
     27        document.form1.action = '<!--{$smarty.const.URL_DIR}-->admin/customer/edit.php'; 
    2828        document.form1.mode.value = "edit" 
    2929        document.form1['edit_customer_id'].value = customer_id; 
  • branches/comu-ver2/data/Smarty/templates/default/admin/order/mail_view.tpl

    r16821 r17094  
    4343</head> 
    4444 
    45 <body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
     45<body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$TPL_DIR}-->')"> 
    4646<noscript> 
    4747<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" > 
  • branches/comu-ver2/data/Smarty/templates/default/campaign/active/header.tpl

    r16583 r17094  
    4141</script> 
    4242</head> 
    43 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->"> 
     43<body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->"> 
    4444<noscript> 
    4545  <p>JavaScript を有効にしてご利用下さい.</p> 
  • branches/comu-ver2/data/Smarty/templates/default/campaign/end/header.tpl

    r16583 r17094  
    4141</script> 
    4242</head> 
    43 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->"> 
     43<body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->"> 
    4444<noscript> 
    4545  <p>JavaScript を有効にしてご利用下さい.</p> 
  • branches/comu-ver2/data/Smarty/templates/default/mypage/change_confirm.tpl

    r16582 r17094  
    2626  <h2 class="title"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ" /></h2> 
    2727    <!--{include file=$tpl_navi}--> 
    28  
     28    <div id="mycontentsarea"> 
    2929    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle02.gif" width="515" height="32" alt="会員登録内容変更" /></h3> 
    3030    <p>下記の内容で送信してもよろしいでしょうか?<br /> 
  • branches/comu-ver2/data/Smarty/templates/default/mypage/delivery.tpl

    r16582 r17094  
    7474          </td> 
    7575          <td class="centertd"> 
    76             <a href="<!--{$smarty.server.PHP_SELF}-->" onclick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->');">削除</a> 
     76            <a href="<!--{$smarty.server.PHP_SELF}-->" onclick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->'); return false;">削除</a> 
    7777          </td> 
    7878        </tr> 
  • branches/comu-ver2/data/Smarty/templates/default/site_main.tpl

    r16940 r17094  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->'); <!--{$tpl_onload}-->"> 
     22<body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->"> 
    2323<!--{* A8タグ表示用 *}--> 
    2424<!--{if "sfPrintA8Tag"|function_exists === TRUE}--> 
Note: See TracChangeset for help on using the changeset viewer.