Ignore:
Timestamp:
2011/03/05 13:43:05 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#624(軽微な表示乱れを修正)

  • HTML 構文誤り
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/input_zip.tpl

    r20407 r20518  
    2222<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_header.tpl" subtitle="住所検索" disable_wincol=1}--> 
    2323 
    24   <div id="zipsearchcolumn"> 
     24<div id="zipsearchcolumn"> 
    2525    <h2>住所検索</h2> 
    2626    <div id="zipsearch_area"> 
    27       <form name="form1" id="form1" method="post" action="?"> 
    28         <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    29         <input type="hidden" name="state" value="<!--{$tpl_state}-->" /> 
    30         <input type="hidden" name="city" value="<!--{$tpl_city}-->" /> 
    31         <input type="hidden" name="town" value="<!--{$tpl_town}-->" /> 
    32         <div id="completebox"> 
    33           <p><!--{$tpl_message}--></p> 
    34         </div> 
    35       </form> 
     27        <form name="form1" id="form1" method="post" action="?"> 
     28            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     29            <input type="hidden" name="state" value="<!--{$tpl_state}-->" /> 
     30            <input type="hidden" name="city" value="<!--{$tpl_city}-->" /> 
     31            <input type="hidden" name="town" value="<!--{$tpl_town}-->" /> 
     32            <div id="completebox"> 
     33                <p><!--{$tpl_message}--></p> 
     34            </div> 
     35        </form> 
    3636    </div> 
    3737    <div class="btn"><a href="javascript:window.close()" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close_on.gif','b_close');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close.gif','b_close');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_close.gif" alt="閉じる" border="0" name="b_close" /></a></div> 
    38   </div> 
     38</div> 
    3939 
    4040<!--{include file="`$smarty.const.TEMPLATE_REALDIR`popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.