Changeset 275 for trunk/root/templates


Ignore:
Timestamp:
12/16/09 11:04:36 (14 years ago)
Author:
nanardon
Message:
  • add code to support i18n
Location:
trunk/root/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/default.tt

    r259 r275  
    55<form action="[% c.uri_for %]" method="POST"> 
    66[% IF novoting %] 
    7 <p class="warning">Aucun vote en cours ne concerne [% novoting | html %].</p> 
     7<p class="warning">[% c.loc('Aucun vote en cours ne concerne') %] [% novoting | html %].</p> 
    88[% END %] 
    99[% IF sendvoting %] 
  • trunk/root/templates/includes/header.tt

    r262 r275  
    2626<!-- $Id$ --> 
    2727<div id="header"> 
    28     <p id="title"><b>Epoll:</b> systÚme de vote en ligne</p> 
     28    <p id="title"><b>Epoll:</b> [% c.loc('systÚme de vote en ligne') %]</p> 
    2929    <p id="now" style="float: right">Page générée le [% c.model('Vote').dbtime | html %]</p> 
    3030    <p id="menu"> 
Note: See TracChangeset for help on using the changeset viewer.