agency_wrapper_1024x768
Investors Page
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
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>
FreeForm Text Area
Default
Free_Form
Free_Form
-1
#FFFFFF
760
100
210
190
0
true
<p><span>Welcome to Oregon's main Web page for investors in state-government bonds. We designed this page to help investors in Oregon bonds find the information they need to make sound financial decisions.</span><span> </span></p><p><span>The information presented on this Web site may not represent the most current financial information available. We base the information on the facts and circumstances known at the time of its development.</span></p>
Default
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- Skin: Default (Default Browser Type) -->
<xsl:import href="http://www.interwoven.com/livesite/xsl/HTMLTemplates.xsl"/>
<xsl:import href="http://www.interwoven.com/livesite/xsl/StringTemplates.xsl"/>
<xsl:template match="/">
<!-- Loop through Group -->
<xsl:for-each select ="Properties/Data/Group" >
<!-- If the user did NOT enter a SectionHeader, only print the text -->
<xsl:if test="Datum[@Name='SectionHeader'] = '' " >
<div in-context-edit="{Datum[@Name='Text']/@ID}" class="bodyTextIndent" >
<xsl:value-of select="Datum[@Name='Text']" disable-output-escaping="yes"/>
</div>
</xsl:if>
<!-- If the user entered a SectionHeader, print the SectionHeader and text -->
<xsl:if test="Datum[@Name='SectionHeader'] != '' " >
<div class="H2" in-context-edit="{Datum[@Name='SectionHeader']/@ID}" >
<xsl:value-of select="Datum[@Name='SectionHeader']" disable-output-escaping="no"/>
</div>
<div in-context-edit="{Datum[@Name='Text']/@ID}" class="bodyTextIndent" >
<xsl:value-of select="Datum[@Name='Text']" disable-output-escaping="yes"/>
</div>
</xsl:if>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
Displays a button that loads a specified URL.
Default
Copy of Basic_Button
Basic_Button
-1
#CC9966
120
40
320
630
0
true
buttonText
CAFR 2006
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="/">
<button>
<xsl:variable name="targetlink" select="/Properties/Data/Datum[@ID='LINK']"/>
<xsl:attribute name="onclick">document.location='<xsl:if test="not(contains($targetlink,'://')) and not(contains($targetlink,'PAGE_LINK'))">http://</xsl:if><xsl:value-of select="/Properties/Data/Datum[@ID='LINK']"/>';</xsl:attribute>
<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:attribute name="title">
<xsl:value-of select="/Properties/Data/Datum[@ID='TOOLTIP']"/>
</xsl:attribute>
<xsl:value-of select="/Properties/Data/Datum[@ID='LABEL']" disable-output-escaping="yes"/>
</button>
</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
500
133
0
5
true
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 button that loads a specified URL.
Default
Basic_Button
Basic_Button
-1
#FF9966
120
40
320
350
0
true
buttonText
CAFR 2008
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="/">
<button>
<xsl:variable name="targetlink" select="/Properties/Data/Datum[@ID='LINK']"/>
<xsl:attribute name="onclick">document.location='<xsl:if test="not(contains($targetlink,'://')) and not(contains($targetlink,'PAGE_LINK'))">http://</xsl:if><xsl:value-of select="/Properties/Data/Datum[@ID='LINK']"/>';</xsl:attribute>
<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:attribute name="title">
<xsl:value-of select="/Properties/Data/Datum[@ID='TOOLTIP']"/>
</xsl:attribute>
<xsl:value-of select="/Properties/Data/Datum[@ID='LABEL']" disable-output-escaping="yes"/>
</button>
</xsl:template>
</xsl:stylesheet>
Dynamically displays horizontal breadcrumb navigation based on the Site Map.
Default
Horizontal_Breadcrumb
Horizontal_Breadcrumb
-1
817
16
135
186
3
true
>
false
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>
Displays a button that loads a specified URL.
Default
Copy of Basic_Button
Basic_Button
-1
#FFFF00
120
40
320
490
0
true
buttonText
CAFR 2007
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="/">
<button>
<xsl:variable name="targetlink" select="/Properties/Data/Datum[@ID='LINK']"/>
<xsl:attribute name="onclick">document.location='<xsl:if test="not(contains($targetlink,'://')) and not(contains($targetlink,'PAGE_LINK'))">http://</xsl:if><xsl:value-of select="/Properties/Data/Datum[@ID='LINK']"/>';</xsl:attribute>
<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:attribute name="title">
<xsl:value-of select="/Properties/Data/Datum[@ID='TOOLTIP']"/>
</xsl:attribute>
<xsl:value-of select="/Properties/Data/Datum[@ID='LABEL']" disable-output-escaping="yes"/>
</button>
</xsl:template>
</xsl:stylesheet>
Page title component. This is used on tertiary pages.
Default
page_title
page_title
43200
770
40
160
190
0
true
Investor's Page
Global
agency_settings
agency_settings.xml
agency_logo,logo_alt_tag
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>
Footer Component - This component is used on every page
Default
footer
footer
86400
970
130
850
0
0
true
templatedata/Global/state_wrapper/data/footer.xml
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>
Top banner component. This component is used on every page.
Default
top_banner
top_banner
86400
1003
78
0
0
0
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 button that loads a specified URL.
Default
Copy of Basic_Button
Basic_Button
-1
#33cc00
130
40
320
200
0
true
buttonText
CAFR 2009
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="/">
<button>
<xsl:variable name="targetlink" select="/Properties/Data/Datum[@ID='LINK']"/>
<xsl:attribute name="onclick">document.location='<xsl:if test="not(contains($targetlink,'://')) and not(contains($targetlink,'PAGE_LINK'))">http://</xsl:if><xsl:value-of select="/Properties/Data/Datum[@ID='LINK']"/>';</xsl:attribute>
<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:attribute name="title">
<xsl:value-of select="/Properties/Data/Datum[@ID='TOOLTIP']"/>
</xsl:attribute>
<xsl:value-of select="/Properties/Data/Datum[@ID='LABEL']" disable-output-escaping="yes"/>
</button>
</xsl:template>
</xsl:stylesheet>
Displays a bulleted list of linked text items.
Default
Linkable_Bulleted_List
Linkable_Bulleted_List
-1
770
410
380
190
0
true
bodyText
The Bond Buyer
Citizen Centric Report
2009 Regular Session - Legislative Approved Bonds - 09-11 Biennium
Legislative Fiscal Office
Legislative Revenue Office
Office of Economic Analysis
Oregon Economic Forum
Oregon Labor Market Information System
Oregon State Treasury
Oregon's Tax Expenditure Report
Public Employees Retirement System (PERS)
PERS Experience Study of 2009 (pdf)
PERS Experience Study of 2008 (pdf)
PERS Experience Study of 2006 (pdf)
PERS Financial Info Page
PERS Financial Report for 2009 (pdf)
PERS Financial Report for 2008 (pdf)
PERS Financial Report for 2007 (pdf)
PERS Financial Report for 2006 (pdf)
Portland State Population Research Center
Sec. of State Statewide Single Audit Report (pdf)
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>
<ul>
<xsl:for-each select="/Properties/Data/Group[@Name='Item']">
<li>
<a>
<xsl:attribute name="href"><xsl:value-of select="Datum[@Name='Link']"/></xsl:attribute>
<xsl:value-of select="./Datum[@Name='Text']"/>
</a>
</li>
</xsl:for-each>
</ul>
</div>
</xsl:template>
</xsl:stylesheet>