Changeset 741 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/11 23:18:05 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates
- Files:
-
- 2 edited
-
xoopspoll_regist.html (modified) (1 diff)
-
xoopspoll_results.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_regist.html
r730 r741 102 102 <{section name=cnt loop=$arrComment}> 103 103 <{assign var="id" value=$arrComment[cnt].rating_id}> 104 <tr class=" even">104 <tr class="<{cycle values="even,odd"}>"> 105 105 <td><{$arrComment[cnt].uname|escape}></td> 106 106 <td align="center"><{$arrRating[$id]|escape}></td> -
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/templates/xoopspoll_results.html
r705 r741 99 99 <{assign var="status" value=$option_list[cnt].status}> 100 100 <{assign var="cat" value=$option_list[cnt].category_id}> 101 <tr class="<{cycle values="even,odd"}>">101 <tr class="<{cycle values="even,odd"}>"> 102 102 <td><a href="#"><{$option_list[cnt].option_text|escape}></a></td> 103 103 <td align="center"><{$arrStatus[$status]|default:"¼õÉÕÃæ"}></td>
Note: See TracChangeset
for help on using the changeset viewer.
