Changeset 619
- Timestamp:
- 06/21/06 10:21:36
- Files:
-
- trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/bedework.css (added)
- trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/default.xsl (modified) (3 diffs)
- trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/soe.xsl (modified) (1 diff)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/default.xsl
r609 r619 12 12 <!-- ========================================================= 13 13 14 DEMONSTRATION CALENDAR STYLESHEET 14 DEMONSTRATION PORTLET CALENDAR STYLESHEET 15 16 This stylesheet is indended for use as a generic portlet 17 stylesheet. 18 19 This skin differs from the stand-alone public skin in the 20 following ways: 21 - header, title, and footer have been removed (they should be 22 rendered by the portal) 23 24 See the bedework.css file for information about color and style 25 issues as they pertain to the portlet implementation. 15 26 16 27 This stylesheet is devoid of school branding. It is a good … … 95 106 <head> 96 107 <title>Bedework Events Calendar</title> 97 <link rel="stylesheet" type="text/css" href="{$resourcesRoot}/default/default/common.css" /> 98 <link rel="stylesheet" type="text/css" media="print" href="{$resourcesRoot}/default/default/print.css" /> 99 <xsl:choose> 100 <xsl:when test="/bedework/appvar[key='style']/value='red'"> 101 <link rel="stylesheet" href="{$resourcesRoot}/default/default/red.css"/> 102 </xsl:when> 103 <xsl:when test="/bedework/appvar[key='style']/value='green'"> 104 <link rel="stylesheet" href="{$resourcesRoot}/default/default/green.css"/> 105 </xsl:when> 106 <xsl:otherwise> 107 <link rel="stylesheet" href="{$resourcesRoot}/default/default/blue.css"/> 108 </xsl:otherwise> 109 </xsl:choose> 110 <link rel="icon" type="image/ico" href="{$resourcesRoot}/images/bedework.ico" /> 108 <link rel="stylesheet" type="text/css" href="{$resourcesRoot}/default/default/bedework.css" /> 111 109 </head> 112 110 <body> … … 178 176 179 177 <xsl:template name="headBar"> 180 <table width="100%" border="0" cellpadding="0" cellspacing="0" id="logoTable">181 <tr>182 <td colspan="3" id="logoCell"><a href="http://www.bedework.org/"><img src="{$resourcesRoot}/images/bedeworkLogo.gif" width="292" height="75" border="0" alt="Bedework"/></a></td>183 <td colspan="2" id="schoolLinksCell">184 <h2>Public Calendar</h2>185 <a href="{$privateCal}">Personal Calendar</a> |186 <a href="http://www.yourschoolhere.edu">School Home</a> |187 <a href="http://www.bedework.org/">Other Link</a> |188 <a href="http://helpdesk.rpi.edu/update.do?catcenterkey=51">189 Example Calendar Help190 </a>191 </td>192 </tr>193 </table>194 178 <table id="curDateRangeTable" cellspacing="0"> 195 179 <td class="sideBarOpenCloseIcon"> trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/soe.xsl
r609 r619 18 18 19 19 This skin, along with the preferences for the Calendar 20 Suite owner differfrom the main public skin (default.xsl) in the20 Suite owner, differs from the main public skin (default.xsl) in the 21 21 following ways: 22 22 - different header, title, and footer 23 - default view = Month24 23 - default layout = list view (rather than calendar grid) 25 24 - different color scheme trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.xsl
r618 r619 18 18 19 19 This skin, along with the preferences for the Calendar 20 Suite owner differfrom the main public skin (default.xsl) in the20 Suite owner, differs from the main public skin (default.xsl) in the 21 21 following ways: 22 22 - different header, title, and footer 23 - default view = Month24 23 - default layout = list view (rather than calendar grid) 25 24 - different color scheme
