Changeset 619

Show
Ignore:
Timestamp:
06/21/06 10:21:36
Author:
johnsa
Message:

preparatory commit to begin cleanup of uportal2 mainCampus calendar skin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/default.xsl

    r609 r619  
    1212<!-- ========================================================= 
    1313 
    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. 
    1526 
    1627     This stylesheet is devoid of school branding.  It is a good 
     
    95106      <head> 
    96107        <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" /> 
    111109      </head> 
    112110      <body> 
     
    178176 
    179177  <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 Help 
    190           </a> 
    191         </td> 
    192       </tr> 
    193     </table> 
    194178    <table id="curDateRangeTable"  cellspacing="0"> 
    195179      <td class="sideBarOpenCloseIcon"> 
  • trunk/calendar3/deployment/webpublic/uportal2/resources/demoskins/MainCampus/default/default/soe.xsl

    r609 r619  
    1818 
    1919     This skin, along with the preferences for the Calendar 
    20      Suite owner differ from the main public skin (default.xsl) in the 
     20     Suite owner, differs from the main public skin (default.xsl) in the 
    2121     following ways: 
    2222       - different header, title, and footer 
    23        - default view = Month 
    2423       - default layout = list view (rather than calendar grid) 
    2524       - different color scheme 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/soe.xsl

    r618 r619  
    1818 
    1919     This skin, along with the preferences for the Calendar 
    20      Suite owner differ from the main public skin (default.xsl) in the 
     20     Suite owner, differs from the main public skin (default.xsl) in the 
    2121     following ways: 
    2222       - different header, title, and footer 
    23        - default view = Month 
    2423       - default layout = list view (rather than calendar grid) 
    2524       - different color scheme