<?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:wcshell="http://xmlns.oracle.com/webcenter/shell" xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich" xmlns:wcdc="http://xmlns.oracle.com/webcenter/spaces/taglib" xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable" xmlns:trh="http://myfaces.apache.org/trinidad/html" xmlns:rtc="http://xmlns.oracle.com/webcenter/collab/rtc"  xmlns:c="http://java.sun.com/jsp/jstl/core">
   <af:pageTemplateDef var="attrs">
      <af:xmlContent>
         <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
            <display-name>WCSiteRRTemplateSideNavFlow</display-name>
            <facet>
               <facet-name>auxiliary1</facet-name>
            </facet>
            <facet>
               <facet-name>content</facet-name>
            </facet>
            <attribute>
               <attribute-name>auxiliary1Size</attribute-name>
               <attribute-class>int</attribute-class>
               <default-value>200</default-value>
            </attribute>
            <attribute>
               <attribute-name>templateFixWidth</attribute-name>
               <attribute-class>java.lang.String</attribute-class>
               <default-value>1120</default-value>
            </attribute>
            <attribute>
               <attribute-name>sideNavigationSize</attribute-name>
               <attribute-class>java.lang.String</attribute-class>
               <default-value>200</default-value>
            </attribute>
         </component>
      </af:xmlContent>

<af:resource type="css">
.WCContent, .x17s {
	/*background-color: #ffffff ! important;*/
}
.WCSiteTemplateBackground,.x1ng, #home_root_document {background-image:url('http://owcdemo03/cs/groups/public/documents/digitalmedia/mdaw/mdaz/~edisp/owcdemo03003003.jpg') ! important;}

/* Start Nav CSS
Code modified from Nick La's Web Designer Wall @ http://www.webdesignerwall.com/tutorials/css3-dropdown-menu */

a {
	color: #333;
}
#nav {
	z-index: 130;
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 6px;
	width: 1106px;
	height: 40px;


	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;

	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

