Ignore:
Timestamp:
2006/12/13 11:46:21 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html

    r854 r861  
    7777                    <table border="0" cellspacing="0" cellpadding="0"> 
    7878                        <tr> 
    79                             <td><input type="radio" name="rating_id" id="necessity" value="1" <{if $arrForm.rating_id == 1}>checked<{/if}> /><label for="necessity">Í×</label>¡¡<input type="radio" name="rating_id" id="unnecessary" value="2" <{if $arrForm.rating_id == 2}>checked<{/if}> /><label for="unnecessary">ÉÔÍ×</label></td> 
     79                            <td><input type="radio" name="rating_id" id="necessity" value="1" <{if $arrForm.rating_id == 1 || $arrForm.rating_id == ""}>checked<{/if}> /><label for="necessity">Í×</label>¡¡<input type="radio" name="rating_id" id="unnecessary" value="2" <{if $arrForm.rating_id == 2}>checked<{/if}> /><label for="unnecessary">ÉÔÍ×</label></td> 
    8080                        </tr> 
    8181                        <tr><td height="15"></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.