Changeset 3457
- Timestamp:
- 12/31/11 09:35:30
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/eventList.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/subscriptions.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkWhite/css/bwTheme.css (modified) (4 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkWhite/eventList.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkWhite/subscriptions.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/eventList.xsl
r3448 r3457 39 39 <td class="eventFilterInfo" colspan="3"> 40 40 <xsl:copy-of select="$bwStr-LsVw-DispEventsForCal"/> 41 <xsl:text> </xsl:text> 42 <span class="displayFilterName"> 43 <xsl:call-template name="substring-afterLastInstanceOf"> 44 <xsl:with-param name="string" select="/bedework/selectionState/collection/virtualpath"/> 45 <xsl:with-param name="char">/</xsl:with-param> 46 </xsl:call-template> 47 </span><xsl:text> </xsl:text> 48 <a id="allView" href="{$setSelection}"><xsl:copy-of select="$bwStr-LsVw-ShowAll"/></a></td> 41 <xsl:text> </xsl:text> 42 <span class="displayFilterName"> 43 <xsl:variable name="subscriptionName"> 44 <xsl:call-template name="substring-afterLastInstanceOf"> 45 <xsl:with-param name="string" select="/bedework/selectionState/collection/virtualpath"/> 46 <xsl:with-param name="char">/</xsl:with-param> 47 </xsl:call-template> 48 </xsl:variable> 49 <xsl:value-of select="/bedework/myCalendars/calendars//calendar[name=$subscriptionName]/summary/text()" /> 50 </span> 51 <xsl:text> </xsl:text> 52 <a id="allView" href="{$setSelection}"><xsl:copy-of select="$bwStr-LsVw-ShowAll"/></a> 53 </td> 49 54 </tr> 50 55 </xsl:when> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/subscriptions.xsl
r3443 r3457 71 71 <xsl:variable name="virtualPath"><xsl:call-template name="escapeJson"><xsl:with-param name="string">/user<xsl:for-each select="ancestor-or-self::calendar/name">/<xsl:value-of select="."/></xsl:for-each></xsl:with-param></xsl:call-template></xsl:variable> 72 72 <xsl:variable name="encVirtualPath"><xsl:call-template name="url-encode"><xsl:with-param name="str" select="$virtualPath"/></xsl:call-template></xsl:variable> 73 74 <xsl:variable name="name" select="name"/> 73 75 <xsl:variable name="summary" select="summary"/> 74 76 <xsl:variable name="itemId" select="generate-id(path)"/> … … 106 108 </xsl:when> 107 109 <xsl:otherwise> 108 <a href="{$setSelection}&virtualPath={$encVirtualPath}&setappvar=curCollection({$ summary})">110 <a href="{$setSelection}&virtualPath={$encVirtualPath}&setappvar=curCollection({$name})"> 109 111 <xsl:value-of select="summary"/> 110 112 </a> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkWhite/css/bwTheme.css
r3444 r3457 716 716 } 717 717 .info { 718 font-size: 1 .1em;718 font-size: 14px; 719 719 margin: 1em 1em 0 1em; 720 font-family: Arial, Helvetica, sans-serif; 720 721 } 721 722 table#searchTable { … … 781 782 line-height: 1.5; 782 783 } 783 div.singleEvent a {784 text-decoration: none; 785 color: #444; 786 font-weight: bold; 787 } 788 div.singleEvent a:hover {784 div.singleEvent a { 785 text-decoration: none; 786 color: #444; 787 font-weight: bold; 788 } 789 div.singleEvent a:hover { 789 790 text-decoration: underline; 790 791 … … 813 814 ul.calendarTree { 814 815 padding: 1em; 816 font-family: Arial, Helvetica, sans-serif; 817 font-size: 12px; 815 818 } 816 819 ul.calendarTree li { … … 821 824 ul.calendarTree li a { 822 825 color: #444; 826 text-decoration: none; 827 } 828 ul.calendarTree li a:hover { 829 text-decoration: underline; 823 830 } 824 831 ul.calendarTree li ul { trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkWhite/eventList.xsl
r3448 r3457 39 39 <td class="eventFilterInfo" colspan="3"> 40 40 <xsl:copy-of select="$bwStr-LsVw-DispEventsForCal"/> 41 <xsl:text> </xsl:text> 42 <span class="displayFilterName"> 43 <xsl:call-template name="substring-afterLastInstanceOf"> 44 <xsl:with-param name="string" select="/bedework/selectionState/collection/virtualpath"/> 45 <xsl:with-param name="char">/</xsl:with-param> 46 </xsl:call-template> 47 </span><xsl:text> </xsl:text> 48 <a id="allView" href="{$setSelection}"><xsl:copy-of select="$bwStr-LsVw-ShowAll"/></a></td> 41 <xsl:text> </xsl:text> 42 <span class="displayFilterName"> 43 <xsl:variable name="subscriptionName"> 44 <xsl:call-template name="substring-afterLastInstanceOf"> 45 <xsl:with-param name="string" select="/bedework/selectionState/collection/virtualpath"/> 46 <xsl:with-param name="char">/</xsl:with-param> 47 </xsl:call-template> 48 </xsl:variable> 49 <xsl:value-of select="/bedework/myCalendars/calendars//calendar[name=$subscriptionName]/summary/text()" /> 50 </span> 51 <xsl:text> </xsl:text> 52 <a id="allView" href="{$setSelection}"><xsl:copy-of select="$bwStr-LsVw-ShowAll"/></a> 53 </td> 49 54 </tr> 50 55 </xsl:when> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkWhite/subscriptions.xsl
r3448 r3457 71 71 <xsl:variable name="virtualPath"><xsl:call-template name="escapeJson"><xsl:with-param name="string">/user<xsl:for-each select="ancestor-or-self::calendar/name">/<xsl:value-of select="."/></xsl:for-each></xsl:with-param></xsl:call-template></xsl:variable> 72 72 <xsl:variable name="encVirtualPath"><xsl:call-template name="url-encode"><xsl:with-param name="str" select="$virtualPath"/></xsl:call-template></xsl:variable> 73 74 <xsl:variable name="name" select="name"/> 73 75 <xsl:variable name="summary" select="summary"/> 74 76 <xsl:variable name="itemId" select="generate-id(path)"/> … … 106 108 </xsl:when> 107 109 <xsl:otherwise> 108 <a href="{$setSelection}&virtualPath={$encVirtualPath}&setappvar=curCollection({$ summary})">110 <a href="{$setSelection}&virtualPath={$encVirtualPath}&setappvar=curCollection({$name})"> 109 111 <xsl:value-of select="summary"/> 110 112 </a>
