Ignore:
Timestamp:
2006/12/13 11:12:10 (19 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/xoopspoll
Files:
2 edited

Legend:

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

    r842 r846  
    7979$xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 
    8080 
     81$xoopsTpl->assign('arrForm', $_POST); 
    8182$xoopsTpl->assign('arrStatus', $arrStatus); 
    8283$xoopsTpl->assign('arrCat', $arrCategory); 
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html

    r840 r846  
    7777                    <table border="0" cellspacing="0" cellpadding="0"> 
    7878                        <tr> 
    79                             <td><input type="radio" name="rating_id" id="necessity" value="1" checked/><label for="necessity">Í×</label>¡¡<input type="radio" name="rating_id" id="unnecessary" value="2" /><label for="unnecessary">ÉÔÍ×</label></td> 
     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> 
    8080                        </tr> 
    8181                        <tr><td height="15"></td></tr> 
    8282                        <tr> 
    83                             <td><textarea name="comment" style="width: 99%; height:150px;"></textarea></td> 
     83                            <td><textarea name="comment" style="width: 99%; height:150px;"><{$arrForm.comment}></textarea></td> 
    8484                        </tr> 
    8585                        <tr><td height="10"></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.