Changeset 43
- Timestamp:
- 01/27/06 08:44:52
- Files:
-
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/blue.css (modified) (4 diffs)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/default.xsl (modified) (1 diff)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/green.css (modified) (4 diffs)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/red.css (modified) (4 diffs)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/rss.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/blue.css
r2 r43 542 542 text-decoration: none; 543 543 background-color: inherit; 544 border: 1px solid white;544 padding: 1; 545 545 color: black; 546 546 } … … 548 548 text-decoration: none; 549 549 background-color: inherit; 550 border: 1px solid #f5f5f5;550 padding: 1; 551 551 color: black; 552 552 } … … 554 554 text-decoration: none; 555 555 background-color: inherit; 556 border: 1px solid #EDF5F9;556 padding: 1; 557 557 color: black; 558 558 } … … 562 562 color: black; 563 563 border: 1px solid black; 564 padding: 0; 564 565 } 565 566 #listTable { trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/default.xsl
r2 r43 1065 1065 <tr> 1066 1066 <td class="leftCell"> 1067 Based on the <a href="http://www. washington.edu/ucal/">University of WashingtonCalendar</a>1067 Based on the <a href="http://www.bedework.org/">Bedework Calendar</a> 1068 1068 </td> 1069 1069 <td class="rightCell"> trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/green.css
r2 r43 535 535 text-decoration: none; 536 536 background-color: inherit; 537 border: 1px solid white;537 padding: 1px; 538 538 color: black; 539 539 } … … 541 541 text-decoration: none; 542 542 background-color: inherit; 543 border: 1px solid #f5f5f5;543 padding: 1px; 544 544 color: black; 545 545 } … … 547 547 text-decoration: none; 548 548 background-color: inherit; 549 border: 1px solid #666;549 padding: 1px; 550 550 color: #eee; 551 551 } … … 555 555 color: black; 556 556 border: 1px solid black; 557 padding: 0; 557 558 } 558 559 #listTable { trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/red.css
r2 r43 535 535 text-decoration: none; 536 536 background-color: inherit; 537 border: 1px solid white;537 padding: 1; 538 538 color: black; 539 539 } … … 541 541 text-decoration: none; 542 542 background-color: inherit; 543 border: 1px solid #f5f5f5;543 padding: 1; 544 544 color: black; 545 545 } … … 547 547 text-decoration: none; 548 548 background-color: inherit; 549 border: 1px solid #666;549 padding: 1; 550 550 color: #eee; 551 551 } … … 555 555 color: black; 556 556 border: 1px solid black; 557 padding: 0; 557 558 } 558 559 #listTable { trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/en_US/default/rss.xsl
r2 r43 25 25 <item> 26 26 <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"/>&guid=<xsl:value-of select="guid"/>&recurrenceId=<xsl:value-of select="recurrenceId"/></link> 28 28 <pubDate><xsl:value-of select="substring(start/dayname,1,3)"/>, 29 29 <xsl:value-of select="start/twodigitday"/><xsl:text> </xsl:text>
