Changeset 1469
- Timestamp:
- 07/12/07 09:20:24
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1467 r1469 159 159 </xsl:when> 160 160 <xsl:when test="/bedework/page='displayCalendarForExport'"> 161 <!-- page for calendar export (can optionally be replaced by 161 <!-- page for calendar export (can optionally be replaced by 162 162 a pop-up widget; see the calendars template) --> 163 163 <xsl:apply-templates select="/bedework/currentCalendar" mode="export"/> … … 1256 1256 1257 1257 <!--==== CALENDARS ====--> 1258 1258 1259 1259 <!-- list of available calendars --> 1260 1260 <xsl:template match="calendars"> … … 1272 1272 </p> 1273 1273 <!-- Uncomment this block, and change the links on the download calendar 1274 icon (in the following template) to use a dojo floating 1274 icon (in the following template) to use a dojo floating 1275 1275 widget instead of a separate page 1276 for downloading whole calendars (this method does not work 1277 portal-agnostically: it is not intended for use in portals). 1278 1276 for downloading whole calendars (this method does not work 1277 portal-agnostically: it is not intended for use in portals). 1278 1279 1279 <div dojoType="FloatingPane" id="bwCalendarExportWidget" 1280 1280 title="Export Calendar as iCal" toggle="plain" … … 1338 1338 <xsl:variable name="calPath" select="path"/> 1339 1339 <span class="exportCalLink"> 1340 <!-- To use the dojo floating widget from the template above, uncomment 1340 <!-- To use the dojo floating widget from the template above, uncomment 1341 1341 this block: 1342 1342 <xsl:variable name="name" select="name"/> … … 1402 1402 </div> 1403 1403 </xsl:template> 1404 1404 1405 1405 <!--==== SEARCH RESULT ====--> 1406 1406 <xsl:template name="searchResult"> trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1468 r1469 143 143 <!-- misc (mostly import and export) --> 144 144 <xsl:variable name="export" select="/bedework/urlPrefixes/misc/export"/> 145 <xsl:variable name="calendar-export" select="/bedework/urlPrefixes/calendar/export"/> 145 146 <xsl:variable name="initUpload" select="/bedework/urlPrefixes/misc/initUpload/a/@href"/> 146 147 <xsl:variable name="upload" select="/bedework/urlPrefixes/misc/upload/a/@href"/>
