Changeset 1379
- Timestamp:
- 05/02/07 17:00:19
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.3.1/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1345 r1379 40 40 41 41 <!-- DEFINE INCLUDES --> 42 <xsl:include href=" /bedework-common/default/default/errors.xsl"/>43 <xsl:include href=" /bedework-common/default/default/messages.xsl"/>42 <xsl:include href="../../../bedework-common/default/default/errors.xsl"/> 43 <xsl:include href="../../../bedework-common/default/default/messages.xsl"/> 44 44 45 45 <!-- DEFINE GLOBAL CONSTANTS --> … … 167 167 </head> 168 168 <body> 169 <xsl:if test="/bedework/page!='inbox'"> 169 <xsl:if test="/bedework/page!='inbox'"> 170 170 <xsl:attribute name="onload">checkStatus(<xsl:value-of select="/bedework/inboxState/numActive"/>,<xsl:value-of select="/bedework/inboxState/changed"/>,'<xsl:value-of select="$showInbox"/>')</xsl:attribute> 171 171 </xsl:if> … … 3350 3350 </a> 3351 3351 </td> 3352 <td> 3352 <td> 3353 3353 <a href="{$recipientUri}"> 3354 3354 <xsl:value-of select="."/> … … 3440 3440 displayMinimizeAction="true" resizable="false" 3441 3441 constrainToContainer="true"> 3442 You may share your free busy with a user or group 3443 by <a href="{$calendar-fetch}">setting 3444 access to "read freebusy" on calendars</a> you wish to share. 3445 To share all your free busy, grant 3442 You may share your free busy with a user or group 3443 by <a href="{$calendar-fetch}">setting 3444 access to "read freebusy" on calendars</a> you wish to share. 3445 To share all your free busy, grant 3446 3446 "read freebusy" access on your root folder. 3447 3447 </div> … … 3455 3455 </span> 3456 3456 <div id="helpShareFreeBusy" class="helpBox invisible"> 3457 You may share your free busy with a user or group 3458 by setting access to "read freebusy" on calendars you wish to share. 3459 To share all your free busy, grant 3457 You may share your free busy with a user or group 3458 by setting access to "read freebusy" on calendars you wish to share. 3459 To share all your free busy, grant 3460 3460 "read freebusy" access on your root folder. 3461 3461 </div> … … 4905 4905 <xsl:template match="subscription" mode="mySubscriptions"> 4906 4906 <li> 4907 <xsl:attribute name="class"> 4907 <xsl:attribute name="class"> 4908 4908 <xsl:choose> 4909 4909 <xsl:when test="/bedework/selectionState/selectionType = 'subscription' … … 4943 4943 </li> 4944 4944 </xsl:template> 4945 4945 4946 4946 <xsl:template name="subInaccessible"> 4947 4947 <h2 class="bwStatusConfirmed">Inaccessible</h2> … … 4949 4949 <p> 4950 4950 <strong>This subscription cannot be displayed.</strong><br/> 4951 The underlying calendar 4951 The underlying calendar 4952 4952 is inaccessible. 4953 4953 </p> … … 4958 4958 <li>Access control was changed, and you may no longer access the underlying calendar.</li> 4959 4959 <li>The underlying calendar was deleted.</li> 4960 </ol> 4960 </ol> 4961 4961 </div> 4962 4962 </xsl:template>
