Ignore:
Timestamp:
2008/02/27 20:05:47 (16 years ago)
Author:
pineray
Message:

別ウィンドウの共通部分をインクルードする仕様に(完了)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/mypage/error.tpl

    r16821 r17090  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html lang="ja"> 
    31<!--{* 
    42/* 
     
    2422 */ 
    2523*}--> 
    26 <head> 
    27 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->"> 
    28 <meta http-equiv="content-script-type" content="text/javascript"> 
    29 <meta http-equiv="content-style-type" content="text/css"> 
    30 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
    31 <link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" /> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    34 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    35 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    36 <title><!--{$arrSiteInfo.shop_name}-->/エラー</title> 
    37 </head> 
     24<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="エラー"}--> 
    3825 
    39 <body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
    40 <noscript> 
    41 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" /> 
    42 </noscript> 
    43  
    44 <div align="center"> 
    45  
    46 <!--▼CONTENTS--> 
    47 <!--▼MAINN ONTENTS--> 
    4826<div id="compbox"> 
    4927<span class="red"><!--{$tpl_error}--></span><br /> 
     
    5129 
    5230<div class="button"> 
    53 <a href="javascript:window.close()" onmouseOver="chgImg('<!--{$TPL_DIR}-->img/button/close_on.jpg','close');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/close.jpg','close');"><img src="<!--{$TPL_DIR}-->img/button/close.jpg" width="129" height="32" alt="閉じる" name="close" id="close" /></a></div> 
    54 <!--▲MAIN CONTENTS--> 
    55 <!--▲CONTENTS--> 
     31<a href="javascript:window.close()" onmouseOver="chgImg('<!--{$TPL_DIR}-->img/button/close_on.jpg','close');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/close.jpg','close');"><img src="<!--{$TPL_DIR}-->img/button/close.jpg" width="129" height="32" alt="閉じる" name="close" id="close" /></a> 
    5632</div> 
    5733 
    58 </body> 
    59 </html> 
     34<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.