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/default/mypage/login.tpl

    r19748 r19785  
    2525<div id="under02column"> 
    2626  <div id="under02column_login"> 
    27     <h2 class="title"><!--{$tpl_title|escape}--></h2> 
     27    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    2828    <form name="login_mypage" id="login_mypage" method="post" action="./login_check.php" onsubmit="return fnCheckLogin('login_mypage')"> 
    2929    <input type="hidden" name="mode" value="login" /> 
     
    3636       <p>メールアドレス:&nbsp; 
    3737         <input type="text" name="<!--{$key}-->" 
    38                 value="<!--{$tpl_login_email|escape}-->" 
     38                value="<!--{$tpl_login_email|h}-->" 
    3939                maxlength="<!--{$arrForm[$key].length}-->" 
    4040                style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" 
Note: See TracChangeset for help on using the changeset viewer.