Changeset 846 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 11:12:10 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll
- Files:
-
- 2 edited
-
pollrating.php (modified) (1 diff)
-
templates/xoopspoll_rating.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r842 r846 79 79 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 80 80 81 $xoopsTpl->assign('arrForm', $_POST); 81 82 $xoopsTpl->assign('arrStatus', $arrStatus); 82 83 $xoopsTpl->assign('arrCat', $arrCategory); -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_rating.html
r840 r846 77 77 <table border="0" cellspacing="0" cellpadding="0"> 78 78 <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> 80 80 </tr> 81 81 <tr><td height="15"></td></tr> 82 82 <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> 84 84 </tr> 85 85 <tr><td height="10"></td></tr>
Note: See TracChangeset
for help on using the changeset viewer.
