agency_wrapper_1024x768
ilinc
false
-ls-pt-lo-def-
-ls-pt-lo-def-
Footer Component - This component is used on every page
Default
footer
footer
86400
1003
210
1530
190
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>
Displays content in an inline, scrollable frame.
Default
Basic_IFrame
Basic_IFrame
-1
810
450
1010
190
0
true
bodyText
450
http://spreadsheets.google.com/viewform?formkey=dHF5aEF0dzd0YlhuTTRmaVJhX183T2c6MA.
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="/">
<iframe frameborder="0" marginWidth="0" marginHeight="0">
<xsl:apply-templates select="/Properties" />
<xsl:apply-templates select="/Properties/Data" />Sorry, your browser does not support IFrames.
</iframe>
</xsl:template>
<xsl:template match="Properties">
<xsl:variable name="borderWidth" select="Group[@Name='iFrame Border']/Datum[@Name='Border Width']/Option[@Selected='true']/Value"/>
<xsl:attribute name="class">
<xsl:value-of select="Datum[@ID='CLASS']"/>
</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="height"><xsl:value-of select="Datum[@ID='IFrameHeight']"/>px</xsl:attribute>
<xsl:attribute name="scrolling">
<xsl:value-of select="Datum[@ID='SCROLLING']/Option[@Selected='true']/Value"/>
</xsl:attribute>
</xsl:template>
<xsl:template match="Data">
<xsl:attribute name="src">
<xsl:value-of select="Datum[@ID='URL']"/>
</xsl:attribute>
</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
1
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>
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>
FreeForm Text Area
Default
Copy of Free_Form
Free_Form
-1
#FFFFFF
810
70
1460
190
0
true
Contacts
<p style="margin: 0in 0in 0pt" class="MsoNormal"><span style="font-size: 8.5pt; color: black; font-family: Verdana">DAS Statewide Training and Development<br /></span><span style="font-size: 8.5pt; color: black; font-family: Verdana"><a href="mailto:elms@state.or.us">elms@state.or.us</a> </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>
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
0
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>
Dynamically displays horizontal breadcrumb navigation based on the Site Map.
Default
Horizontal_Breadcrumb
Horizontal_Breadcrumb
-1
817
16
135
186
0
true
>
false
Home
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>
Page title component. This is used on tertiary pages.
Default
page_title
page_title
43200
818
78
153
186
0
true
iLincOregon Virtual Classroom Information
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>
FreeForm Text Area
Default
Free_Form
Free_Form
-1
#FFFFFF
810
770
240
190
0
true
Domestic Violence virtual class
<p style="margin: 0in 0in 0pt" class="MsoNormal"><span style="font-size: 8.5pt; font-family: Verdana"></span></p><span style="font-size: 8.5pt; font-family: Verdana"><br />If you intend to register for a Domestic Violence virtual class, <em>please do not use</em> the form below. Instead, please register at <a href="https://ilearn.oregon.gov/">https://ilearn.oregon.gov</a> and visit: <a href="http://oregon.gov/DAS/HR/virtualclass.shtml">http://oregon.gov/DAS/HR/virtualclass.shtml</a> for your virtual classroom preparations. If you have already registered and have any questions about your Domestic Violence virtual classroom registration, please e-mail <a href="mailto:netlinc.netlinc@state.or.us">netlinc.netlinc@state.or.us</a> or call (503) 378-5885.</span> <br /><br />
General Information
<p><span style="font-size: 8.5pt; color: black; font-family: Verdana">DAS – HRSD is offering <span>a virtual classroom for iLearnOregon agencies to use.<span> </span></span>A virtual classroom is a learning environment created in a virtual space that replicates an in-classroom environment. Students and instructors participate remotely using personal computers.</span><span style="font-size: 8.5pt; color: black; font-family: Verdana"> </span><span style="font-size: 8.5pt; color: black; font-family: Verdana">If you would like to learn more before scheduling a session, click on the following links.</span></p><p><span style="font-size: 8.5pt; color: black; font-family: Verdana"><a href="http://www.ilinc.com/government-and-education/"><font color="#800080">Government and Education</font></a><br /></span><span style="font-size: 8.5pt; color: black; font-family: Verdana"><a href="http://www.ilinc.com/company/state-of-oregon.php"><font color="#800080">Oregon state government </font></a></span></p>
iLincOregon Request Process
<span style="font-size: 8.5pt; color: black; font-family: Verdana"><table border="1" cellspacing="0" cellpadding="5"><tbody><tr><td><strong>Step </strong></td><td><strong>Responsible Party</strong></td><td><strong> Action</strong></td></tr><tr><td><p align="center"> 1</p></td><td> <span style="font-size: 8.5pt; font-family: Verdana">Agency</span></td><td><span style="font-size: 8.5pt; font-family: Verdana">iLearnOregon Agency submits a request to DAS - Statewide Training & Development by completing the request form below.</span></td></tr><tr><td><p align="center"> 2</p></td><td><span style="font-size: 8.5pt; font-family: Verdana">DAS - Statewide Training & Development</span></td><td><p><span style="font-size: 8.5pt; font-family: Verdana">If the instructor has never lead an iLinc session:</span></p><span style="font-size: 8.5pt; font-family: Verdana"><ul><li><span style="font-size: 8.5pt; font-family: Verdana">Notify the instructor of the required training that they must complete before leading a session and getting the appropriate permission in iLinc.</span></li><li><span style="font-size: 8.5pt; font-family: Verdana"></span><span style="font-size: 8.5pt; font-family: Verdana">Verify that they completed the training via iLearnOregon.</span></li><li><span style="font-size: 8.5pt; font-family: Verdana"></span><span style="font-size: 8.5pt; font-family: Verdana">Add the instructor to iLinc after they complete the required training.</span></li></ul></span></td></tr><tr><td><p align="center"> 3</p></td><td><span style="font-size: 8.5pt; font-family: Verdana">DAS - Statewide Training & Development</span></td><td><ul><li><span style="font-size: 8.5pt; font-family: Verdana">Schedule the requested date and time.</span></li><li><span style="font-size: 8.5pt; font-family: Verdana"></span><span style="font-family: Symbol"><span><span style="font: 7pt 'Times New Roman'"> </span></span></span><span style="font-size: 8.5pt; font-family: Verdana">Set-up the session in iLinc.</span></li><li><span style="font-size: 8.5pt; font-family: Verdana"></span><span style="font-size: 8.5pt; font-family: Verdana">Notify the agency that the session has been set-up in iLinc.</span></li><li><span style="font-size: 8.5pt; font-family: Verdana"></span><span style="font-family: Symbol"><span><span style="font: 7pt 'Times New Roman'"> </span></span></span><span style="font-size: 8.5pt; font-family: Verdana">Send the instructor the checklist for preparing and closing out a session.</span></li></ul></td></tr><tr><td><p align="center"> 4</p></td><td> <span style="font-size: 8.5pt; font-family: Verdana">New Instructors</span></td><td><p><span style="font-size: 8.5pt; font-family: Verdana"><span style="font-size: 8.5pt; font-family: Verdana">Attend the required training at least 1 week before the iLinc session.</span></span></p></td></tr><tr><td><p align="center"> 5</p></td><td> <span style="font-size: 8.5pt; font-family: Verdana">Agency</span></td><td><ul><li><span style="font-size: 8.5pt; font-family: Verdana">Create the course in iLearnOregon to manage regi</span><span style="font-size: 8.5pt; font-family: Verdana">strations.</span></li><li><span style="font-size: 8.5pt; font-family: Verdana"></span><span style="font-size: 8.5pt; font-family: Verdana">Complete the roster in iLearnOregon after the session is over.</span></li></ul></td></tr></tbody></table><p><span style="font-size: 8.5pt; color: black; font-family: Verdana"><br /></span> </p></span>
iLincOregon Request Form
<p><span style="font-size: 8.5pt; color: black; font-family: Verdana">Please complete this form to request an iLinc class/webinar. A representative will be in contact with you within 2 hours of your submission.</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>