Changeset 2543

Show
Ignore:
Timestamp:
12/23/09 13:56:14
Author:
johnsa
Message:

public theme: making new "featured events"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/featured/FeaturedEvent.xml

    r2511 r2543  
    11<featuredEvents> 
    22  <image> 
    3     <name>nov_undraborn.jpg</name> 
    4     <link>http://calendar.duke.edu/cal/event/eventView.do?b=de&amp;subid=3753&amp;calPath=%2Fpublic%2FPublic&amp;guid=CAL-18832e99-244f42d0-0124-5e02dc98-000004f2demobedework@mysite.edu&amp;recurrenceId=</link> 
    5     <toolTip>Undraborn</toolTip> 
     3    <name>bede.jpg</name> 
     4    <link>http://en.wikipedia.org/wiki/De_temporum_ratione</link> 
     5    <toolTip>De temporum ratione</toolTip> 
    66  </image> 
    77  <image> 
    8     <name>dec_candle.jpg</name> 
    9     <link>http://calendar.duke.edu/cal/event/eventView.do?b=de&amp;subid=3753&amp;calPath=%2Fpublic%2FPublic&amp;guid=CAL-18832e99-24102402-0124-4e4f6ebd-000008bfdemobedework@mysite.edu&amp;recurrenceId=</link> 
    10     <toolTip>Candlelight</toolTip> 
     8    <name>bede.jpg</name> 
     9    <link>http://en.wikipedia.org/wiki/De_temporum_ratione</link> 
     10    <toolTip>De temporum ratione</toolTip> 
    1111  </image> 
    1212  <image> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/featuredEvents.xsl

    r2516 r2543  
    1515      <div id="feature"> 
    1616        <!-- pulls in the first three images from the FeaturedEvent.xml document --> 
    17         <xsl:apply-templates select="document('../../themes/bedeworkTheme/data/FeaturedEvent.xml')/featuredEvents/image[position() &lt; 4]" mode="featuredEvents" /> 
     17        <xsl:apply-templates select="document('../../themes/bedeworkTheme/featured/FeaturedEvent.xml')/featuredEvents/image[position() &lt; 4]" mode="featuredEvents" /> 
    1818      </div> 
    1919    </xsl:if> 
     
    2424      <xsl:when test="link = ''"> 
    2525        <img width="241" height="189"> 
    26           <xsl:attribute name="src"><xsl:value-of select="$resourcesRoot"/>/data/<xsl:value-of select="name"/></xsl:attribute> 
     26          <xsl:attribute name="src"><xsl:value-of select="$resourcesRoot"/>/featured/<xsl:value-of select="name"/></xsl:attribute> 
    2727          <xsl:attribute name="alt"><xsl:value-of select="toolTip"/></xsl:attribute> 
    2828        </img> 
     
    3232          <xsl:attribute name="href"><xsl:value-of select="link"/></xsl:attribute> 
    3333          <img width="241" height="189"> 
    34             <xsl:attribute name="src"><xsl:value-of select="$resourcesRoot"/>/data/<xsl:value-of select="name"/></xsl:attribute> 
     34            <xsl:attribute name="src"><xsl:value-of select="$resourcesRoot"/>/featured/<xsl:value-of select="name"/></xsl:attribute> 
    3535            <xsl:attribute name="alt"><xsl:value-of select="toolTip"/></xsl:attribute> 
    3636          </img>