- Timestamp:
- 2006/12/11 20:44:16 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll
- Files:
-
- 2 edited
-
pollresults.php (modified) (1 diff)
-
templates/xoopspoll_results.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
r693 r703 48 48 $renderer->assignOptions($xoopsTpl); 49 49 50 $xoopsTpl->assign('arrStatus', $arrStatus); 51 $xoopsTpl->assign('arrCat', $arrCategory); 52 50 53 include XOOPS_ROOT_PATH.'/include/comment_view.php'; 51 54 -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html
r702 r703 99 99 <tr class="<{cycle values="even,odd"}>"> 100 100 <td><a href="#"><{$option_list[cnt].option_text|escape}></a></td> 101 <td align="center"><{$arrStatus[$option_list[cnt].status] |default:"¼õÉÕÃæ"}></td>101 <td align="center"><{$arrStatus[$option_list[cnt].status]}></td> 102 102 <td align="center"><{$arrCat[$option_list[cnt].category_id]|default:"»ØÄê̵¤·"}></td> 103 103 <td align="right"><{$option_list[cnt].option_count|default:"0"}>/<{$option_list[cnt].minus_count|default:"0"}></td>
Note: See TracChangeset
for help on using the changeset viewer.
