Ignore:
Timestamp:
2010/12/29 13:10:01 (13 years ago)
Author:
Seasoft
Message:

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/admin_popup_header.tpl

    r19712 r19785  
    3636<script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script> 
    3737<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script> 
    38 <!--{if $tpl_javascript != ""}--> 
    3938<script type="text/javascript">//<![CDATA[ 
    4039    <!--{$tpl_javascript}--> 
     40    $(function(){ 
     41        <!--{$tpl_onload}--> 
     42    }); 
    4143//]]> 
    4244</script> 
    43 <!--{/if}--> 
    4445<!--{include file='css/contents.tpl'}--> 
    4546<title><!--{$smarty.const.ADMIN_TITLE}--> <!--{$tpl_subtitle}--></title> 
    4647</head> 
    4748 
    48 <body id="popup"<!--{if $tpl_onload || $tpl_start}--> onLoad="<!--{$tpl_onload}--> <!--{$tpl_start}-->"<!--{/if}-->> 
     49<body id="popup"> 
    4950<noscript> 
    5051  <p>JavaScript を有効にしてご利用下さい.</p> 
Note: See TracChangeset for help on using the changeset viewer.