Ignore:
Timestamp:
2006/12/11 23:18:05 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates
Files:
2 edited

Legend:

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

    r730 r741  
    102102        <{section name=cnt loop=$arrComment}> 
    103103        <{assign var="id" value=$arrComment[cnt].rating_id}> 
    104         <tr class="even"> 
     104        <tr class="<{cycle values="even,odd"}>"> 
    105105            <td><{$arrComment[cnt].uname|escape}></td> 
    106106            <td align="center"><{$arrRating[$id]|escape}></td> 
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html

    r705 r741  
    9999        <{assign var="status" value=$option_list[cnt].status}> 
    100100        <{assign var="cat" value=$option_list[cnt].category_id}> 
    101                 <tr class="<{cycle values="even,odd"}>"> 
     101        <tr class="<{cycle values="even,odd"}>"> 
    102102            <td><a href="#"><{$option_list[cnt].option_text|escape}></a></td> 
    103103            <td align="center"><{$arrStatus[$status]|default:"¼õÉÕÃæ"}></td> 
Note: See TracChangeset for help on using the changeset viewer.