Changeset 1702
- Timestamp:
- 01/17/08 21:16:05
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl (modified) (6 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1576 r1702 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"/> trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl
r1536 r1702 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"/> trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1699 r1702 7672 7672 <xsl:choose> 7673 7673 <xsl:when test="event/start/longdate != event/end/longdate"> 7674 - <xsl:value-of select="event/ start/longdate"/>7674 - <xsl:value-of select="event/end/longdate"/> 7675 7675 <xsl:text> </xsl:text> 7676 7676 <xsl:value-of select="event/end/time"/>
