Changeset 695

Show
Ignore:
Timestamp:
07/04/06 18:25:24
Author:
johnsa
Message:

added some front page information to freebusy aggregator

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/freebusyAggregator/webapp/resources/demoskins/MainCampus/default/default/default.css

    r694 r695  
    8181} 
    8282#bodyBlock td#bodyContent { 
     83  vertical-align: top; 
    8384  padding: 1em; 
    8485} 
     
    8788  padding: 0; 
    8889  font-size: 1.2em; 
     90} 
     91#bodyBlock #frontPage { 
     92  text-align: center; 
    8993} 
    9094#bodyBlock td#logos { 
     
    131135#freeBusy td.busy, 
    132136#freeBusyKey td.busy { 
    133   color: #ddd
    134   background-color: #ddd
     137  color: #fbb
     138  background-color: #fbb
    135139} 
    136140#freeBusy td.tentative, 
    137141#freeBusyKey td.tentative { 
    138   color: #DFE7FB
    139   background: #DFE7FB url('../../resources/tentativeLines.gif') top; 
     142  color: #eee
     143  background: #eee url('../../resources/tentativeLines.gif') top; 
    140144} 
    141145#freeBusyKey { 
     
    155159} 
    156160#freeBusy td.tentative a  { 
    157   color: #DFE7FB
     161  color: #eee
    158162  background-color: transparent; 
    159163  display: block; 
     
    164168} 
    165169#freeBusy td.busy a { 
    166   color: #ddd
     170  color: #fbb
    167171  background-color: transparent; 
    168172  display: block; 
  • trunk/calendar3/deployment/freebusyAggregator/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r694 r695  
    115115            <td id="bodyContent"> 
    116116              <xsl:choose> 
     117                <xsl:when test="/bedework-fbaggregator/page='freeBusy'"> 
     118                  <xsl:apply-templates select="/bedework-fbaggregator/freebusy"/> 
     119                </xsl:when> 
    117120                <xsl:when test="/bedework-fbaggregator/page='timeZones'"> 
    118                  <xsl:apply-templates select="/bedework-fbaggregator/timezones"/> 
     121                  <xsl:apply-templates select="/bedework-fbaggregator/timezones"/> 
    119122                </xsl:when> 
    120123                <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> 
    123137                </xsl:otherwise> 
    124138              </xsl:choose>