Changeset 16058


Ignore:
Timestamp:
2007/09/26 21:03:55 (17 years ago)
Author:
nanasess
Message:

トランザクショントークンを使用するように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/bloc/login.tpl

    r16044 r16058  
    55 *}--> 
    66<!--▼ログインここから--> 
    7 <!--{* FIXME *}--> 
    8 <!--{if $smarty.post.url == ""}--> 
    9     <!--{if sfIsHTTPS}--> 
    10         <!--{assign var=url value="https://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}--> 
    11     <!--{else}--> 
    12         <!--{assign var=url value="http://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}--> 
    13     <!--{/if}--> 
    14 <!--{else}--> 
    15     <!--{assign var=url value="`$smarty.post.url`"}--> 
    16 <!--{/if}--> 
    177<h2> 
    188  <img src="<!--{$TPL_DIR}-->img/side/title_login.jpg" width="166" height="35" alt="ログイン" /> 
     
    2111    <form name="login_form" id="login_form" method="post" action="<!--{$smarty.const.SSL_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')"> 
    2212      <input type="hidden" name="mode" value="login" /> 
    23       <input type="hidden" name="url" value="<!--{$url|escape}-->" /> 
     13      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     14      <input type="hidden" name="url" value="<!--{$smarty.server.PHP_SELF|escape}-->" /> 
    2415      <div id="login"> 
    2516        <!--{if $tpl_login}--> 
Note: See TracChangeset for help on using the changeset viewer.