Changeset 15999


Ignore:
Timestamp:
2007/09/25 10:54:31 (17 years ago)
Author:
nanasess
Message:

input type="image" の スタイル変更

Location:
branches/feature-module-update/data/Smarty/templates/default/bloc
Files:
2 edited

Legend:

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

    r15890 r15999  
    4747        </p> 
    4848        <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" style="width: 51px; height: 22px; border: none" alt="ログイン" 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" class="box51" alt="ログイン" name="subm" /> 
    5050        </p> 
    5151        <!--{/if}--> 
  • branches/feature-module-update/data/Smarty/templates/default/bloc/search_products.tpl

    r15839 r15999  
    2121      <p><img src="<!--{$TPL_DIR}-->img/side/search_name.gif" width="66" height="10" alt="商品名を入力" /></p> 
    2222      <p><input type="text" name="name" class="box142" maxlength="50" value="<!--{$smarty.get.name|escape}-->" /></p> 
    23       <p class="btn"><input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_search_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_search.gif',this)" src="<!--{$TPL_DIR}-->img/side/button_search.gif" style="width: 51px; height: 22px; border: none" alt="検索" name="search" /></p> 
     23      <p class="btn"><input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_search_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_search.gif',this)" src="<!--{$TPL_DIR}-->img/side/button_search.gif" class="box51" alt="検索" name="search" /></p> 
    2424    </form> 
    2525</div> 
Note: See TracChangeset for help on using the changeset viewer.