Ignore:
Timestamp:
2012/12/28 11:06:37 (11 years ago)
Author:
h_yoshimoto
Message:

#1996 テキストボタン画像のCSS化を一旦コミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/default_en/shopping/nonmember_input.tpl

    r22157 r22175  
    7171                        <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="mini">Postal code search</span></a></p> 
    7272 
    73                     <p class="zipimg"><a href="<!--{$smarty.const.ROOT_URLPATH}-->address/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'order_zip01', 'order_zip02', 'order_pref', 'order_addr01'); return false;" target="_blank"><img src="<!--{$TPL_URLPATH}-->img/button/btn_address_input.jpg" alt="Automatic address input" /></a> 
     73                    <p class="zipimg"><a class="bt01" href="<!--{$smarty.const.ROOT_URLPATH}-->address/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'order_zip01', 'order_zip02', 'order_pref', 'order_addr01'); return false;" target="_blank">Automatic address input</a> 
    7474                        <span class="mini">&nbsp;Click after inputting the postal code.</span></p> 
    7575                </td> 
     
    211211                        <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="mini">Postal code search</span></a></p> 
    212212 
    213                     <p class="zipimg"><a href="<!--{$smarty.const.ROOT_URLPATH}-->address/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'shipping_zip01', 'shipping_zip02', 'shipping_pref', 'shipping_addr01'); return false;" target="_blank"><img src="<!--{$TPL_URLPATH}-->img/button/btn_address_input.jpg" alt="Automatic address input" /></a> 
     213                    <p class="zipimg"><a class="bt01" href="<!--{$smarty.const.ROOT_URLPATH}-->address/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'shipping_zip01', 'shipping_zip02', 'shipping_pref', 'shipping_addr01'); return false;" target="_blank">Automatic address input</a> 
    214214                        <span class="mini">&nbsp;Click after inputting the postal code.</span></p> 
    215215                </td> 
     
    258258            <ul> 
    259259                <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}--> 
     260                    <li><button class="bt02">Send only to the destination above</button> </li> 
    260261                    <li> 
    261                         <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_singular_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_singular.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_singular.jpg" alt="Send only to the destination above" name="singular" id="singular" /> 
    262                     </li> 
    263                     <li> 
    264                     <a href="javascript:;" onclick="fnModeSubmit('multiple', '', ''); return false" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_multiple_on.jpg','several');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_multiple.jpg','several');"> 
    265                         <img src="<!--{$TPL_URLPATH}-->img/button/btn_multiple.jpg" alt="Send to multiple destinations" border="0" name="several" id="several" /></a> 
     262                    <a class="bt02" href="javascript:;" onclick="fnModeSubmit('multiple', '', ''); return false">Send to multiple destinations</a> 
    266263                    </li> 
    267264                <!--{else}--> 
    268                     <li> 
    269                         <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="Next" name="singular" id="singular" /> 
     265                    <li><button class="bt02">Next</button> 
    270266                    </li> 
    271267                <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.