source: trunk/root/templates/includes/locale_select.tt @ 321

Last change on this file since 321 was 321, checked in by nanardon, 14 years ago
  • more translations
  • Property svn:keywords set to Id
File size: 184 bytes
Line 
1<!-- $Id$ -->
2<select name="locale">
3    <option>C</option>
4[% FOREACH lang = [ 'fr' ] %]
5    <option[% " selected" IF locale == lang %]>[% lang | html %]</option>
6[% END %]
7</select>
Note: See TracBrowser for help on using the repository browser.