Changeset 1703
- Timestamp:
- 01/17/08 21:16:26
- Files:
-
- releases/bedework-3.4/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl (modified) (2 diffs)
- releases/bedework-3.4/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl (modified) (6 diffs)
- releases/bedework-3.4/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.4/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1567 r1703 66 66 set to the application root --> 67 67 <xsl:variable name="resourcesRoot" select="/bedework/approot"/> 68 68 69 69 <!-- URL of the XSL template directory --> 70 70 <!-- The approot is an appropriate place to put … … 1515 1515 <xsl:choose> 1516 1516 <xsl:when test="event/start/longdate != event/end/longdate"> 1517 - <xsl:value-of select="event/ start/longdate"/>1517 - <xsl:value-of select="event/end/longdate"/> 1518 1518 <xsl:text> </xsl:text> 1519 1519 <xsl:value-of select="event/end/time"/> releases/bedework-3.4/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl
r1535 r1703 158 158 </xsl:when> 159 159 <xsl:when test="/bedework/page='displayCalendarForExport'"> 160 <!-- page for calendar export (can optionally be replaced by 160 <!-- page for calendar export (can optionally be replaced by 161 161 a pop-up widget; see the calendars template) --> 162 162 <xsl:apply-templates select="/bedework/currentCalendar" mode="export"/> … … 1258 1258 1259 1259 <!--==== CALENDARS ====--> 1260 1260 1261 1261 <!-- list of available calendars --> 1262 1262 <xsl:template match="calendars"> … … 1274 1274 </p> 1275 1275 <!-- Uncomment this block, and change the links on the download calendar 1276 icon (in the following template) to use a dojo floating 1276 icon (in the following template) to use a dojo floating 1277 1277 widget instead of a separate page 1278 for downloading whole calendars (this method does not work 1279 portal-agnostically: it is not intended for use in portals). 1280 1278 for downloading whole calendars (this method does not work 1279 portal-agnostically: it is not intended for use in portals). 1280 1281 1281 <div dojoType="FloatingPane" id="bwCalendarExportWidget" 1282 1282 title="Export Calendar as iCal" toggle="plain" … … 1340 1340 <xsl:variable name="calPath" select="path"/> 1341 1341 <span class="exportCalLink"> 1342 <!-- To use the dojo floating widget from the template above, uncomment 1342 <!-- To use the dojo floating widget from the template above, uncomment 1343 1343 this block: 1344 1344 <xsl:variable name="name" select="name"/> … … 1359 1359 </li> 1360 1360 </xsl:template> 1361 1361 1362 1362 <!-- calendar export page --> 1363 1363 <xsl:template match="currentCalendar" mode="export"> … … 1518 1518 <xsl:choose> 1519 1519 <xsl:when test="event/start/longdate != event/end/longdate"> 1520 - <xsl:value-of select="event/ start/longdate"/>1520 - <xsl:value-of select="event/end/longdate"/> 1521 1521 <xsl:text> </xsl:text> 1522 1522 <xsl:value-of select="event/end/time"/> releases/bedework-3.4/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1591 r1703 1114 1114 <xsl:if test="owner != /bedework/userid and public='true'"> 1115 1115 <!-- provide this link for public subscriptions; subscriptions to user calendars are 1116 currently too confusing since the current user may be able to add events to the 1116 currently too confusing since the current user may be able to add events to the 1117 1117 other calendar, making the ownership test a bad test --> 1118 1118 <xsl:variable name="subname" select="subscription/name"/> … … 1516 1516 <xsl:if test="owner != /bedework/userid and public='true'"> 1517 1517 <!-- provide this link for public subscriptions; subscriptions to user calendars are 1518 currently too confusing since the current user may be able to add events to the 1518 currently too confusing since the current user may be able to add events to the 1519 1519 other calendar, making the ownership test a bad test --> 1520 1520 | … … 2487 2487 </tr> 2488 2488 </xsl:if> 2489 2489 2490 2490 <!-- Transparency --> 2491 2491 <tr> … … 2500 2500 </input> 2501 2501 yes <span class="note">(opaque: event status affects your free/busy)</span><br/> 2502 2502 2503 2503 <input type="radio" value="TRANSPARENT" name="transparency"> 2504 2504 <xsl:if test="form/transparency = 'TRANSPARENT'"> … … 3213 3213 <tr><td>No recurrence dates</td></tr> 3214 3214 </table> 3215 3215 3216 3216 <!-- if there are recurrence dates, the following table will show --> 3217 3217 <table cellspacing="0" class="invisible" id="bwCurrentRdates"> … … 3226 3226 </tr> 3227 3227 </table> 3228 3228 3229 3229 <input type="hidden" name="exdates" value="" id="bwExdatesField" /> 3230 3230 <!-- if there are no exception dates, the following table will show --> … … 3233 3233 <tr><td>No exception dates</td></tr> 3234 3234 </table> 3235 3235 3236 3236 <!-- if there are exception dates, the following table will show --> 3237 3237 <table cellspacing="0" class="invisible" id="bwCurrentExdates"> … … 4070 4070 </form> 4071 4071 <xsl:apply-templates select="." mode="freeBusyGrid"> 4072 <xsl:with-param name="type">normal</xsl:with-param> 4072 <xsl:with-param name="type">normal</xsl:with-param> 4073 4073 </xsl:apply-templates> 4074 4074 </div> … … 7871 7871 <xsl:choose> 7872 7872 <xsl:when test="event/start/longdate != event/end/longdate"> 7873 - <xsl:value-of select="event/ start/longdate"/>7873 - <xsl:value-of select="event/end/longdate"/> 7874 7874 <xsl:text> </xsl:text> 7875 7875 <xsl:value-of select="event/end/time"/>
