Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 2246:9db7d2842222
fixed static file serving
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 04 May 2004 00:02:23 +0000 |
| parents | c5fb778ec7e4 |
| children | f9200f897369 |
comparison
equal
deleted
inserted
replaced
| 2245:c5fb778ec7e4 | 2246:9db7d2842222 |
|---|---|
| 54 </tr> | 54 </tr> |
| 55 <tr> | 55 <tr> |
| 56 <th>Timezone</th> | 56 <th>Timezone</th> |
| 57 <td tal:define="timezone request/form/timezone/value | python:''; | 57 <td tal:define="timezone request/form/timezone/value | python:''; |
| 58 timezone python:timezone | 58 timezone python:timezone |
| 59 or db._db.user.get(request.user.id, 'timezone') | 59 or db._db.user.get(context.id, 'timezone') |
| 60 or config.DEFAULT_TIMEZONE"> | 60 or config.DEFAULT_TIMEZONE"> |
| 61 <input tal:condition="context/is_edit_ok" name="timezone" | 61 <input tal:condition="context/is_edit_ok" name="timezone" |
| 62 tal:attributes="value timezone"> | 62 tal:attributes="value timezone"> |
| 63 <span tal:condition="context/is_only_view_ok" tal:content="timezone" /> | 63 <span tal:condition="context/is_only_view_ok" tal:content="timezone" /> |
| 64 (this is a numeric hour offset) | 64 (this is a numeric hour offset) |
