| 7087 | | </tr><!-- as you add skins, update this list and set the selected flag |
|---|
| | 7087 | </tr> |
|---|
| | 7088 | <tr> |
|---|
| | 7089 | <th>Default timezone:</th> |
|---|
| | 7090 | <td> |
|---|
| | 7091 | <xsl:variable name="tzid" select="/bedework/prefs/tzid"/> |
|---|
| | 7092 | |
|---|
| | 7093 | <select name="defaultTzid"> |
|---|
| | 7094 | <option value="-1">select timezone...</option> |
|---|
| | 7095 | <xsl:for-each select="/bedework/timezones/timezone"> |
|---|
| | 7096 | <option> |
|---|
| | 7097 | <xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute> |
|---|
| | 7098 | <xsl:if test="/bedework/prefs/defaultTzid = id"><xsl:attribute name="selected">selected</xsl:attribute></xsl:if> |
|---|
| | 7099 | <xsl:value-of select="name"/> |
|---|
| | 7100 | </option> |
|---|
| | 7101 | </xsl:for-each> |
|---|
| | 7102 | </select> |
|---|
| | 7103 | |
|---|
| | 7104 | <div class="desc"> |
|---|
| | 7105 | Default timezone id for date/time values. This should normally be your local timezone. |
|---|
| | 7106 | </div> |
|---|
| | 7107 | </td> |
|---|
| | 7108 | </tr> |
|---|
| | 7109 | <!-- as you add skins, update this list and set the selected flag |
|---|