templates/preferences.tmpl
changeset 71 e909bde831e7
parent 62 e7ca94b94a4e
child 73 5a7188bf2894
equal deleted inserted replaced
70:72edbbb414a7 71:e909bde831e7
    11             <select name="timezone">
    11             <select name="timezone">
    12             % for tz_name in timezones :
    12             % for tz_name in timezones :
    13                 <option${' selected="selected"' if tz_name == prefs['timezone'].zone else ''}>${tz_name}</option>
    13                 <option${' selected="selected"' if tz_name == prefs['timezone'].zone else ''}>${tz_name}</option>
    14             % endfor
    14             % endfor
    15             </select>
    15             </select>
       
    16             <span class="example">(${h.tz_name(prefs['timezone'])})</span>
    16         </p>
    17         </p>
    17 
    18 
    18         <p>
    19         <p>
    19             <label for="date_format">Date format:</label>
    20             <label for="date_format">Date format:</label>
    20             <input type="text" name="date_format" value="${prefs['date_format']}" />
    21             <input type="text" name="date_format" value="${prefs['date_format']}" />