Changeset 15890
- Timestamp:
- 2007/09/21 23:31:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/bloc/login.tpl
r15827 r15890 20 20 <div id="loginarea"> 21 21 <form name="login_form" id="login_form" method="post" action="<!--{$smarty.const.SSL_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')"> 22 <input type="hidden" name="mode" value="login" >23 <input type="hidden" name="url" value="<!--{$url|escape}-->" >22 <input type="hidden" name="mode" value="login" /> 23 <input type="hidden" name="url" value="<!--{$url|escape}-->" /> 24 24 <div id="login"> 25 25 <!--{if $tpl_login}--> … … 43 43 </p> 44 44 <p> 45 <input type="checkbox" name="login_memory" value="1" checked="<!--{$tpl_login_memory|sfGetChecked:1}-->"/>45 <input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> /> 46 46 <img src="<!--{$TPL_DIR}-->img/header/memory.gif" width="18" height="9" alt="記憶" /> 47 47 </p> 48 48 <p class="btn"> 49 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_login.gif',this)" src="<!--{$TPL_DIR}-->img/side/button_login.gif" width="51" height="22" alt="ログイン" border="0" name="subm" />49 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_login.gif',this)" src="<!--{$TPL_DIR}-->img/side/button_login.gif" style="width: 51px; height: 22px; border: none" alt="ログイン" name="subm" /> 50 50 </p> 51 51 <!--{/if}-->
Note: See TracChangeset
for help on using the changeset viewer.