agency_wrapper_1024x768 StatewidePortalPage
false
-ls-pt-lo-def- -ls-pt-lo-def-
      
    
  
  
    
      Agency banner component.  This component is used on every agency home page and all tertiary pages beneath them.
      Default
      agency_banner
      agency_banner
      
      
        
        43200
        
        
        1003
        55
        78
        0
        4
        true
      
      
      
        
        
        
      
      
      
        
          
            Global
            agency_settings
            agency_settings.xml
            agency_title,banner_image,banner_alt_tag,feedback
          
          com.interwoven.livesite.external.impl.templatingTools
          getDCRContents
        
      
      
        Default
        <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default Skin (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>

  <xsl:template match="/">


    <script type="text/javascript">
      function changeFeedback()
      {
        var theform = document.forms.submitContact;
        if (typeof(theform) == "undefined")
        {
          setTimeout("changeFeedback();",100);
        }
        else
        {
          var numlinks = document.links.length;
          var wflink = document.links[numlinks-2];
          <xsl:choose>
            <xsl:when test="contains(//Properties/Data/Result/dcr/feedback,'@')">
          var newhref = wflink.href;
          newhref = newhref + "?address=<xsl:value-of select="//Properties/Data/Result/dcr/feedback" />";
          wflink.href=newhref;
            </xsl:when>
            <xsl:otherwise>
          wflink.href="<xsl:value-of select="//Properties/Data/Result/dcr/feedback" />";
            </xsl:otherwise>
          </xsl:choose>
          wflink.onclick="";
        }
      }
      changeFeedback();
    </script>

    <div class="noprint agency_banner">
      <div>
        <a>
          <xsl:attribute name="href">
            <xsl:value-of select="concat('$URL_PREFIX',//Properties/Data/Result/dcr/sites_path,'/index.page')" />
          </xsl:attribute>
          <xsl:attribute name="title">
            <xsl:value-of select="//Properties/Data/Result/dcr/agency_title" />
          </xsl:attribute>
          <xsl:value-of select="//Properties/Data/Result/dcr/agency_title"/>
        </a>
        <span>
          <xsl:if test="//Properties/Data/Result/dcr/banner_image != ''">
          <img>
            <xsl:attribute name="src">
              <xsl:value-of select="concat('$URL_PREFIX',//Properties/Data/Result/dcr/banner_image)" />
            </xsl:attribute>
            <xsl:attribute name="alt">
              <xsl:value-of select="//Properties/Data/Result/dcr/banner_alt_tag" />
            </xsl:attribute>
          </img>
          </xsl:if>
        </span>
      </div>
    </div>
    <div class="agency_banner_bottom_shade"><xsl:comment>banner bottom shade</xsl:comment></div>

  </xsl:template>
</xsl:stylesheet>
      
    
    
      Displays rich text and images.
      Default
      Basic_Content
      Basic_Content
      
      
        
        -1
        
        670
        50
        1160
        190
        0
        true
      
      
      
        
        
        
      
      
        leftText
        
        
      
      
        <h3 align="center"><a href="$PAGE_LINK[PEBB/OE_2009/OE]">Go to Open Enrollment Home Page</a></h3>
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:template match="/">

    <div>
      <xsl:attribute name="class">
        <xsl:value-of select="/Properties/Datum[@ID='CSSCLASS']"/>
      </xsl:attribute>
      <xsl:attribute name="style">
        <xsl:value-of select="/Properties/Datum[@ID='CSS']"/>
      </xsl:attribute>
      <xsl:attribute name="id">
        <xsl:value-of select="/Properties/Datum[@ID='CSSID']"/>
      </xsl:attribute>
      <span in-context-edit="{/Properties/Data/Datum[@ID='CONTENT']/@ID}">
        <xsl:value-of select="/Properties/Data/Datum[@ID='CONTENT']" disable-output-escaping="yes"/>
      </span>
    </div>

  </xsl:template>

</xsl:stylesheet>
      
    
    
      Displays a styled horizontal divider line.
      Default
      Copy of Horizontal_Line
      Horizontal_Line
      
      
        
        -1
        
        670
        20
        560
        190
        0
        true
      
      
      
        
        
        
      
      
        #000000
        1
      
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>
  <xsl:template match="/">

    <div>
      <xsl:attribute name="style">border-style:solid;border-width:<xsl:value-of select="/Properties/Datum[@ID='THICKNESS']"/>px 0px 0px 0px;border-color:<xsl:value-of select="/Properties/Datum[@ID='COLOR']"/>;width:100%;height:100%;</xsl:attribute>
    </div>

  </xsl:template>
</xsl:stylesheet>
      
    
    
      Agency left navigation component.  This component is used on every agency home page and all tertiary pages beneath them.
      Default
      agency_left_nav
      agency_left_nav
      
      
        
        0
        
        
        185
        300
        140
        0
        3
        true
      
      
      
        
        
        
      
      
      
        
          
          com.interwoven.livesite.external.impl.fileTools
          getLeftNav
        
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>

<!-- Main XSLT Template START -->
  <xsl:template match="/">

  <div class="noprint left_nav">
      <!-- GNB Start-->
      <xsl:choose>
        <xsl:when test="Properties/Data/Result/fileContents/gnbHTML != ''">
          <xsl:value-of select="Properties/Data/Result/fileContents/gnbHTML" disable-output-escaping = "yes" />
        </xsl:when>
        <xsl:otherwise>
          <div class="noprint gnb_wrapper_null"></div>
        </xsl:otherwise>
      </xsl:choose>
      <!-- GNB End -->

      <!-- Left Navigation Start -->
      <xsl:value-of select="Properties/Data/Result/fileContents/leftNavHTML" disable-output-escaping = "yes" />
      <!-- Left Navigation End -->
  </div>

  </xsl:template>

</xsl:stylesheet>
      
    
    
      Displays a column of basic content entries and images in any order.
      Default
      Stacked_Content
      Stacked_Content
      
      
        
        -1
        
        670
        570
        580
        190
        0
        true
      
      
      
        
        
        
      
      
        
        
      
      
        
          
          
          
            
              
              
            
          
          
          <h4><a name="Provider" title="Provider"></a>&nbsp;&nbsp;</h4><h4><table border="0" width="642" style="width: 642px; height: 520px"><tbody><tr><td valign="top">&nbsp;<img src="$URL_PREFIX/DAS/PEBB/images/2009/Doctor.gif" alt="Doctor" title="Doctor" width="200" height="300" /></td><td align="left" valign="top"><span style="font-size: 11pt"><span style="font-size: 15pt; font-family: &#39;Book Antiqua&#39;"><h3 style="margin: 12pt 0in 3pt" align="left"><span style="font-size: 15pt"><font face="Arial">Find Your Provider</font></span></h3><span style="font-size: 11pt; font-family: Arial"><font size="3"><font face="Times New Roman"><span style="font-size: 11pt; font-family: Arial">Your Benefit Board&rsquo;s implementation team is actively working with providers around the state to ensure the preferred-provider network for PEBB&rsquo;s 2010 Statewide Plan meets members&rsquo; ongoing healthcare needs. Providers are added to this Network Search Tool as contracts are put in place.</span></font></font></span></span></span> <h4><table border="0" style="width: 420px; height: 231px"><tbody><tr><td valign="middle" style="height: 25px; border: 1px solid"><h4>&nbsp;Find Providers in Oregon</h4></td></tr><tr><td><h5><h5 style="margin: auto 0in auto 0.5in; text-indent: -0.25in; tab-stops: list .5in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><span>1.<span style="font: 7pt &#39;Times New Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="font-weight: normal; font-size: 11pt; font-family: Arial">Go to <a href="https://www.providence.org/PHP_ProviderDirectory/default.aspx?HealthPlanID=16010" target="_blank">Provider Search</a></span></h5><h5 style="margin: auto 0in auto 0.5in; text-indent: -0.25in; tab-stops: list .5in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><span>2.<span style="font: 7pt &#39;Times New Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="font-weight: normal; font-size: 11pt; font-family: Arial">Type in your provider&#39;s name and zip code, and then click &quot;Go&quot; </span></h5></h5></td></tr><tr><td valign="middle" style="border: 1px solid"><h4>Find Out-of-State Providers </h4></td></tr><tr><td><h5><h5 style="margin: auto 0in auto 0.5in; text-indent: -0.25in; tab-stops: list .5in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><span>1.<span style="font: 7pt &#39;Times New Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="font-weight: normal; font-size: 11pt; font-family: Arial">Go to <a href="http://www.multiplan.com/search/search-2.cfm?originator=84450" target="_blank">www.multiplan.com/search/search-2.cfm?originator=84450</a>&nbsp;<a href="www.multiplan.com/search/search-2.cfm?originator=84450" target="_blank"></a></span></h5><h5 style="margin: auto 0in auto 0.5in; text-indent: -0.25in; tab-stops: list .5in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><span>2.<span style="font: 7pt &#39;Times New Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="font-weight: normal; font-size: 11pt; font-family: Arial">Select &quot;Doctor&quot; or &quot;Facility&quot; and click &quot;Continue.&quot; </span></h5><h5 style="margin: auto 0in auto 0.5in; text-indent: -0.25in; tab-stops: list .5in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><span>3.<span style="font: 7pt &#39;Times New Roman&#39;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><span style="font-weight: normal; font-size: 11pt; font-family: Arial">Type in your search criteria and click &quot;Continue.&quot;&nbsp;</span></h5></h5></td></tr></tbody></table></h4></td></tr></tbody></table></h4>
        
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->


  <xsl:template match="/">
  <!-- Outputs a DIV made up of child DIVs, each containing rich text, a linked image with a tooltip, or both. -->
    <div class="leftText">
      <!-- xsl:attribute name="class"><xsl:value-of select="/Properties/Datum[@ID='CSSCLASS']"/></xsl:attribute -->
      <!-- xsl:attribute name="style"><xsl:value-of select="/Properties/Datum[@ID='CSSSTYLE']"/></xsl:attribute -->
      <xsl:for-each select="/Properties/Data/Group[@Name='Content Block (All fields are optional)']">
        <div>
          <!-- xsl:attribute name="class"><xsl:value-of select="Datum[@Name='CSS Class']"/></xsl:attribute -->
          <!-- xsl:attribute name="style"><xsl:value-of select="Datum[@Name='Inline Style']"/></xsl:attribute -->
          <xsl:if test="Datum[@Name='Image']/Image/Path != '' ">

            <xsl:if test="Datum[@Name='Image Link'] != '' ">
              <a>
                <xsl:attribute name="href"><xsl:value-of select="Datum[@Name='Image Link']"/></xsl:attribute>
                <img style="border:0px;">
                  <xsl:attribute name="src"><xsl:value-of select="Datum[@Name='Image']/Image/Path"/></xsl:attribute>
                  <xsl:attribute name="title"><xsl:value-of select="Datum[@Name='Image']/Image/Description"/></xsl:attribute>
                  <xsl:attribute name="alt"><xsl:value-of select="Datum[@Name='Image']/Image/Description"/></xsl:attribute>
                </img>
              </a>
            </xsl:if>
            <xsl:if test="Datum[@Name='Image Link'] = '' ">
              <img style="border:0px;">
                <xsl:attribute name="src"><xsl:value-of select="Datum[@Name='Image']/Image/Path"/></xsl:attribute>
                <xsl:attribute name="title"><xsl:value-of select="Datum[@Name='Image']/Image/Description"/></xsl:attribute>
                <xsl:attribute name="alt"><xsl:value-of select="Datum[@Name='Image']/Image/Description"/></xsl:attribute>
              </img>
            </xsl:if>

          </xsl:if>
          <xsl:if test="Datum[@Name='Text'] != '' ">
            <div in-context-edit="{Datum[@Name='Text']/@ID}">
              <xsl:value-of select="Datum[@Name='Text']" disable-output-escaping="yes"/>
            </div>
          </xsl:if>
      </div>
      </xsl:for-each>
    </div>
  </xsl:template>


</xsl:stylesheet>
      
    
    
      Displays rich text and images.
      Default
      Basic_Content
      Basic_Content
      
      
        
        -1
        
        350
        270
        290
        510
        0
        true
      
      
      
        
        
        
      
      
        leftText
        
        
      
      
        <span style="font-weight: normal; font-size: 12pt; font-family: Verdana"><h5 style="margin: auto 0in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial">Your Benefit Board is in the process of putting details in place for 2010 healthcare plans. This process follows both well-established and new pathways. </span></h5><h5 style="margin: auto 0in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial">To keep members informed, PEBB will publish regular updates here.&nbsp;&nbsp;</span></h5><ul><li><h5 style="margin: auto 0in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"></span><span style="font-weight: normal; font-family: Symbol"><span><span style="font: 7pt &#39;Times New Roman&#39;">&nbsp;</span></span></span><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><a href="$URL_PREFIX/DAS/PEBB/docs/PDF/2009/BoardNews/2010HealthcarePlansQA.pdf" target="_blank">Read&nbsp;Questions and Answers on 2010&nbsp;Medical Plans</a>&nbsp;- Updated Weekly until Oct. 1</span></h5></li><li><h5 style="margin: auto 0in"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><span style="color: black"><p class="MsoNormal"><font face="Times New Roman" size="2"><span style="font-size: 11pt"><span style="font-weight: normal; font-size: 11pt; font-family: Arial"><span style="color: black"><a href="http://www.providence.org/healthplans/pebb/" title="Statewide Plan">Read more about PEBB&#39;s Statewide Plan beginning 2010</a>, administered by Providence Health Plans. </span></span></span></font></p></span></span></h5></li></ul></span>
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:template match="/">

    <div>
      <xsl:attribute name="class">
        <xsl:value-of select="/Properties/Datum[@ID='CSSCLASS']"/>
      </xsl:attribute>
      <xsl:attribute name="style">
        <xsl:value-of select="/Properties/Datum[@ID='CSS']"/>
      </xsl:attribute>
      <xsl:attribute name="id">
        <xsl:value-of select="/Properties/Datum[@ID='CSSID']"/>
      </xsl:attribute>
      <span in-context-edit="{/Properties/Data/Datum[@ID='CONTENT']/@ID}">
        <xsl:value-of select="/Properties/Data/Datum[@ID='CONTENT']" disable-output-escaping="yes"/>
      </span>
    </div>

  </xsl:template>

</xsl:stylesheet>
      
    
    
      Page title component.  This is used on tertiary pages.
      Default
      page_title
      page_title
      
      
        
        43200
        
        
        20
        10
        990
        80
        0
        true
      
      
      
        
        
        
      
      
      
        
        
          
            Global
            agency_settings
            agency_settings.xml
            agency_logo,logo_alt_tag
          
          com.interwoven.livesite.external.impl.templatingTools
          getDCRContents
        
      
      
        Default
        <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default Skin (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>

  <xsl:template match="/">
    <div class="page_title" in-context-edit="{/Properties/Data/Datum[@Name='PageTitle']/@ID}"><xsl:value-of select="/Properties/Data/Datum[@Name='PageTitle']"/></div>

    <div class="small_agency_logo">
      <xsl:if test="//Properties/Data/Result/dcr/agency_logo != ''">
      <img>
        <xsl:attribute name="src">
          <xsl:value-of select="concat('$URL_PREFIX',//Properties/Data/Result/dcr/agency_logo)" />
        </xsl:attribute>
        <xsl:attribute name="alt">
          <xsl:value-of select="//Properties/Data/Result/dcr/logo_alt_tag" />
        </xsl:attribute>
      </img>
      </xsl:if>
    </div>

  </xsl:template>
</xsl:stylesheet>
      
    
    
      Top banner component.  This component is used on every page.
      Default
      top_banner
      top_banner
      
      
        
        86400
        
        
        1003
        78
        0
        0
        5
        true
      
      
      
        
        
        
      
      
      
        
          templatedata/Global/state_wrapper/data/top_banner.xml
        
      
      
        Default
        <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default Skin (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>

  <xsl:template match="/">
    <xsl:value-of select="Properties/Data/Datum/DCR/page_component/html" disable-output-escaping = "yes" />
  </xsl:template>

</xsl:stylesheet>
      
    
    
      Displays a series of images in a slideshow with text-based button controls.
      Default
      Image_Slideshow_with_Text_Buttons
      Image_Slideshow_with_Text_Buttons
      
      
        
        -1
        
        310
        250
        310
        190
        0
        true
      
      
      
        
        
        
      
      
        5
        
          44
          <<
          ||
          >
          >>
        
      
      
        
          
            
              $URL_PREFIX/DAS/PEBB/images/2009/QuestoinAnswers.jpg
              Answers to Your Questions
            
          
          
        
        
          
            
              $URL_PREFIX/DAS/PEBB/images/2009/ProviderSearchScreen.jpg
              Provider_Search
            
          
          
        
        
          
            
              $URL_PREFIX/DAS/PEBB/images/2009/StayUpdated.jpg
              Stay Updated
            
          
          
        
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>
  <xsl:template match="/">


<div class="bodyText" style="width:100%;" align="center" >
<xsl:attribute name="id">C_<xsl:value-of select='/Properties/@ComponentID' />_div</xsl:attribute>
</div>

<script language="JavaScript" src="/iwov-resources/scripts/foundation/image-slideshow.js"/>
<script language="JavaScript" src="/iwov-resources/scripts/foundation/effects.js"/>

<script language="JavaScript">

 try {
  imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'] = new ImageSlideShow('C_<xsl:value-of select='/Properties/@ComponentID' />', <xsl:value-of select="/Properties/Datum[@ID='TransitionInterval']"/>);
  
    <xsl:for-each select="/Properties/Data/Group">
      imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'].addSlide(
        "<xsl:value-of select="Datum[@Name='Image']/Image/Path"/>", 
        "<xsl:value-of select="Datum[@Name='Image']/Image/Description"/>", 
        "<xsl:value-of select="Datum[@Name='Link']"/>");
    </xsl:for-each>

  imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'].updateDiv();
  imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'].setPauseBtnLabels('<xsl:value-of select="/Properties/Group/Datum[@ID='PauseButton']"/>','<xsl:value-of select="/Properties/Group/Datum[@ID='PlayButton']"/>');
  imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'].togglePause();
 } catch (missingDependencies) {
  alert('Image Slideshow with Text Buttons Component: The /iwov-resources/scripts/foundation/effects.js and /iwov-resources/scripts/foundation/image-slideshow.js files must be available on pages that use this component.');
 }

</script>


<!--Slideshow controls-->
<div style="text-align:center; visibility:hidden;"> <!-- -->
<xsl:attribute name="id">C_<xsl:value-of select='/Properties/@ComponentID' />_buttonDiv</xsl:attribute>

  <button class="buttonText" title="Previous">
    <xsl:attribute name="onclick">imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'].clickPrev()</xsl:attribute>
    <xsl:attribute name="style">margin:5px;width:<xsl:value-of select="/Properties/Group/Datum[@ID='ButtonWidth']"/>px;</xsl:attribute>
    <xsl:value-of select="/Properties/Group/Datum[@ID='PreviousButton']"/>
  </button>
    
  <button class="buttonText" title="Pause" pausedTitle="Resume" playingTitle="Pause">
    <xsl:attribute name="onclick">imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'].togglePause(this)</xsl:attribute>
    <xsl:attribute name="style">margin:5px;width:<xsl:value-of select="/Properties/Group/Datum[@ID='ButtonWidth']"/>px;</xsl:attribute>
    <xsl:value-of select="/Properties/Group/Datum[@ID='PauseButton']"/>
  </button>

  <button class="buttonText" title="Next">
    <xsl:attribute name="onclick">imageSlideShows['C_<xsl:value-of select='/Properties/@ComponentID' />'].clickNext()</xsl:attribute>
    <xsl:attribute name="style">margin:5px;width:<xsl:value-of select="/Properties/Group/Datum[@ID='ButtonWidth']"/>px;</xsl:attribute>
    <xsl:value-of select="/Properties/Group/Datum[@ID='NextButton']"/>
  </button>

</div>



  </xsl:template>
</xsl:stylesheet>
      
    
    
      Dynamically displays horizontal breadcrumb navigation based on the Site Map.
      Default
      Horizontal_Breadcrumb
      Horizontal_Breadcrumb
      
      
        
        -1
        
        817
        16
        135
        186
        2
        true
      
      
      
        
        
        
      
      
        breadCrumb
        &nbsp;>&nbsp;
      
      
        false
        Home
        
          
          
          
          
        
        
          
            
          
          com.interwoven.livesite.external.impl.Breadcrumb
          displayBreadcrumb
        
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:variable name="homeLinkTarget" select="/Properties/Data/Datum[@ID='homeLinkTarget']
                                              /Option[@Selected='true']/Value"/>
  <xsl:variable name="componentId" select="/Properties/@ComponentID"/>

  <xsl:template match="/"> 
    <div>
      <xsl:attribute name="class"><xsl:value-of select="/Properties/Datum[@ID='HEADERCLASS']"/></xsl:attribute>

      <xsl:if test="/Properties/Data/Datum[@ID='displayHomeLink'] = 'true'">
        <span>
          <a href="$PAGE_LINK[{/Properties/Data/Result/Breadcrumb/StartPage}]">
            <xsl:if test="$homeLinkTarget != '' and $homeLinkTarget != 'none'">
              <xsl:attribute name="target">
                <xsl:value-of select="$homeLinkTarget"/>
              </xsl:attribute>
            </xsl:if>
            <xsl:choose>
              <xsl:when test="/Properties/Data/Datum[@ID='homeLinkLabel'] != ''">
                 <xsl:value-of select="/Properties/Data/Datum[@ID='homeLinkLabel']"/>
              </xsl:when>
              <xsl:otherwise>Home</xsl:otherwise>
            </xsl:choose>
          </a>
        </span>
        <xsl:if test="//Node">
          <span><xsl:value-of select="/Properties/Datum[@ID='separator']" disable-output-escaping="yes"/></span>
        </xsl:if>
      </xsl:if>
      <xsl:apply-templates select="//Node"/>
    </div>
  </xsl:template>

  <xsl:template match="Node">
    <xsl:choose>
      <xsl:when test="position() != last()">
        <span>
          <xsl:choose>
            <xsl:when test="Link/@Type != ''">
              <a href="{Link/Url}">
                <xsl:if test="$homeLinkTarget != '' and $homeLinkTarget != 'none'">
                  <xsl:attribute name="target">
                    <xsl:value-of select="$homeLinkTarget"/>
                  </xsl:attribute>
                </xsl:if>
              <xsl:value-of select="Label"/></a>
            </xsl:when>
            <xsl:otherwise>
              <xsl:value-of select="Label"/>
            </xsl:otherwise>
          </xsl:choose>
        </span>
        <span><xsl:value-of select="/Properties/Datum[@ID='separator']" disable-output-escaping="yes"/></span>
      </xsl:when>
      <xsl:otherwise>
        <span>
          <xsl:value-of select="Label"/>
        </span>
      </xsl:otherwise>
    </xsl:choose>
  </xsl:template>

</xsl:stylesheet>
      
    
    
      Footer Component - This component is used on every page
      Default
      footer
      footer
      
      
        
        86400
        
        
        1003
        150
        1220
        0
        0
        true
      
      
      
        
        
        
      
      
        
          
          
        
      
      
        
          templatedata/Global/state_wrapper/data/footer.xml
        
        
          
          com.interwoven.livesite.external.impl.fileTools
          getFileTimeStamp
        
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>
  <xsl:template match="/">

    <div class="noprint footer">
      <hr class="horiz_rule"/>
      <xsl:choose>
        <xsl:when test="Properties/Datum/Option[@Selected='true']/Value = 'yes'">
          <span class="modified_date">Page updated: <xsl:value-of select="Properties/Data/Result/fileProperties/fileTimeStamp"/></span>
        </xsl:when>
        <xsl:otherwise>
          <br/><br/>
        </xsl:otherwise>
      </xsl:choose>
    </div>

    <xsl:value-of select="Properties/Data/Datum/DCR/page_component/html" disable-output-escaping = "yes" />
  </xsl:template>
</xsl:stylesheet>
      
    
    
      Displays a styled horizontal divider line.
      Default
      Horizontal_Line
      Horizontal_Line
      
      
        
        -1
        
        670
        20
        270
        190
        0
        true
      
      
      
        
        
        
      
      
        #000000
        1
      
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>
  <xsl:template match="/">

    <div>
      <xsl:attribute name="style">border-style:solid;border-width:<xsl:value-of select="/Properties/Datum[@ID='THICKNESS']"/>px 0px 0px 0px;border-color:<xsl:value-of select="/Properties/Datum[@ID='COLOR']"/>;width:100%;height:100%;</xsl:attribute>
    </div>

  </xsl:template>
</xsl:stylesheet>
      
    
    
      Displays the specified image.
      Default
      Basic_Image
      Basic_Image
      
      
        
        -1
        
        670
        110
        160
        190
        0
        true
      
      
      
        
        
        
      
      
      
        
          
            $URL_PREFIX/DAS/PEBB/images/2009/HeaderStatewideKicker.jpg
            PEBB statewide plan
          
        
      
      
        Default
        <!DOCTYPE html-entities SYSTEM "http://www.interwoven.com/livesite/xsl/xsl-html.dtd">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <!-- Skin: Default (Default Browser Type) -->

  <xsl:include href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
  <xsl:include href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>
  
  <!-- Define Global Variable -->
  <xsl:variable name="alt_tag" select="'Image on www.oregon.gov'" />

  <xsl:template match="/Properties/Data/Datum['@IMGSRC']">
    
     <img>

      <xsl:attribute name="src"><xsl:value-of select="Image/Path"/></xsl:attribute>

      <!-- If the user did not enter an "Alt Tag", automatically apply the default "Alt Tag" -->
      <xsl:choose>
       <xsl:when test="Image/Description = '' " >
           <xsl:attribute name="alt"><xsl:value-of select="$alt_tag"/></xsl:attribute>
           <xsl:attribute name="title"><xsl:value-of select="$alt_tag"/></xsl:attribute>
       </xsl:when>
       <xsl:otherwise>
           <xsl:attribute name="alt"><xsl:value-of select="Image/Description"/></xsl:attribute>
           <xsl:attribute name="title"><xsl:value-of select="Image/Description"/></xsl:attribute>
       </xsl:otherwise>
      </xsl:choose>

    </img>

  </xsl:template>

</xsl:stylesheet>