Changeset 695
- Timestamp:
- 07/04/06 18:25:24
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/freebusyAggregator/webapp/resources/demoskins/MainCampus/default/default/default.css
r694 r695 81 81 } 82 82 #bodyBlock td#bodyContent { 83 vertical-align: top; 83 84 padding: 1em; 84 85 } … … 87 88 padding: 0; 88 89 font-size: 1.2em; 90 } 91 #bodyBlock #frontPage { 92 text-align: center; 89 93 } 90 94 #bodyBlock td#logos { … … 131 135 #freeBusy td.busy, 132 136 #freeBusyKey td.busy { 133 color: # ddd;134 background-color: # ddd;137 color: #fbb; 138 background-color: #fbb; 135 139 } 136 140 #freeBusy td.tentative, 137 141 #freeBusyKey td.tentative { 138 color: # DFE7FB;139 background: # DFE7FBurl('../../resources/tentativeLines.gif') top;142 color: #eee; 143 background: #eee url('../../resources/tentativeLines.gif') top; 140 144 } 141 145 #freeBusyKey { … … 155 159 } 156 160 #freeBusy td.tentative a { 157 color: # DFE7FB;161 color: #eee; 158 162 background-color: transparent; 159 163 display: block; … … 164 168 } 165 169 #freeBusy td.busy a { 166 color: # ddd;170 color: #fbb; 167 171 background-color: transparent; 168 172 display: block; trunk/calendar3/deployment/freebusyAggregator/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r694 r695 115 115 <td id="bodyContent"> 116 116 <xsl:choose> 117 <xsl:when test="/bedework-fbaggregator/page='freeBusy'"> 118 <xsl:apply-templates select="/bedework-fbaggregator/freebusy"/> 119 </xsl:when> 117 120 <xsl:when test="/bedework-fbaggregator/page='timeZones'"> 118 <xsl:apply-templates select="/bedework-fbaggregator/timezones"/>121 <xsl:apply-templates select="/bedework-fbaggregator/timezones"/> 119 122 </xsl:when> 120 123 <xsl:otherwise> 121 <!-- otherwise, show freeBusy --> 122 <xsl:apply-templates select="/bedework-fbaggregator/freebusy"/> 124 <!-- otherwise, show main --> 125 <div id="frontPage"> 126 <p> 127 <a href="http://www.calconnect.org"> 128 <img src="http://www.rpi.edu/dept/cct/apps/bedeworkLuwak2/images/freebusy/calconnect.gif" width="175" height="67" alt="calconnect" border="0"/> 129 </a> 130 <a href="http://www.boeing.com"> 131 <img src="http://www.rpi.edu/dept/cct/apps/bedeworkLuwak2/images/freebusy/boeing.gif" width="100" height="67" alt="calconnect" border="0"/> 132 </a> 133 </p> 134 <h2>CalDAV Freebusy Aggregator</h2> 135 <p>To begin, enter a date range on the left and click "aggregate".</p> 136 </div> 123 137 </xsl:otherwise> 124 138 </xsl:choose>