.parentnode, .childnote
{
	z-index: 150;
}
/* End Nav */
</af:resource>


      <af:panelGroupLayout id="pt_pgl3" layout="scroll" styleClass="WCSiteTemplateRoot">
         <af:panelGroupLayout id="pt_pgl5" layout="vertical" styleClass="WCSiteTemplateBackground">
            <af:panelGroupLayout id="pt_pbl1" layout="vertical" inlineStyle="width:#{attrs.templateFixWidth}px;margin:0px auto;padding-top:8px;">
               <af:panelGroupLayout id="top_globalContainer" layout="vertical" inlineStyle="height:0.0px;">
                  <wcdc:siteTemplateMetadata type="start"/>
               </af:panelGroupLayout>
               <af:panelGroupLayout id="pprIndicator" inlineStyle="height:0.0px;" visible="false">
                  <wcdc:spacesAction id="statusIndiWcLink" type="statusIndicator"/>
               </af:panelGroupLayout>
               <af:decorativeBox id="db1" theme="webcenter" styleClass="WCSiteTemplateHeader">
                  <f:facet name="center">
                     <af:panelBorderLayout id="gtbppbl1" styleClass="AFStretchWidth" inlineStyle="padding-top:3px; vertical-align:middle;">
                        <f:facet name="start">
                           <cust:panelCustomizable id="pcust1" layout="horizontal" inlineStyle="padding:0px;">
                              <af:goLink destination="#{WCAppContext.currentScope.default ? boilerBean.globalLogoURI : boilerBean.globalLogoURIInSpace}" id="gtbrspmxgl2" inlineStyle="border-width:0px; margin:0.0px;">
                                 <af:outputText value="#{WCAppContext.currentScope.default ? WCTruncator[WCAppContext.application.applicationConfig.title]['30'] : WCTruncator[spaceContext.currentSpace.GSMetadata.displayName]['30']}" id="gtbrspmxot1" inlineStyle="color: white; font-size: 14px; font-weight: bold; padding-left: 20px;" noWrap="true"/>
                              </af:goLink>
                           </cust:panelCustomizable>
                        </f:facet>
                        <af:panelBorderLayout id="gtbppbl2" styleClass="AFStretchWidth">
                           <f:facet name="end">
                              <af:panelGroupLayout layout="vertical" styleClass="AFBrandingBarItem" id="gtbppgl3" halign="end">
                                 <af:panelGroupLayout layout="horizontal" id="globNavItms" valign="middle" halign="end" inlineStyle="height:24.0px;">
                                    <cust:panelCustomizable id="pcust2" layout="horizontal" inlineStyle="padding:0px;" valign="middle">
                                       <af:region value="#{bindings.localToolbarSearch.regionModel}" id="searchbox"/>
                                       <af:spacer width="15" height="10" id="pt_s3"/>
                                       <wcdc:userProfile id="currUserWcLink" text="#{security.userDisplayName}" shortDesc="#{security.userDisplayName}" inlineStyle="white-space:nowrap;"/>
                                       <af:spacer styleClass="WCGlobalNavSeparator" rendered="#{security.authenticated}" id="gtbps31"/>
                                       <wcdc:spacesSwitcher id="wcCmdLinkGSSwit" __taskFlowId="createGroupSpaceRegion" inlineStyle="white-space:nowrap;" styleClass="WCLinkMenu" text="#{uib_o_w_s_r_Spaces.LABEL_COMMUNITIES}" shortDesc="#{uib_o_w_s_r_Spaces.LABEL_COMMUNITIES_DESC}"/>
                                       <af:spacer width="10" id="gtbps4"/>
                                       <wcdc:favoritesMenu id="wcCmdLinkGSFav" __taskFlowId="favoritesTaskFlow" inlineStyle="white-space:nowrap;" text="#{uib_o_w_w_r_WebCenter.LABEL_FAVORITES}" shortDesc="#{uib_o_w_w_r_WebCenter.LABEL_FAVORITES_DESC}"/>
                                       <af:spacer styleClass="WCGlobalNavSeparator" id="gtbps32"/>
                                       <af:region value="#{bindings.languageSelectorRegion.regionModel}" id="lang" rendered="#{!security.authenticated}"/>
                                       <af:spacer width="10" id="gtbps5" rendered="#{!security.authenticated}"/>
                                       <wcdc:spacesAction id="wcAdminLink" type="administration" inlineStyle="white-space:nowrap;" text="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_ADMINISTRATION}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_ADMINISTRATION_DESC}"/>
                                       <af:spacer width="10" id="gtbps52" rendered="#{security.webCenterConfigAllowed and security.authenticated}"/>
                                       <wcdc:userPreferences id="wcPreferLink" __taskFlowId="preferenceRegion" inlineStyle="white-space:nowrap;" text="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_PREFERENCES}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_PREFERENCES_DESC}"/>
                                       <af:spacer styleClass="WCGlobalNavSeparator" id="gtbps33"/>
                                       <wcdc:spacesAction id="globalHelpWcLink" type="globalHelp" text="#{uib_o_w_w_r_WebCenter.LABEL_HELP}" shortDesc="#{uib_o_w_w_r_WebCenter.LABEL_HELP_DESC}" inlineStyle="white-space:nowrap"/>
                                       <af:spacer width="10" id="gtbps6" rendered="#{boilerBean.webCenterHelpConfigured}"/>
                                       <wcdc:spacesAction id="wcLogoutLink" type="logout" inlineStyle="white-space:nowrap" text="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_LOGOUT}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_LOGOUT_DESC}"/>
                                       <af:spacer width="10" id="gtbps61" rendered="#{security.authenticated}"/>
                                       <wcdc:spacesAction id="wcLoginLink" type="login" inlineStyle="white-space:nowrap" text="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_LOGIN}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_LOGIN}"/>
                                       <af:spacer width="10" id="gtbps62" rendered="#{changeModeBean.inEditMode or !security.authenticated}"/>
                                       <wcdc:spacesAction id="selfRegWcLink" type="selfRegistration" text="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_SELFREG}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_SELFREG_DESC}" inlineStyle="white-space:nowrap"/>
                                       <af:spacer width="10" id="gtbps63" rendered="#{changeModeBean.inEditMode or                                             (WCAppContext.application.applicationConfig.publicregistrationEnabled and                                             !security.authenticated)}"/>
                                    </cust:panelCustomizable>
                                 </af:panelGroupLayout>
                                 <trh:script id="edvkloastar48" text="                 function wcNavigate(event)                 {                   window.location = event.getSource().getProperty('wcDestination');                   event.cancel();                 }                 function wcLaunchWindow(event)                 {                   window.open(event.getSource().getProperty('wcDestination'));                   event.cancel();                 }               "/>
                              </af:panelGroupLayout>
                           </f:facet>
                        </af:panelBorderLayout>
                     </af:panelBorderLayout>
                  </f:facet>
               </af:decorativeBox>

               <div id="navbox">
                  <c:set var="navNodes" value="${navigationContext.defaultNavigationModel.listModel['startNode=/, includeStartNode=false']}" scope="session"/>
                  <ul id="nav">
                     <c:forEach var="menu" varStatus="vs" items="${navNodes}">
                        <li class="parentnode">
                           <a href="/webcenter${menu.goLinkPrettyUrl}">${menu.title}</a>
                           <c:if test="${not empty menu.children}">
                              <ul>
                                 <c:forEach var="child" items="#{menu.children}">
                                    <li class="childnode">
                                       <a href="/webcenter${child.goLinkPrettyUrl}">${child.title}</a>
                           <c:if test="${not empty child.children}">
                              <ul>
                                 <c:forEach var="grandchild" items="#{child.children}">
                                    <li class="grandchildnode">
                                       <a href="/webcenter${grandchild.goLinkPrettyUrl}">${grandchild.title}</a>
                                    </li>
                                 </c:forEach>
                              </ul>
                           </c:if>
                       </li>

                                 </c:forEach>
                              </ul>
                           </c:if>
                        </li>
                     </c:forEach>
                  </ul>
               </div>

               <af:panelStretchLayout id="pt_psl1" dimensionsFrom="auto" startWidth="#{attrs.sideNavigationSize}px" inlineStyle="padding:14px 0px 12px" styleClass="WCContent">
                  <f:facet name="start">
                     <af:panelGroupLayout id="pt_pgl4" layout="vertical" inlineStyle="min-height:700.0px;">
                        <cust:panelCustomizable id="pcustnav" layout="vertical" inlineStyle="padding:0px;">
                           <af:panelGroupLayout id="pt_pgl1" layout="vertical" halign="end">
                              <af:switcher facetName="#{WCAppContext.currentScope.default ? 'defaultLogo' : 'spaceLogo'}">
                                 <f:facet name="defaultLogo">
                                    <af:goLink destination="#{boilerBean.globalLogoURI}" id="gtbpgl1" disabled="#{changeModeBean.inEditMode}">
                                       <af:switcher facetName="#{WCAppContext.application.applicationConfig.logo != null ? 'wcLogo' : 'defaultWcIcon'}" id="gtbps1">
                                          <f:facet name="wcLogo">
                                             <af:image source="#{WCAppContext.spacesResourcesPath}#{WCAppContext.application.applicationConfig.logo}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_LOGO_DESC}" inlineStyle="width:144px; height:auto;" id="pt_i1"/>
                                          </f:facet>
                                          <f:facet name="defaultWcIcon">
                                             <af:image source="/adf/webcenter/webcenter_logo.png" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_LOGO_DESC}" inlineStyle="width:144px; height:auto;" id="pt_i2"/>
                                          </f:facet>
                                       </af:switcher>
                                    </af:goLink>
                                 </f:facet>
                                 <f:facet name="spaceLogo">
                                    <af:goLink destination="#{boilerBean.globalLogoURIInSpace}" id="gtbrspmxgl1" disabled="#{changeModeBean.inEditMode}">
                                       <af:switcher facetName="#{spaceContext.currentSpace.metadata.icon != null ? 'communityLogo' : 'defaultCommunityLogo'}">
                                          <f:facet name="communityLogo">
                                             <af:image source="#{WCAppContext.spacesResourcesPath}#{spaceContext.space[serviceCtx.scope.name].metadata.logo}#{o_w_w_i_v_b_webCenterViewUtilsBean.imageSuffixLogo75}" shortDesc="#{uib_o_w_w_r_WebCenter.TAB_TITLE_HOME}" inlineStyle="width:144px; height:auto;" id="pt_i3"/>
                                          </f:facet>
                                          <f:facet name="defaultCommunityLogo">
                                             <af:image source="/adf/webcenter/webcenter_logo.png" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_LOGO_DESC}" inlineStyle="width:144px; height:auto;" id="pt_i4"/>
                                          </f:facet>
                                       </af:switcher>
                                    </af:goLink>
                                 </f:facet>
                              </af:switcher>
                              <af:spacer width="10" height="10" id="pt_s5"/>
                           </af:panelGroupLayout>
                           <af:region value="#{bindings.spacesNavigationPanel.regionModel}" id="spcNavPanel"/>
                        </cust:panelCustomizable>
                     </af:panelGroupLayout>
                  </f:facet>
                  <f:facet name="center">
                     <af:panelStretchLayout id="pt_psl2" dimensionsFrom="auto" startWidth="30px" topHeight="auto">
                        <f:facet name="top">
                           <af:panelGroupLayout id="pt_pgl2" layout="vertical" inlineStyle="margin-right:30.0px; margin-left:30.0px;">
                              <af:region value="#{bindings.spacesNavigationPageHeader.regionModel}" id="wcSpcInd"/>
                           </af:panelGroupLayout>
                        </f:facet>
                        <f:facet name="start">
                           <af:spacer width="30" height="10" id="pt_s6"/>
                        </f:facet>
                        <f:facet name="center">
                           <af:skipLinkTarget/>
                           <af:facetRef facetName="content"/>
                        </f:facet>
                     </af:panelStretchLayout>
                  </f:facet>
               </af:panelStretchLayout>
               <af:panelBorderLayout id="appftpsl1" styleClass="WCSiteTemplateFooter" rendered="#{changeModeBean.inEditMode or                                                    (WCAppContext.currentScope.default and !WCAppContext.application.applicationConfig.footerHidden) or                                                   (!WCAppContext.currentScope.default and boilerBean.footerDisplayedInSpace)}">
                  <cust:panelCustomizable id="pCust4" layout="horizontal" inlineStyle="padding:0px;">
                     <af:outputFormatted value="#{WCAppContext.currentScope.default ? boilerBean.copyrightMessage : boilerBean.copyrightMessageInSpace}" rendered="#{WCAppContext.currentScope.default ? not empty boilerBean.copyrightMessage : not empty boilerBean.copyrightMessageInSpace}" id="copyRigtyMsg"/>
                  </cust:panelCustomizable>
                  <f:facet name="end">
                     <cust:panelCustomizable id="pcust5" layout="horizontal" inlineStyle="padding:0px;">
                        <wcdc:spacesAction id="aboutWcLink" type="aboutWebcenter" text="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_ABOUT}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_ABOUT_DESC}"/>
                        <af:outputText value="|" inlineStyle="margin:0px 5px;" id="appftot1"/>
                        <wcdc:spacesAction id="wcRssLink" type="rss" text="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_RSS}" shortDesc="#{uib_o_w_w_r_WebCenter.GLOBAL_LINK_RSS_DESC}"/>
                        <af:outputText value="|" inlineStyle="margin:0px 5px;" id="appftot2"/>
                        <wcdc:spacesAction id="wcconAdminLink" type="contactAdmin" text="#{uib_o_w_w_r_WebCenter.CONTACT_ADMINISTRATOR}" shortDesc="#{uib_o_w_w_r_WebCenter.CONTACT_ADMINISTRATOR_DESC}"/>
                        <af:outputText value="|" inlineStyle="margin:0px 5px;" id="appftot3"/>
                        <af:goLink text="#{uib_o_w_w_r_WebCenter.PRIVACY_STMT}" shortDesc="#{uib_o_w_w_r_WebCenter.PRIVACY_STMT_DESC}" destination="#{WCAppContext.currentScope.default ? boilerBean.privacyURL : boilerBean.privacyURLInSpace}" rendered="#{WCAppContext.currentScope.default ? not empty boilerBean.privacyURL : not empty boilerBean.privacyURLInSpace}" targetFrame="_blank" id="wcPriLink"/>
                     </cust:panelCustomizable>
                  </f:facet>
               </af:panelBorderLayout>
               <af:panelGroupLayout id="bottom_globalContainer" layout="vertical" inlineStyle="height:0.0px;">
                  <wcdc:siteTemplateMetadata type="end"/>
               </af:panelGroupLayout>
            </af:panelGroupLayout>
         </af:panelGroupLayout>
      </af:panelGroupLayout>
   </af:pageTemplateDef>
</jsp:root>

