Changeset 686 for temp


Ignore:
Timestamp:
2006/12/11 17:03:15 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r683 r686  
    1 <div style='text-align: center; margin: 3px;'> 
    2 <table width="60%" class="outer" cellspacing="1"> 
    3   <tr> 
    4     <th colspan="2"><{$poll.question}></th> 
    5   </tr> 
    6   <tr> 
    7     <td class="head" align="right" colspan="2"> 
    8     <{$poll.end_text}> 
    9     </td> 
    10   </tr> 
    11  
    12   <{foreach item=option from=$poll.options}> 
    13   <tr> 
    14     <td class="even" width="30%" align="left"> 
    15     <{$option.text}> 
    16     </td> 
    17     <td class="odd" width="70%" align="left"> 
    18     <{$option.image}> <{$option.percent}> 
    19     </td> 
    20   </tr> 
    21   <{/foreach}> 
    22   <tr> 
    23     <td class="foot" colspan="2" align="center"> 
    24       <{$poll.totalVotes}><br /><{$poll.totalVoters}><br /><{$poll.vote}> 
    25     </td> 
    26   </tr> 
    27 </table> 
    28 </div> 
    29 <br /> 
    30  
    31 <div style="text-align:center; padding: 3px; margin:3px;"> 
    32   <{$commentsnav}> 
    33   <{$lang_notice}> 
    34 </div> 
    35  
    36 <div style="margin:3px; padding: 3px;"> 
    37 <!-- start comments loop --> 
    38 <{if $comment_mode == "flat"}> 
    39   <{include file="db:system_comments_flat.html"}> 
    40 <{elseif $comment_mode == "thread"}> 
    41   <{include file="db:system_comments_thread.html"}> 
    42 <{elseif $comment_mode == "nest"}> 
    43   <{include file="db:system_comments_nest.html"}> 
    44 <{/if}> 
    45 <!-- end comments loop --> 
    46 </div> 
    47  
    48 <!---------------------------------------------------------------------------------------------------------> 
    49  
    501<div style="padding: 15px 0;"> 
    512    <table border="0" cellspacing="0" cellpadding="0"> 
Note: See TracChangeset for help on using the changeset viewer.