Ignore:
Timestamp:
2012/02/18 20:49:30 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • スマートホンテンプレート(主にインデント 4TABを徹底)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/sphone/frontparts/bloc/login_footer.tpl

    r21158 r21533  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
     22 
    2223<section class="footer_status_area"> 
    23  
    24 <!--{if $tpl_login}--> 
    25   <form name="login_form_footer" id="login_form_footer" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form_footer')"> 
     24    <!--{if $tpl_login}--> 
     25        <form name="login_form_footer" id="login_form_footer" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form_footer')"> 
    2626            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2727            <input type="hidden" name="mode" value="logout" /> 
    2828            <input type="hidden" name="url" value="<!--{$smarty.server.PHP_SELF|h}-->" /> 
    29   </form> 
    30   <p>ようこそ <a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/mypage/login.php" data-transition="slideup"><!--{$tpl_name1|h}--> <!--{$tpl_name2|h}-->さん</a></p> 
    31   <!--{if $smarty.const.USE_POINT !== false}--> 
    32       <p>所持ポイント<!--{$tpl_user_point|number_format|default:0}-->pt</p> 
    33   <!--{/if}--> 
    34   <p><a rel="external" href="javascript:void(document.login_form_footer.submit())" class="btn_btm">ログアウト</a></p> 
    35 <!--{else}--> 
    36   <p>ようこそ ゲストさん</p> 
    37   <p><a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/entry/kiyaku.php" class="btn_btm">新規会員登録</a></p> 
    38 <!--{/if}--> 
     29        </form> 
     30        <p>ようこそ <a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/mypage/login.php" data-transition="slideup"><!--{$tpl_name1|h}--> <!--{$tpl_name2|h}-->さん</a></p> 
     31        <!--{if $smarty.const.USE_POINT !== false}--> 
     32            <p>所持ポイント<!--{$tpl_user_point|number_format|default:0}-->pt</p> 
     33        <!--{/if}--> 
     34        <p><a rel="external" href="javascript:void(document.login_form_footer.submit())" class="btn_btm">ログアウト</a></p> 
     35    <!--{else}--> 
     36        <p>ようこそ ゲストさん</p> 
     37        <p><a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/entry/kiyaku.php" class="btn_btm">新規会員登録</a></p> 
     38    <!--{/if}--> 
    3939</section> 
Note: See TracChangeset for help on using the changeset viewer.