Changeset 43

Show
Ignore:
Timestamp:
01/27/06 08:44:52
Author:
johnsa
Message:

updates in public events client stylesheet to account for new event model; some clean up of styles to make modification easier for others. Updated rss feed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/blue.css

    r2 r43  
    542542  text-decoration: none; 
    543543  background-color: inherit; 
    544   border: 1px solid white
     544  padding: 1
    545545  color: black; 
    546546} 
     
    548548  text-decoration: none; 
    549549  background-color: inherit; 
    550   border: 1px solid #f5f5f5
     550  padding: 1
    551551  color: black; 
    552552} 
     
    554554  text-decoration: none; 
    555555  background-color: inherit; 
    556   border: 1px solid #EDF5F9
     556  padding: 1
    557557  color: black; 
    558558} 
     
    562562  color: black; 
    563563  border: 1px solid black; 
     564  padding: 0; 
    564565} 
    565566#listTable { 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/default.xsl

    r2 r43  
    10651065      <tr> 
    10661066        <td class="leftCell"> 
    1067           Based on the <a href="http://www.washington.edu/ucal/">University of Washington Calendar</a> 
     1067          Based on the <a href="http://www.bedework.org/">Bedework Calendar</a> 
    10681068        </td> 
    10691069        <td class="rightCell"> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/green.css

    r2 r43  
    535535  text-decoration: none; 
    536536  background-color: inherit; 
    537   border: 1px solid white
     537  padding: 1px
    538538  color: black; 
    539539} 
     
    541541  text-decoration: none; 
    542542  background-color: inherit; 
    543   border: 1px solid #f5f5f5
     543  padding: 1px
    544544  color: black; 
    545545} 
     
    547547  text-decoration: none; 
    548548  background-color: inherit; 
    549   border: 1px solid #666
     549  padding: 1px
    550550  color: #eee; 
    551551} 
     
    555555  color: black; 
    556556  border: 1px solid black; 
     557  padding: 0; 
    557558} 
    558559#listTable { 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/red.css

    r2 r43  
    535535  text-decoration: none; 
    536536  background-color: inherit; 
    537   border: 1px solid white
     537  padding: 1
    538538  color: black; 
    539539} 
     
    541541  text-decoration: none; 
    542542  background-color: inherit; 
    543   border: 1px solid #f5f5f5
     543  padding: 1
    544544  color: black; 
    545545} 
     
    547547  text-decoration: none; 
    548548  background-color: inherit; 
    549   border: 1px solid #666
     549  padding: 1
    550550  color: #eee; 
    551551} 
     
    555555  color: black; 
    556556  border: 1px solid black; 
     557  padding: 0; 
    557558} 
    558559#listTable { 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/rss.xsl

    r2 r43  
    2525    <item> 
    2626      <title><xsl:value-of select="summary"/> - <xsl:value-of select="substring(start/monthname,1,3)"/><xsl:text> </xsl:text><xsl:value-of select="start/day"/></title> 
    27       <link><xsl:value-of select="/ucalendar/urlprefix"/>/eventView.do?eventId=<xsl:value-of select="id"/></link> 
     27      <link><xsl:value-of select="/ucalendar/urlprefix"/>/eventView.do?subid=<xsl:value-of select="subscription/id"/>&amp;guid=<xsl:value-of select="guid"/>&amp;recurrenceId=<xsl:value-of select="recurrenceId"/></link> 
    2828      <pubDate><xsl:value-of select="substring(start/dayname,1,3)"/>, 
    2929               <xsl:value-of select="start/twodigitday"/><xsl:text> </xsl:text>