Changeset 70


Ignore:
Timestamp:
03/18/09 02:54:59 (15 years ago)
Author:
nanardon
Message:
  • show original value/mapped value
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote.pm

    r67 r70  
    33use strict; 
    44use warnings; 
     5use Config::YAML; 
    56 
    67use Catalyst::Runtime '5.70'; 
  • trunk/root/templates/includes/poll_results.tt

    r47 r70  
    4949<p>Liste des bulletins:</p> 
    5050<table border="1"> 
    51 <tr><th>numéro</th><th>Id</th><th>contenu</th><th>remarque</th></tr> 
     51<tr><th>numéro</th><th>Id</th> 
     52<th>contenu (=> <i>corrigé en</i>) 
     53[% IF vote.vote_info(voteid).free_choice %] 
     54<br>(*: hors liste) 
     55[% END %] 
     56</th><th>remarque</th></tr> 
    5257[% END %] 
    5358<tr> 
     
    5964[% FOREACH item = items %] 
    6065[% "<ul>\n" IF loop.first %] 
    61 <li>[% item.v | html %][% ' *' IF NOT item.fromlist %]</li> 
     66<li>[% item.v | html %] 
     67[% ' *' IF NOT item.fromlist %] 
     68[% IF item.corrected %] (<i>=&gt; [% item.corrected %]</i>)[% END %]</li> 
    6269[% "</ul>\n" IF loop.last %] 
    6370[% END %] 
Note: See TracChangeset for help on using the changeset viewer.