Changeset 703 for temp


Ignore:
Timestamp:
2006/12/11 20:44:16 (20 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/pollresults.php

    r693 r703  
    4848$renderer->assignOptions($xoopsTpl); 
    4949 
     50$xoopsTpl->assign('arrStatus', $arrStatus); 
     51$xoopsTpl->assign('arrCat', $arrCategory); 
     52 
    5053include XOOPS_ROOT_PATH.'/include/comment_view.php'; 
    5154 
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html

    r702 r703  
    9999        <tr class="<{cycle values="even,odd"}>"> 
    100100            <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> 
    102102            <td align="center"><{$arrCat[$option_list[cnt].category_id]|default:"»ØÄê̵¤·"}></td> 
    103103            <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.