| 6044 | | <tr> |
|---|
| 6045 | | <td class="fieldname">Action:</td> |
|---|
| 6046 | | <td class="fieldval scheduleActions"> |
|---|
| 6047 | | <xsl:choose> |
|---|
| 6048 | | <xsl:when test="scheduleMethod = '5' or scheduleMethod = '8'"> |
|---|
| 6049 | | <!-- respond to a cancel --> |
|---|
| 6050 | | <input type="hidden" name="method" value="REPLY"/> |
|---|
| 6051 | | <select name="cancelAction"> |
|---|
| 6052 | | <option value="mark">mark event as cancelled</option> |
|---|
| 6053 | | <option value="delete">delete event</option> |
|---|
| 6054 | | </select> |
|---|
| 6055 | | </xsl:when> |
|---|
| 6056 | | <xsl:otherwise> |
|---|
| 6057 | | <!-- respond to a request --> |
|---|
| 6058 | | <input type="radio" name="method" value="REPLY" checked="checked" onclick="swapScheduleDisplay('hide');"/>reply as |
|---|
| 6059 | | <select name="partstat"> |
|---|
| 6060 | | <option value="ACCEPTED">accepted</option> |
|---|
| 6061 | | <option value="DECLINED">declined</option> |
|---|
| 6062 | | <option value="TENTATIVE">tentative</option> |
|---|
| 6063 | | </select><br/> |
|---|
| 6064 | | <!--<input type="radio" name="method" value="REFRESH" onclick="swapScheduleDisplay('hide');"/>refresh this event<br/>--> |
|---|
| 6065 | | <input type="radio" name="method" value="DELEGATE" onclick="swapScheduleDisplay('hide');"/>delegate to |
|---|
| 6066 | | <input type="test" name="delegate" value=""/> (uri or account)<br/> |
|---|
| 6067 | | <input type="radio" name="method" value="COUNTER" onclick="swapScheduleDisplay('show');"/>counter (suggest a different date, time, and/or location) |
|---|
| 6068 | | </xsl:otherwise> |
|---|
| 6069 | | </xsl:choose> |
|---|
| 6070 | | </td> |
|---|
| 6071 | | </tr> |
|---|
| 6072 | | <tr id="scheduleDateEdit" class="invisible"> |
|---|
| 6073 | | <td class="fieldname">New Date/Time:</td> |
|---|
| 6074 | | <td class="fieldval scheduleActions"> |
|---|
| 6075 | | <!-- Set the timefields class for the first load of the page; |
|---|
| 6076 | | subsequent changes will take place using javascript without a |
|---|
| 6077 | | page reload. --> |
|---|
| 6078 | | <xsl:variable name="timeFieldsClass"> |
|---|
| | 6062 | <xsl:if test="scheduleMethod != '8'"> |
|---|
| | 6063 | <tr> |
|---|
| | 6064 | <td class="fieldname">Action:</td> |
|---|
| | 6065 | <td class="fieldval scheduleActions"> |
|---|
| 6080 | | <xsl:when test="form/allDay/input/@checked='checked'">invisible</xsl:when> |
|---|
| 6081 | | <xsl:otherwise>timeFields</xsl:otherwise> |
|---|
| 6082 | | </xsl:choose> |
|---|
| 6083 | | </xsl:variable> |
|---|
| 6084 | | <xsl:choose> |
|---|
| 6085 | | <xsl:when test="form/allDay/input/@checked='checked'"> |
|---|
| 6086 | | <input type="checkbox" name="allDayFlag" onclick="swapAllDayEvent(this)" value="on" checked="checked"/> |
|---|
| 6087 | | <input type="hidden" name="eventStartDate.dateOnly" value="on" id="allDayStartDateField"/> |
|---|
| 6088 | | <input type="hidden" name="eventEndDate.dateOnly" value="on" id="allDayEndDateField"/> |
|---|
| 6089 | | </xsl:when> |
|---|
| 6090 | | <xsl:otherwise> |
|---|
| 6091 | | <input type="checkbox" name="allDayFlag" onclick="swapAllDayEvent(this)" value="off"/> |
|---|
| 6092 | | <input type="hidden" name="eventStartDate.dateOnly" value="off" id="allDayStartDateField"/> |
|---|
| 6093 | | <input type="hidden" name="eventEndDate.dateOnly" value="off" id="allDayEndDateField"/> |
|---|
| 6094 | | </xsl:otherwise> |
|---|
| 6095 | | </xsl:choose> |
|---|
| 6096 | | all day event<br/> |
|---|
| 6097 | | <div class="dateStartEndBox"> |
|---|
| 6098 | | <strong>Start:</strong> |
|---|
| 6099 | | <div class="dateFields"> |
|---|
| 6100 | | <span class="startDateLabel">Date </span> |
|---|
| 6101 | | <xsl:copy-of select="form/start/month/*"/> |
|---|
| 6102 | | <xsl:copy-of select="form/start/day/*"/> |
|---|
| 6103 | | <xsl:choose> |
|---|
| 6104 | | <xsl:when test="/bedework/creating = 'true'"> |
|---|
| 6105 | | <xsl:copy-of select="form/start/year/*"/> |
|---|
| 6106 | | </xsl:when> |
|---|
| 6107 | | <xsl:otherwise> |
|---|
| 6108 | | <xsl:copy-of select="form/start/yearText/*"/> |
|---|
| 6109 | | </xsl:otherwise> |
|---|
| 6110 | | </xsl:choose> |
|---|
| 6111 | | </div> |
|---|
| 6112 | | <!--<script language="JavaScript" type="text/javascript"> |
|---|
| 6113 | | <xsl:comment> |
|---|
| 6114 | | startDateDynCalWidget = new dynCalendar('startDateDynCalWidget', <xsl:value-of select="number(/bedework/formElements/form/start/yearText/input/@value)"/>, <xsl:value-of select="number(/bedework/formElements/form/start/month/select/option[@selected='selected']/@value)-1"/>, <xsl:value-of select="number(/bedework/formElements/form/start/day/select/option[@selected='selected']/@value)"/>, 'startDateCalWidgetCallback'); |
|---|
| 6115 | | </xsl:comment> |
|---|
| 6116 | | </script>--> |
|---|
| 6117 | | <!--<img src="{$resourcesRoot}/resources/calIcon.gif" width="16" height="15" border="0"/>--> |
|---|
| 6118 | | <div class="{$timeFieldsClass}" id="startTimeFields"> |
|---|
| 6119 | | <span id="calWidgetStartTimeHider" class="show"> |
|---|
| 6120 | | <xsl:copy-of select="form/start/hour/*"/> |
|---|
| 6121 | | <xsl:copy-of select="form/start/minute/*"/> |
|---|
| 6122 | | <xsl:if test="form/start/ampm"> |
|---|
| 6123 | | <xsl:copy-of select="form/start/ampm/*"/> |
|---|
| 6124 | | </xsl:if> |
|---|
| 6125 | | <xsl:text> </xsl:text> |
|---|
| 6126 | | <!--<a href="javascript:bwClockLaunch('eventStartDate');"><img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0"/></a>--> |
|---|
| 6127 | | </span> |
|---|
| 6128 | | </div> |
|---|
| 6129 | | </div> |
|---|
| 6130 | | <div class="dateStartEndBox"> |
|---|
| 6131 | | <strong>End:</strong> |
|---|
| 6132 | | <xsl:choose> |
|---|
| 6133 | | <xsl:when test="form/end/type='E'"> |
|---|
| 6134 | | <input type="radio" name="eventEndType" value="E" checked="checked" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> |
|---|
| | 6067 | <xsl:when test="scheduleMethod = '5' or scheduleMethod = '8'"> |
|---|
| | 6068 | <!-- respond to a cancel --> |
|---|
| | 6069 | <input type="hidden" name="method" value="REPLY"/> |
|---|
| | 6070 | <select name="cancelAction"> |
|---|
| | 6071 | <option value="mark">mark event as cancelled</option> |
|---|
| | 6072 | <option value="delete">delete event</option> |
|---|
| | 6073 | </select> |
|---|
| 6137 | | <input type="radio" name="eventEndType" value="E" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> |
|---|
| | 6076 | <!-- respond to a request --> |
|---|
| | 6077 | <input type="radio" name="method" value="REPLY" checked="checked" onclick="swapScheduleDisplay('hide');"/>reply as |
|---|
| | 6078 | <select name="partstat"> |
|---|
| | 6079 | <option value="ACCEPTED">accepted</option> |
|---|
| | 6080 | <option value="DECLINED">declined</option> |
|---|
| | 6081 | <option value="TENTATIVE">tentative</option> |
|---|
| | 6082 | </select><br/> |
|---|
| | 6083 | <!--<input type="radio" name="method" value="REFRESH" onclick="swapScheduleDisplay('hide');"/>refresh this event<br/>--> |
|---|
| | 6084 | <input type="radio" name="method" value="DELEGATE" onclick="swapScheduleDisplay('hide');"/>delegate to |
|---|
| | 6085 | <input type="test" name="delegate" value=""/> (uri or account)<br/> |
|---|
| | 6086 | <input type="radio" name="method" value="COUNTER" onclick="swapScheduleDisplay('show');"/>counter (suggest a different date, time, and/or location) |
|---|
| 6165 | | <div class="{$timeFieldsClass}" id="endTimeFields"> |
|---|
| 6166 | | <span id="calWidgetEndTimeHider" class="show"> |
|---|
| 6167 | | <xsl:copy-of select="form/end/dateTime/hour/*"/> |
|---|
| 6168 | | <xsl:copy-of select="form/end/dateTime/minute/*"/> |
|---|
| 6169 | | <xsl:if test="form/end/dateTime/ampm"> |
|---|
| 6170 | | <xsl:copy-of select="form/end/dateTime/ampm/*"/> |
|---|
| | 6136 | <!--<img src="{$resourcesRoot}/resources/calIcon.gif" width="16" height="15" border="0"/>--> |
|---|
| | 6137 | <div class="{$timeFieldsClass}" id="startTimeFields"> |
|---|
| | 6138 | <span id="calWidgetStartTimeHider" class="show"> |
|---|
| | 6139 | <xsl:copy-of select="form/start/hour/*"/> |
|---|
| | 6140 | <xsl:copy-of select="form/start/minute/*"/> |
|---|
| | 6141 | <xsl:if test="form/start/ampm"> |
|---|
| | 6142 | <xsl:copy-of select="form/start/ampm/*"/> |
|---|
| 6196 | | <xsl:variable name="durationHrMinClass"> |
|---|
| | 6166 | <div class="{$endDateTimeClass}" id="endDateTime"> |
|---|
| | 6167 | <div class="dateFields"> |
|---|
| | 6168 | <xsl:copy-of select="form/end/dateTime/month/*"/> |
|---|
| | 6169 | <xsl:copy-of select="form/end/dateTime/day/*"/> |
|---|
| | 6170 | <xsl:choose> |
|---|
| | 6171 | <xsl:when test="/bedework/creating = 'true'"> |
|---|
| | 6172 | <xsl:copy-of select="form/end/dateTime/year/*"/> |
|---|
| | 6173 | </xsl:when> |
|---|
| | 6174 | <xsl:otherwise> |
|---|
| | 6175 | <xsl:copy-of select="form/end/dateTime/yearText/*"/> |
|---|
| | 6176 | </xsl:otherwise> |
|---|
| | 6177 | </xsl:choose> |
|---|
| | 6178 | </div> |
|---|
| | 6179 | <!--<script language="JavaScript" type="text/javascript"> |
|---|
| | 6180 | <xsl:comment> |
|---|
| | 6181 | endDateDynCalWidget = new dynCalendar('endDateDynCalWidget', <xsl:value-of select="number(/bedework/formElements/form/start/yearText/input/@value)"/>, <xsl:value-of select="number(/bedework/formElements/form/start/month/select/option[@selected='selected']/@value)-1"/>, <xsl:value-of select="number(/bedework/formElements/form/start/day/select/option[@selected='selected']/@value)"/>, 'endDateCalWidgetCallback'); |
|---|
| | 6182 | </xsl:comment> |
|---|
| | 6183 | </script>--> |
|---|
| | 6184 | <div class="{$timeFieldsClass}" id="endTimeFields"> |
|---|
| | 6185 | <span id="calWidgetEndTimeHider" class="show"> |
|---|
| | 6186 | <xsl:copy-of select="form/end/dateTime/hour/*"/> |
|---|
| | 6187 | <xsl:copy-of select="form/end/dateTime/minute/*"/> |
|---|
| | 6188 | <xsl:if test="form/end/dateTime/ampm"> |
|---|
| | 6189 | <xsl:copy-of select="form/end/dateTime/ampm/*"/> |
|---|
| | 6190 | </xsl:if> |
|---|
| | 6191 | <xsl:text> </xsl:text> |
|---|
| | 6192 | <!--<a href="javascript:bwClockLaunch('eventEndDate');"><img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0"/></a>--> |
|---|
| | 6193 | </span> |
|---|
| | 6194 | </div> |
|---|
| | 6195 | </div><br/> |
|---|
| | 6196 | <div id="clock" class="invisible"> |
|---|
| | 6197 | <xsl:call-template name="clock"/> |
|---|
| | 6198 | </div> |
|---|
| | 6199 | <div class="dateFields"> |
|---|
| 6198 | | <xsl:when test="form/allDay/input/@checked='checked'">invisible</xsl:when> |
|---|
| 6199 | | <xsl:otherwise>shown</xsl:otherwise> |
|---|
| 6200 | | </xsl:choose> |
|---|
| 6201 | | </xsl:variable> |
|---|
| 6202 | | <div class="{$endDurationClass}" id="endDuration"> |
|---|
| 6203 | | <xsl:choose> |
|---|
| 6204 | | <xsl:when test="form/end/duration/weeks/input/@value = '0'"> |
|---|
| 6205 | | <!-- we are using day, hour, minute format --> |
|---|
| 6206 | | <!-- must send either no week value or week value of 0 (zero) --> |
|---|
| 6207 | | <div class="durationBox"> |
|---|
| 6208 | | <input type="radio" name="eventDuration.type" value="daytime" onclick="swapDurationType('daytime')" checked="checked"/> |
|---|
| 6209 | | <xsl:variable name="daysStr" select="form/end/duration/days/input/@value"/> |
|---|
| 6210 | | <input type="text" name="eventDuration.daysStr" size="2" value="{$daysStr}" id="durationDays"/>days |
|---|
| 6211 | | <span id="durationHrMin" class="{$durationHrMinClass}"> |
|---|
| 6212 | | <xsl:variable name="hoursStr" select="form/end/duration/hours/input/@value"/> |
|---|
| 6213 | | <input type="text" name="eventDuration.hoursStr" size="2" value="{$hoursStr}" id="durationHours"/>hours |
|---|
| 6214 | | <xsl:variable name="minutesStr" select="form/end/duration/minutes/input/@value"/> |
|---|
| 6215 | | <input type="text" name="eventDuration.minutesStr" size="2" value="{$minutesStr}" id="durationMinutes"/>minutes |
|---|
| 6216 | | </span> |
|---|
| 6217 | | </div> |
|---|
| 6218 | | <span class="durationSpacerText">or</span> |
|---|
| 6219 | | <div class="durationBox"> |
|---|
| 6220 | | <input type="radio" name="eventDuration.type" value="weeks" onclick="swapDurationType('week')"/> |
|---|
| 6221 | | <xsl:variable name="weeksStr" select="form/end/duration/weeks/input/@value"/> |
|---|
| 6222 | | <input type="text" name="eventDuration.weeksStr" size="2" value="{$weeksStr}" id="durationWeeks" disabled="disabled"/>weeks |
|---|
| 6223 | | </div> |
|---|
| | 6201 | <xsl:when test="form/end/type='D'"> |
|---|
| | 6202 | <input type="radio" name="eventEndType" value="D" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> |
|---|
| 6226 | | <!-- we are using week format --> |
|---|
| 6227 | | <div class="durationBox"> |
|---|
| 6228 | | <input type="radio" name="eventDuration.type" value="daytime" onclick="swapDurationType('daytime')"/> |
|---|
| 6229 | | <xsl:variable name="daysStr" select="form/end/duration/days/input/@value"/> |
|---|
| 6230 | | <input type="text" name="eventDuration.daysStr" size="2" value="{$daysStr}" id="durationDays" disabled="disabled"/>days |
|---|
| 6231 | | <span id="durationHrMin" class="{$durationHrMinClass}"> |
|---|
| 6232 | | <xsl:variable name="hoursStr" select="form/end/duration/hours/input/@value"/> |
|---|
| 6233 | | <input type="text" name="eventDuration.hoursStr" size="2" value="{$hoursStr}" id="durationHours" disabled="disabled"/>hours |
|---|
| 6234 | | <xsl:variable name="minutesStr" select="form/end/duration/minutes/input/@value"/> |
|---|
| 6235 | | <input type="text" name="eventDuration.minutesStr" size="2" value="{$minutesStr}" id="durationMinutes" disabled="disabled"/>minutes |
|---|
| 6236 | | </span> |
|---|
| 6237 | | </div> |
|---|
| 6238 | | <span class="durationSpacerText">or</span> |
|---|
| 6239 | | <div class="durationBox"> |
|---|
| 6240 | | <input type="radio" name="eventDuration.type" value="weeks" onclick="swapDurationType('week')" checked="checked"/> |
|---|
| 6241 | | <xsl:variable name="weeksStr" select="form/end/duration/weeks/input/@value"/> |
|---|
| 6242 | | <input type="text" name="eventDuration.weeksStr" size="2" value="{$weeksStr}" id="durationWeeks"/>weeks |
|---|
| 6243 | | </div> |
|---|
| | 6205 | <input type="radio" name="eventEndType" value="D" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> |
|---|
| | 6208 | Duration |
|---|
| | 6209 | <xsl:variable name="endDurationClass"> |
|---|
| | 6210 | <xsl:choose> |
|---|
| | 6211 | <xsl:when test="form/end/type='D'">shown</xsl:when> |
|---|
| | 6212 | <xsl:otherwise>invisible</xsl:otherwise> |
|---|
| | 6213 | </xsl:choose> |
|---|
| | 6214 | </xsl:variable> |
|---|
| | 6215 | <xsl:variable name="durationHrMinClass"> |
|---|
| | 6216 | <xsl:choose> |
|---|
| | 6217 | <xsl:when test="form/allDay/input/@checked='checked'">invisible</xsl:when> |
|---|
| | 6218 | <xsl:otherwise>shown</xsl:otherwise> |
|---|
| | 6219 | </xsl:choose> |
|---|
| | 6220 | </xsl:variable> |
|---|
| | 6221 | <div class="{$endDurationClass}" id="endDuration"> |
|---|
| | 6222 | <xsl:choose> |
|---|
| | 6223 | <xsl:when test="form/end/duration/weeks/input/@value = '0'"> |
|---|
| | 6224 | <!-- we are using day, hour, minute format --> |
|---|
| | 6225 | <!-- must send either no week value or week value of 0 (zero) --> |
|---|
| | 6226 | <div class="durationBox"> |
|---|
| | 6227 | <input type="radio" name="eventDuration.type" value="daytime" onclick="swapDurationType('daytime')" checked="checked"/> |
|---|
| | 6228 | <xsl:variable name="daysStr" select="form/end/duration/days/input/@value"/> |
|---|
| | 6229 | <input type="text" name="eventDuration.daysStr" size="2" value="{$daysStr}" id="durationDays"/>days |
|---|
| | 6230 | <span id="durationHrMin" class="{$durationHrMinClass}"> |
|---|
| | 6231 | <xsl:variable name="hoursStr" select="form/end/duration/hours/input/@value"/> |
|---|
| | 6232 | <input type="text" name="eventDuration.hoursStr" size="2" value="{$hoursStr}" id="durationHours"/>hours |
|---|
| | 6233 | <xsl:variable name="minutesStr" select="form/end/duration/minutes/input/@value"/> |
|---|
| | 6234 | <input type="text" name="eventDuration.minutesStr" size="2" value="{$minutesStr}" id="durationMinutes"/>minutes |
|---|
| | 6235 | </span> |
|---|
| | 6236 | </div> |
|---|
| | 6237 | <span class="durationSpacerText">or</span> |
|---|
| | 6238 | <div class="durationBox"> |
|---|
| | 6239 | <input type="radio" name="eventDuration.type" value="weeks" onclick="swapDurationType('week')"/> |
|---|
| | 6240 | <xsl:variable name="weeksStr" select="form/end/duration/weeks/input/@value"/> |
|---|
| | 6241 | <input type="text" name="eventDuration.weeksStr" size="2" value="{$weeksStr}" id="durationWeeks" disabled="disabled"/>weeks |
|---|
| | 6242 | </div> |
|---|
| | 6243 | </xsl:when> |
|---|
| | 6244 | <xsl:otherwise> |
|---|
| | 6245 | <!-- we are using week format --> |
|---|
| | 6246 | <div class="durationBox"> |
|---|
| | 6247 | <input type="radio" name="eventDuration.type" value="daytime" onclick="swapDurationType('daytime')"/> |
|---|
| | 6248 | <xsl:variable name="daysStr" select="form/end/duration/days/input/@value"/> |
|---|
| | 6249 | <input type="text" name="eventDuration.daysStr" size="2" value="{$daysStr}" id="durationDays" disabled="disabled"/>days |
|---|
| | 6250 | <span id="durationHrMin" class="{$durationHrMinClass}"> |
|---|
| | 6251 | <xsl:variable name="hoursStr" select="form/end/duration/hours/input/@value"/> |
|---|
| | 6252 | <input type="text" name="eventDuration.hoursStr" size="2" value="{$hoursStr}" id="durationHours" disabled="disabled"/>hours |
|---|
| | 6253 | <xsl:variable name="minutesStr" select="form/end/duration/minutes/input/@value"/> |
|---|
| | 6254 | <input type="text" name="eventDuration.minutesStr" size="2" value="{$minutesStr}" id="durationMinutes" disabled="disabled"/>minutes |
|---|
| | 6255 | </span> |
|---|
| | 6256 | </div> |
|---|
| | 6257 | <span class="durationSpacerText">or</span> |
|---|
| | 6258 | <div class="durationBox"> |
|---|
| | 6259 | <input type="radio" name="eventDuration.type" value="weeks" onclick="swapDurationType('week')" checked="checked"/> |
|---|
| | 6260 | <xsl:variable name="weeksStr" select="form/end/duration/weeks/input/@value"/> |
|---|
| | 6261 | <input type="text" name="eventDuration.weeksStr" size="2" value="{$weeksStr}" id="durationWeeks"/>weeks |
|---|
| | 6262 | </div> |
|---|
| | 6263 | </xsl:otherwise> |
|---|
| | 6264 | </xsl:choose> |
|---|
| | 6265 | </div> |
|---|
| | 6266 | </div><br/> |
|---|
| | 6267 | <div class="dateFields" id="noDuration"> |
|---|
| | 6268 | <xsl:choose> |
|---|
| | 6269 | <xsl:when test="form/end/type='N'"> |
|---|
| | 6270 | <input type="radio" name="eventEndType" value="N" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> |
|---|
| | 6271 | </xsl:when> |
|---|
| | 6272 | <xsl:otherwise> |
|---|
| | 6273 | <input type="radio" name="eventEndType" value="N" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> |
|---|
| | 6274 | </xsl:otherwise> |
|---|
| | 6275 | </xsl:choose> |
|---|
| | 6276 | This event has no duration / end date |
|---|
| 6259 | | </div> |
|---|
| 6260 | | </td> |
|---|
| 6261 | | </tr> |
|---|
| 6262 | | <tr id="scheduleLocationEdit" class="invisible"> |
|---|
| 6263 | | <td class="fieldname">New Location:</td> |
|---|
| 6264 | | <td class="fieldval scheduleActions"> |
|---|
| 6265 | | <span class="std-text">choose: </span> |
|---|
| 6266 | | <span id="eventFormLocationList"> |
|---|
| 6267 | | <select name="eventLocationUid"> |
|---|
| 6268 | | <option value="-1">select...</option> |
|---|
| 6269 | | <xsl:copy-of select="/bedework/formElements/form/location/locationmenu/select/*"/> |
|---|
| 6270 | | </select> |
|---|
| 6271 | | </span> |
|---|
| 6272 | | <span class="std-text"> or add new: </span> |
|---|
| 6273 | | <input type="text" name="locationAddress.value" value="" /> |
|---|
| 6274 | | </td> |
|---|
| 6275 | | </tr> |
|---|
| 6276 | | <xsl:if test="scheduleMethod != '5'"> |
|---|
| 6277 | | <tr> |
|---|
| 6278 | | <td class="fieldname">Comment:</td> |
|---|
| 6279 | | <td class="fieldval scheduleActions"> |
|---|
| 6280 | | <textarea name="comment" cols="60" rows="2"> |
|---|
| 6281 | | <xsl:text> </xsl:text> |
|---|
| 6282 | | </textarea> |
|---|
| | 6281 | <tr id="scheduleLocationEdit" class="invisible"> |
|---|
| | 6282 | <td class="fieldname">New Location:</td> |
|---|
| | 6283 | <td class="fieldval scheduleActions"> |
|---|
| | 6284 | <span class="std-text">choose: </span> |
|---|
| | 6285 | <span id="eventFormLocationList"> |
|---|
| | 6286 | <select name="eventLocationUid"> |
|---|
| | 6287 | <option value="-1">select...</option> |
|---|
| | 6288 | <xsl:copy-of select="/bedework/formElements/form/location/locationmenu/select/*"/> |
|---|
| | 6289 | </select> |
|---|
| | 6290 | </span> |
|---|
| | 6291 | <span class="std-text"> or add new: </span> |
|---|
| | 6292 | <input type="text" name="locationAddress.value" value="" /> |
|---|
| | 6293 | </td> |
|---|
| | 6294 | </tr> |
|---|
| | 6295 | <xsl:if test="scheduleMethod != '5'"> |
|---|
| | 6296 | <tr> |
|---|
| | 6297 | <td class="fieldname">Comment:</td> |
|---|
| | 6298 | <td class="fieldval scheduleActions"> |
|---|
| | 6299 | <textarea name="comment" cols="60" rows="2"> |
|---|
| | 6300 | <xsl:text> </xsl:text> |
|---|
| | 6301 | </textarea> |
|---|
| | 6302 | </td> |
|---|
| | 6303 | </tr> |
|---|
| | 6304 | </xsl:if> |
|---|