##local.Define(CommandButtonTarget)_self ##local.Define(BodyOnloadScript)OnBodyLoad(); ##local.Define(SmartcardSupport) ##local.define(LocalStyles) /************************ * * work area rounded rectangle with title area * *************************/ /*top left corner*/ table.work_box td.tlc { width: 10px; height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner_topleft.gif); } /*top right corner*/ table.work_box td.trc { width: 10px; height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner_topright.gif); } /*bottom left corner*/ table.work_box td.blc { width: 10px; height: 10px; background-image: url(##local.SkinDir/panels/wrkcorner_bottomleft.gif); } /*bottom right corner*/ table.work_box td.brc { width: 10px; height: 10px; background-image: url(##local.SkinDir/panels/wrkcorner_bottomright.gif); } /*top edge*/ table.work_box td.tedge { height: 23px; background: url(##local.SkinDir/panels/wrkcorner_topspacer.gif); } /* bottom edge*/ table.work_box td.bedge { height: 10px; background-image: url(##local.SkinDir/panels/wrkcorner_bottomspacer.gif); } /*left edge*/ table.work_box td.ledge { width: 10px; background-image: url(##local.SkinDir/panels/wrkcorner_leftspacer.gif); } /*right edge*/ table.work_box td.redge { width: 10px; background-image: url(##local.SkinDir/panels/wrkcorner_rightspacer.gif); } /*content*/ table.work_box td.content { background: #FCEDCF; } /************************ * * Replaces RoundBox2 * *************************/ /*top left corner*/ table.panel2nobox td.tlc { width: 6px; height: 6px; background-image: url(##local.SkinDir/panels/corner2_topleft.gif); } /*top right corner*/ table.panel2nobox td.trc { width: 6px; height: 6px; background-image: url(##local.SkinDir/panels/corner2_topright.gif); } /*bottom left corner*/ table.panel2nobox td.blc { width: 6px; height: 6px; background-image: url(##local.SkinDir/panels/corner2_bottomleft.gif); } /*bottom right corner*/ table.panel2nobox td.brc { width: 6px; height: 6px; background-image: url(##local.SkinDir/panels/corner2_bottomright.gif); } /*top edge*/ table.panel2nobox td.tedge { height: 6px; background-image: url(##local.SkinDir/panels/corner2_topedge.gif); } /* bottom edge*/ table.panel2nobox td.bedge { height: 6px; background-image: url(##local.SkinDir/panels/corner2_bottomedge.gif); } /*left edge*/ table.panel2nobox td.ledge { width: 6px; background-image: url(##local.SkinDir/panels/corner2_leftedge.gif); } /*right edge*/ table.panel2nobox td.redge { width: 6px; background-image: url(##local.SkinDir/panels/corner2_rightedge.gif); } /*content*/ table.panel2nobox td.content { background: #FCEDCF; } /************************ * * Bottom Panel * *************************/ /*top left corner*/ table.bottom_panel td.tlc { width: 11px; height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner3_topleft.gif); } /*top right corner*/ table.bottom_panel td.trc { width: 11px; height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner3_topright.gif); } /*bottom left corner*/ table.bottom_panel td.blc { width: 11px; height: 11px; background-image: url(##local.SkinDir/panels/wrkcorner3_bottomleft.gif); } /*bottom right corner*/ table.bottom_panel td.brc { width: 11px; height: 11px; background-image: url(##local.SkinDir/panels/wrkcorner3_bottomright.gif); } /*top edge*/ table.bottom_panel td.tedge { height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner3_topspacer.gif); } /* bottom edge*/ table.bottom_panel td.bedge { height: 11px; background-image: url(##local.SkinDir/panels/wrkcorner3_bottomspacer.gif); } /*left edge*/ table.bottom_panel td.ledge { width: 11px; background-image: url(##local.SkinDir/panels/wrkcorner3_leftspacer.gif); } /*right edge*/ table.bottom_panel td.redge { width: 11px; background-image: url(##local.SkinDir/panels/wrkcorner3_rightspacer.gif); } /*content*/ table.bottom_panel td.content { background: ##local.middleSkinColour; } table.left_panel td.trc,table.left_panel td.brc,table.left_panel td.tlc,table.left_panel td.blc { width: 0px; height: 0px } table.left_panel td.tedge,table.left_panel td.bedge { height: 0px } table.left_panel td.ledge,table.left_panel td.redge { width: 0px } /************************ * * Panel 1 and Panel2 Work Areas * *************************/ /*top left corner*/ table.panel1 td.tlc, table.panel2 td.tlc { width: 10px; height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner2_topleft.gif); } /*top right corner*/ table.panel1 td.trc, table.panel2 td.trc { width: 10px; height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner2_topright.gif); } /*bottom left corner*/ table.panel1 td.blc, table.panel2 td.blc { width: 10px; height: 10px; background-image: url(##local.SkinDir/panels/wrkcorner2_bottomleft.gif); } /*bottom right corner*/ table.panel1 td.brc, table.panel2 td.brc { width: 10px; height: 10px; background-image: url(##local.SkinDir/panels/wrkcorner2_bottomright.gif); } /*top edge*/ table.panel1 td.tedge, table.panel2 td.tedge { height: 23px; background-image: url(##local.SkinDir/panels/wrkcorner2_topspacer.gif); } /* bottom edge*/ table.panel1 td.bedge, table.panel2 td.bedge { height: 10px; background-image: url(##local.SkinDir/panels/wrkcorner2_bottomspacer.gif); } /*left edge*/ table.panel1 td.ledge, table.panel2 td.ledge { width: 10px; background-image: url(##local.SkinDir/panels/wrkcorner2_leftspacer.gif); } /*right edge*/ table.panel1 td.redge, table.panel2 td.redge { width: 10px; background-image: url(##local.SkinDir/panels/wrkcorner2_rightspacer.gif); } /*content*/ table.panel1 td.content, table.panel2 td.content { background: ##local.lightSkinColour; } /*font-size within login panel */ .panel1 td{ /*font-size: ##local.em10px;*/ } /*.panel2 { height: 150px; }*/ .left_panel { background-color: ##local.middleSkinColour; } .ticker { font-size: ##local.em12px; font-weight: bold; color: #00ff00; } /* topmost row extending from the logo to the right hand side of the screen (bookend there */ .thin_top { behavior: url(#default#time2); color: #000000; background-image: url(##local.SkinDir/panels/topbar_topbg2a.jpg); } /* color of text links in top row */ .thin_top a { } /* mouseover color of text links in top row */ .thin_top a:hover { text-decoration: none; } /* finial at the rig htmost edge of the top row */ .thin_top .thin_top_right_end { background-image: url(##local.SkinDir/panels/topbar_right_top.jpg); } /* cell containing logo */ .sidebar_top{ color: white; background-image: url(##local.SkinDir/panels/sidebar_top.jpg); height: 195px; } .sidebar_top div.logo{ margin-left: 10px; margin-top: 10px; } .sidebar_top div.quick_search{ margin-left: 20px; margin-top: 40px; } /* cell containing menu */ .mmenu{ color: white; background-image: url(##local.SkinDir/panels/topbar_btmbg2a.jpg); height: 76px; } /* cell containing menu */ .mmenu_bookend{ width: 15px; background-image: url(##local.SkinDir/panels/topbar_right_bottom.jpg); } /* cell containing langauge buttons */ .langButtons{ height: 80px; background-image: url(##local.SkinDir/panels/langbtnsbg.jpg); } /* cell containing powered by logo/link */ .poweredBy{ padding-left: 25px; color: white; font-weight: bold; font-size: smaller; height: 55px; background-image: url(##local.SkinDir/panels/poweredbybg.jpg); } A { font-weight : bold; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : White; text-decoration : none; } TABLE { font-size : 12px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : ##local.darkSkinColour; } .lightHeading { color:red; font-size : 13px; dont-weight : Bold; } .darkLink { color : blue; } .darkText { font-size : 13px; color : ##local.darkSkinColour; } .darkHeading{ color : ##local.darkSkinColour; font-size : 13px; font-weight:bold; } /*##local.darkSkinColour*/ .leftPanelHeadings{ color : ##local.lightSkinColour; font-size : 13px; font-weight:bold; } .linkList .heading, .panel1_title, .panel2_title{ color : ##local.lightSkinColour; font-size : 13px; font-weight:bold; } .linkList .sub_item { padding: 2px 0px; } .linkList .sub_item A { text-decoration: none; font-weight: normal; } .linkList .sub_item A:hover { text-decoration: underline; font-weight: normal; } .panel2 .linkList A { color: Blue; text-decoration: none; font-weight: bold; } .panel2 .linkList A:hover { color: Blue; text-decoration: underline; font-weight: bold; } .portalInOne { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 12px; border-width : 1; background-color : ##local.lightSkinColour; border : 1px ridge; border-color : ##local.darkSkinColour; } A:HOVER { text-decoration : underline; color : Blue; } DIV { scrollbar-3dlight-color: ##local.lightSkinColour; scrollbar-arrow-color: ##local.lightSkinColour; scrollbar-base-color: ##local.darkSkinColour; scrollbar-darkshadow-color: ##local.darkSkinColour; scrollbar-face-color: ##local.middleSkinColour; scrollbar-highlight-color: #fcedcf; scrollbar-shadow-color: ##local.darkSkinColour; scrollbar-track-color: ##local.lightSkinColour; } ##local.define(ScriptIsNotEnabledAdvice) This browser does not support scripting or it has been disabled. ##local.define(InstallPreCheck) ##formatter.TextRender() ##include(BodyPreCache) ##include(OpacPreCache) ##include(Defaults) ##local.defineByRender(SkinDir)/IMG/skins/##sessioncfg.ZONES.Skin ##local.defineByRender(Skin)##sessioncfg.ZONES.Skin ##local.defineByRender(SubSkin)##sessioncfg.ZONES.SubSkin ##include(SkinOverrides) ##if local.InstallBackgroundColour ##else ##local.define(InstallBackgroundColour)##local.middleSkinColour ##endif ##header ##scripts ##local.Define(Zone1MenuBar) ##local.Define(MenubarName)ZONES.ImageMenubar.Buttons ##if local.ZonesSection ##else ##local.define(ZonesSection) ##endif ##sessioncfg.With(Buttons, ##local.MenubarName) ##Buttons.ForEachIn(Button, "") ##local.DefineByRender(ButtonType)##Button.__Label() ##if Button.IsString("IsMediaRef") ##local.DefineByRender(ButtonType)MEDIAREF ##endif ##local.DefineByRender(ConditionName)TOOLBAR_ENABLE_##local.ButtonType ##if local.IsEqual(ButtonType, "MEDIAREF") ##local.DefineByRender(ButtonEnabled)1 ##else ##local.DefineByRender(URLName)TOOLBAR_URL_##local.ButtonType ##local.DefineByRender(ButtonURL)##local.Data(##local.URLName) ##local.DefineByRender(ButtonURL)##local.ButtonURL ##if local.IsEqual(ButtonURL, "") ##local.Define(ButtonEnabled)0 ##else ##local.DefineByRender(ButtonEnabled)##local.Data(##local.ConditionName) ##endif ##endif ##local.DefineByRender(BLabel)##Button.__Label() ##if local.IsEqual(BLabel,##local.ZonesSection) ##local.Define(ButtonActive)1 ##else ##local.Define(ButtonActive)0 ##endif ##if sessioncfg.ZONES.ZonesFedSearch ##if local.IsEqual(BLabel,"MYZONE") ##if sessioncfg.ZONES.DeactivateMyZone ##else ##local.Define(ButtonEnabled)1 ##endif ##endif ##if local.IsEqual(BLabel,"KIDSZONE") ##if sessioncfg.ZONES.KidsZoneON ##local.Define(ButtonEnabled)1 ##endif ##endif ##if local.IsEqual(BLabel,"WORDSURFER") ##if sessioncfg.ZONES.ConstellationON ##if sessioncfg.ZONES.Toolbar.IncludeConstellation ##local.Define(ButtonEnabled)1 ##endif ##endif ##endif ##if local.IsEqual(BLabel,"SEARCHZONE") ##local.Define(ButtonEnabled)1 ##endif ##else ##if sessioncfg.ZONES.CorpZones ##if local.IsEqual(BLabel,"KIDSZONE") ##local.Define(ButtonEnabled)0 ##endif ##if local.IsEqual(BLabel,"GLOBALSEARCH") ##local.Define(ButtonEnabled)1 ##endif ##if local.IsEqual(BLabel,"LOCALSEARCH") ##local.Define(ButtonEnabled)1 ##endif ##endif ##endif ##if local.IsEqual(ButtonEnabled, "1") ##endif ##local.SepDiv
##if local.SuppressMenuCaptions ##local.define(MMenuBtn_Label) ##else ##if Button.LabelLegend ##local.defineByRender(MMenuBtn_Label)##leg.Data(##Button.LabelLegend) ##else ##local.defineByRender(MMenuBtn_Label)##Button.QualData(Label) ##endif ##endif ##if Button.Icon.TIPLegend ##local.defineByRender(MMenuBtn_TIP)##leg.Data(##Button.Icon.TIPLegend) ##else ##local.defineByRender(MMenuBtn_TIP)##Button.QualData(Icon.Tip) ##endif ##if Button.Icon.ALTLegend ##local.defineByRender(MMenuBtn_ALT)##leg.Data(##Button.Icon.ALTLegend) ##else ##local.defineByRender(MMenuBtn_ALT)##Button.QualData(Icon.ALTText) ##endif ##if local.IsEqual(ButtonType, "MEDIAREF") ##local.defineByRender(MMenuBtn_OnClick)fnToolbarClick("##local.ButtonType", ##Button.AsJScriptLit(URL), ##Button.AsJScriptLit(Mode)) ##else ##if Button.IsString("IsMediaRef") ##local.defineByRender(MMenuBtn_OnClick)fnToolbarClick("##local.ButtonType", ##Button.AsJScriptLit(URL), ##Button.AsJScriptLit(Mode)) ##else ##local.DefineByRender(URLName)TOOLBAR_URL_##local.ButtonType ##local.defineByRender(MMenuBtn_OnClick) ##local.defineByRender(MMenuBtn_Href)##local.Data(##local.URLName) ##endif ##endif ##local.defineByRender(MMenuBtn_Height)##Button.QualData(Icon.Height) ##local.defineByRender(MMenuBtn_Width)##Button.QualData(Icon.Width) ##local.defineByRender(MMenuBtn_ImgSrc)##Button.QualData(Icon.Src) ##local.defineByRender(MMenuBtn_ImgOverSrc)##Button.QualData(Icon.MouseOverSrc) ##if local.IsEqual(ButtonActive,"1") ##if Button.IsString(Icon.ActiveSrc) ##local.defineByRender(MMenuBtn_ImgSrc)##Button.Icon.ActiveSrc ##local.defineByRender(MMenuBtn_ImgOverSrc)##Button.Icon.ActiveSrc ##endif ##if Button.IsMap(Icon.ActiveSrc) ##local.defineByRender(MMenuBtn_ImgSrc)##Button.QualData(Icon.ActiveSrc) ##local.defineByRender(MMenuBtn_ImgOverSrc)##Button.QualData(Icon.ActiveSrc) ##endif ##endif ##if local.beginsWith(MMenuBtn_ImgSrc,"/img/skins/default") ##local.replace(MMenuBtn_ImgSrc,"/IMG/skins/default",##local.SkinDir) ##endif ##if local.beginsWith(MMenuBtn_ImgOverSrc,"/IMG/skins/default") ##local.replace(MMenuBtn_ImgOverSrc,"/IMG/skins/default",##local.SkinDir) ##endif ##local.NoFlashButtonFMT
##local.Define(UtilityBarSmallMaxView) ##local.define(UtilityBarValign)valign="middle" ##local.UtilityBarSmall ##local.Define(UtilityBarSmall) ##if sessioncfg.ZONES.WAIButton ##helpcontext.addHelp(WAIStyle) ##endif ##if sessioncfg.ZONES.SearchHistory ##if session.IsValid ##local.defineByRender(HaveHistory)##session.ZonesGetInfo("HaveHistory") ##else ##local.defineByRender(HaveHistory)0 ##endif ##helpcontext.addHelp(HistoryExist) ##endif ##if sessioncfg.ZONES.NotePad ##if session.IsValid ##local.defineByRender(HaveNotes)##session.ZonesGetInfo("HaveNotes") ##else ##local.defineByRender(HaveNotes)0 ##endif ##helpcontext.addHelp(NotesExist) ##endif ##if sessioncfg.ZONES.Feedback.Enabled ##helpcontext.addHelp(FeedbackEnabled) ##endif ##if sessioncfg.ZONES.Print.Enabled ##if sessioncfg.ZONES.Print.ScreenPrint ##helpcontext.addHelp(PrintEnabled) ##endif ##endif ##if sessioncfg.ZONES.Help.Enabled ##endif ##if sessioncfg.ZONES.StaffZone.Enabled ##endif /*top log button */ ##if sessioncfg.ZONES.DeactivateMyZone ##else ##if sessioninfo.ZONES.BrwrID ##helpcontext.addHelp(LoggedOn) ##else ##endif ##endif ##if sessioncfg.ZONES.StaffZone.Enabled ##else ##if sessioncfg.ZONES.SelectLocationEnabled ##endif ##if sessioncfg.ZONES.InterLibraryLoans.Enabled ##helpcontext.addHelp(ILLEnabled) ##endif ##endif
##leg.ZONESOPAC.WAI.ButtonALT ##leg.ZONESOPAC.WAI.Button     ##leg.ZONESOPAC.Feedback.ButtonALT ##leg.ZONESOPAC.Feedback.Button     ##leg.ZONESOPAC.Defaults.Button.PrintALT ##leg.ZONESOPAC.Defaults.Button.Print     ##leg.ZONESOPAC.Defaults.Button.HelpALT ##leg.ZONESOPAC.Defaults.Button.Help     ##leg.ZONESOPAC.Defaults.Button.StaffZoneALT ##leg.ZONESOPAC.Defaults.Button.StaffZone     ##leg.ZONESOPAC.Defaults.Button.LogoffALT ##leg.ZONESOPAC.Defaults.Button.Logoff     ##leg.ZONESOPAC.Defaults.Button.LoginALT ##leg.ZONESOPAC.Defaults.Button.Login
##leg.ZONESOPAC.Location.ButtonALT ##leg.ZONESOPAC.Location.Button     ##leg.ZONESOPAC.InterLibraryLoans.ButtonALT ##leg.ZONESOPAC.InterLibraryLoans.Button
##local.Define(CommonZonesInBodyScript) function insideLegendEditor () { if ( parent.isLegendEditor != null ) { return parent.isLegendEditor (); } return false; } function splatNavigate ( href ) { if ( ( parent != window ) && ( parent.splatNavigate != null ) ) { parent.splatNavigate ( href ); } else { location.href = href; } } function globalStartAgain () { ##if sessioncfg.ZONES.ReturnToKidsZonesOnTimeout splatNavigate ( 'APS_ACCOUNT?##this.StyleSet&Method=ZonesLogout&ResetFn=KidsZone' ); ##else ##if sessioncfg.ZONES.IntroEnabled splatNavigate ( 'APS_ACCOUNT?##this.StyleSet&Method=ZonesLogout&ResetFn=FlashIntro' ); ##else splatNavigate ( 'APS_ACCOUNT?##this.StyleSet&Method=ZonesLogout&ResetFn=LibraryZone' ); ##endif ##endif } ##if local.PageDisableTimeOut ##local.define(disableTimeOut)1 ##else ##if sessioncfg.ZONES.Timeout.Enabled ##else ##local.define(disableTimeOut)1 ##endif ##endif ##if local.disableTimeOut ##else var timeOutBox = null; var globalSecondsLeft; var globalInactivityTimeOut = 30; var globalCountdownTime = 20; ##local.define(TimeOutPeriod)-1 ##if sessioninfo.ZONES.BrwrID ##if sessioncfg.IsEqual(ZONES.Timeout.LoggedInPeriod,"-1") ##else ##local.defineByRender(TimeOutPeriod)##sessioncfg.ZONES.Timeout.LoggedInPeriod ##endif ##else ##if sessioncfg.IsEqual(ZONES.Timeout.Period,"-1") ##else ##local.defineByRender(TimeOutPeriod)##sessioncfg.ZONES.Timeout.Period ##endif ##endif ##if local.IsEqual(TimeOutPeriod,"-1") /* no specific period specified in config store - so use the Tap value */ ##if sessioncfg.DB.Session.Circ.General.RestartTime globalInactivityTimeOut = ##sessioncfg.DB.Session.Circ.General.RestartTime *60; ##if sessioncfg.DB.Session.Circ.vssp.pbrrestarttime if ( globalInactivityTimeOut == 0 ) { globalInactivityTimeOut = ##sessioncfg.DB.Session.Circ.vssp.pbrrestarttime *60; } ##endif ##endif ##else globalInactivityTimeOut = ##local.TimeOutPeriod ##endif function setOPACTimeOut () { if ( globalInactivityTimeOut != 0 ) { documentManager.setOnTimeOut ( doOPACTimeOut, globalInactivityTimeOut ); documentManager.setOnActivity ( setOPACTimeOut ); } } function doOPACTimeOut () { globalSecondsLeft = globalCountdownTime; documentManager.setOnActivity ( null ); documentManager.setOnTimeOut ( null ); if ( globalSecondsLeft == 0 ) { if ( ! insideLegendEditor () ) { doTimeOutRestart (); } } else { var updates = new updateObject (); updates.write ( "TimeOutDialogue", "secondsLeft", globalSecondsLeft ); updates.write ( "TimeOutDialogue", "closed", false ); documentManager.applyChanges ( updates ); timeOutBox = Popup( 500, "APS_TIMEOUT?##this.StyleSet&BrowseAsHloc=##local.thisLoc", boxReady); } } function boxReady () { documentManager.setOnActivity ( null ); documentManager.setOnTimeOut ( doCountdown, 2 ); } function doCountdown () { var updates = new updateObject (); updates.write ( "TimeOutDialogue", "secondsLeft", globalSecondsLeft ); updates.write ( "TimeOutDialogue", "closed", false ); documentManager.applyChanges ( updates ); if ( ! insideLegendEditor () ) { documentManager.setOnActivity ( clearOPACTimeOut ); if ( globalSecondsLeft != 0 ) { globalSecondsLeft--; documentManager.setOnTimeOut ( doCountdown, 1 ); } else { documentManager.setOnTimeOut (); documentManager.setOnActivity (); doTimeOutRestart (); } } } function clearOPACTimeOut () { if ( timeOutBox != null ) { timeOutBox.close (); setOPACTimeOut (); } } function doTimeOutRestart () { globalStartAgain (); } setOPACTimeOut (); function timeOutClosedRule () { if ( this.read ( "TimeOutDialogue", "closed" ) ) { clearOPACTimeOut (); } } documentManager.addRule ( timeOutClosedRule ); ##endif ##if error.Level ##if local.HandledError ##else function launchErrorDialogue () { var url = "APS_UI_ERROR_DIALOGUE?##this.StyleSet&Style=Portal2"; url += "&Error=" + "##local.urlencode(thing)"; ##if error.Number url += "&ErrorText=" + escape( "##ErrorField.Number"); ##endif var o = Popup(400,url); } documentManager.addStartup ( launchErrorDialogue ); ##endif ##endif function DoScreenPrint() { var DScreenShot = document.getElementById("DScreenShot"); var printFailed = false; ##if sessioncfg.ZONES.Print.ScreenCapture try { DScreenShot.DocName = "##leg.data(ZONESOPAC.DoScreenPrint.DocName)" DScreenShot.CancelButtonPrompt = "##leg.data(ZONESOPAC.DoScreenPrint.ButtonPrompt)" DScreenShot.CancelPrompt = "##leg.data(ZONESOPAC.DoScreenPrint.CancelPrompt)" DScreenShot.PrintDestktop(); } catch (e) { printFailed = true; } if (printFailed) { if (window.print) { // call the window print method if it exists. window.print(); } } ##else if (window.print) { // call the window print method if it exists. window.print(); } ##endif } var foundWordsVisible=false; function MMenu_Over(btn,cell){ btn.style.background="url(##local.SkinDir/" + btn.id.slice(11) + "_o.gif)"; cell.style.color='blue'; btn.style.backgroundRepeat="no-repeat"; btn.style.backgroundPosition="center center"; } function MMenu_Out(btn,cell){ btn.style.background="url(##local.SkinDir/" + btn.id.slice(11) + ".gif)"; cell.style.color='white'; btn.style.backgroundRepeat="no-repeat"; btn.style.backgroundPosition="center center"; } function MMenu_Click(btn){ document.location.href=unescape(btn.href); } function opendiv() { popup.style.visibility="visible"; } function closediv() { popup.style.visibility="hidden"; } window.name='Zones_main'; function ZonesAction( action ) { if (action == "Back") { fnToolbarClick ("BACK", "", ""); } else if (action =="Help") { GlobalHelp(); } else { alert("unknown action "+action); } } function OnBodyLoad() { if (document.readyState) { // this is ie - we have a readyState property - no need to simulate one. } else { // this is Mozilla - it does not have a ready state property - so we will make one. document.readyState = "complete"; } } ##local.Define(AboutDIV) ##local.Define(PoweredBySnip) ##if local.SuppressPoweredBy ##else ##if local.RowAbovePoweredBy ##local.RowAbovePoweredBy ##endif ##local.define(PoweredByBiblioMondo) ##leg.ZONESOPAC.ZonesVersion ##local.define(dotGif).gif BiblioMondo ##if sessioncfg.ZONES.BiblioMondoLink ##local.PoweredByBiblioMondo ##else ##local.PoweredByBiblioMondo ##endif ##endif ##local.Define(SideBarSnip) ##if local.PageLeftPanel ##local.PageLeftPanel ##else ##local.LeftPanel ##local.BodyLanguageButtons ##local.PoweredBySnip ##endif
##local.Define(ThinTopBarSnip) ##if sessioncfg.ZONES.SuppressBottomPanel ##local.Define(SupressBottomPanel)1 ##else ##if local.PageSupressBottomPanel ##local.DefineByRender(SupressBottomPanel)##local.PageSupressBottomPanel ##else ##local.Define(SupressBottomPanel)0 ##endif ##endif ##local.Define(Pnl1Size)##request.Pnl1Size ##local.Define(Pnl3Size)##request.Pnl3Size ##if local.Content2 ##local.DefineByRender(ContentPane2)##local.Content2 ##endif ##local.define(SupressPanelCol)0 ##local.Define(SupressPanel1)0 ##if local.PanelWidth ##else ##if local.IsEqual(APSMAP,"aqua") ##local.Define(SupressPanel2)1 ##local.Define(PanelWidth)400 ##else ##local.Define(SupressPanel2)0 ##local.Define(PanelWidth)200 ##endif ##endif
##local.SepDiv2 ##if local.TopBanner ##local.TopBanner ##else ##local.UtilityBarSmall ##endif ##if local.SupressTopRightTD ##else ##if local.TopRightEnd ##local.TopRightEnd ##else ##endif ##endif
##local.Define(MenuBarSnip) ##if local.MainMenuBar ##else ##local.define(MainMenuBar)
##endif ##local.MainMenuBar
##local.define(BothPanels) /* TODO moving 98% to proper place */ ##if local.IsEqual(Panel2Title,"") ##local.define("SuppressPanel2")1 ##else ##local.define("SuppressPanel2")0 ##endif ##if local.IsEqual(SuppressPanel1,"1") ##else ##if local.Panel1Title ##endif ##endif ##if local.IsEqual(Panel2Title,"") ##if local.Panel2NoBoxContent ##endif ##else /*new*/ ##if local.Panel2Snip ##local.Panel2Snip ##else ##endif ##endif
##local.Panel2NoBoxContent
##local.define(MainWorkArea) ##if local.SupressContentBorder
/* since this has already been rendered, don't render it again */ ##local.data(ContentPane)
##else ##if local.ContentPane2
##if local.TumbleBar ##local.TumbleBarFMT ##else ##if local.TumbleBar2 ##local.TumbleBar2FMT ##else ##local.FixedBarFMT ##endif ##endif
##local.define(BorderedBoxClass)work_box ##local.define(BorderedBoxTitle)##local.ContentPane2Title ##local.define(BorderedBoxContent)
##local.data(ContentPane2)
##local.BorderedBox
##else ##local.define(BorderedBoxClass)work_box ##local.define(BorderedBoxTitle)##local.ContentPaneTitle ##local.define(BorderedBoxContent)
##local.data(ContentPane)
##local.BorderedBox ##endif ##endif
##local.Define(TitleText) ##if sessioncfg.ZONES.LibraryZone.MultiLingual ##local.define(Elem)ZONES.TitleText ##if this.StyleSetAttributeIsEqual("LANG","ENG") ##local.define(Elem)ZONES.LibraryZone.ENG.TitleText ##endif ##if this.StyleSetAttributeIsEqual("LANG","FRE") ##local.define(Elem)ZONES.LibraryZone.FRE.TitleText ##endif ##if this.StyleSetAttributeIsEqual("LANG","DUT") ##local.define(Elem)ZONES.LibraryZone.DUT.TitleText ##endif ##if this.StyleSetAttributeIsEqual("LANG","GER") ##local.define(Elem)ZONES.LibraryZone.GER.TitleText ##endif ##else ##local.define(Elem)ZONES.TitleText ##endif ##if sessioncfg.IsEqual(##local.Elem,"") ##local.define(Elem)ZONES.TitleText ##endif ##sessioncfg.AsHTML(##local.Elem) ##local.Define(TitleRowSnip)

##local.Title

##local.TitleText ##if local.LocationTitle ##if local.IsEqual(thisLoc, "-2") ##else ##if local.IsEqual(thisLoc, "-1") ##else - ##local.LocationTitle ##endif ##endif ##endif
##if sessioninfo.ZONES.BrwrID ##local.memberLevelFMT ##endif   ##formatter.YYYYDDMM(##formatter.datenowYYYYMMDD,##local.DateFormat)  ##if request.Security(On) Security Enabled ##endif   ##local.MinMaxURL
##local.Define(AdviceRowSnip) ##if local.AdviceRowTabs ##local.define(TabFMT)##local.AdvicePanelTabFMT ##local.define(RightJustifiedTabFMT)##local.RightJustifiedAdvicePanelTabFMT ##local.define(TabBrowseUpButton)##local.AdvicePanelTabBrowseUpButton ##endif
##leg.ZONESOPAC.Defaults.InfoIconALTText ##local.Advice
##local.AdviceTabsContainer
##local.Define(BottomPanelSnip) ##if local.PageBottomPanel ##local.PageBottomPanel ##else ##if local.IsEqual(SupressBottomPanel,"1") ##else ##if sessioncfg.ZONES.LibraryZone.MultiLingual ##local.define(TickerMessageElem)ZONES.TickerMessage ##if this.StyleSetAttributeIsEqual("LANG","ENG") ##local.define(TickerMessageElem)ZONES.LibraryZone.ENG.TickerMessage ##endif ##if this.StyleSetAttributeIsEqual("LANG","FRE") ##local.define(TickerMessageElem)ZONES.LibraryZone.FRE.TickerMessage ##endif ##if this.StyleSetAttributeIsEqual("LANG","DUT") ##local.define(TickerMessageElem)ZONES.LibraryZone.DUT.TickerMessage ##endif ##if this.StyleSetAttributeIsEqual("LANG","GER") ##local.define(TickerMessageElem)ZONES.LibraryZone.GER.TickerMessage ##endif ##else ##local.define(TickerMessageElem)ZONES.TickerMessage ##endif ##local.define(TickerMessage)##sessioncfg.AsHTML(##local.TickerMessageElem) ##local.define(Ticker)
##if sessioncfg.ZONES.TickerEnabled ##local.TickerMessage ##endif
##if local.CustomSizeBottomPanel ##local.CustomSizeBottomPanel ##else /* height="115" or 85 */ ##local.BottomPanel ##endif ##endif ##endif
##local.Define(BrowseAsHlocSupport) ##if sessioncfg.ZONES.BrowseOptions.BrowseAsHloc ##if searchcontext.BrowseList ##local.define(SetLocationHREF)APS_SET_BROWSE_LOCATION&Method=SetBrowseLocation&List=##this.obj&Parent=##this.obj&##this.StyleSet&BrowseAsHloc=##local.thisLoc&FromBrowseList=1 ##else ##if searchcontext.IsEqual(Scope, 0) ##local.define(SetLocationHREF)APS_SET_BROWSE_LOCATION&Method=SetBrowseLocation&List=##this.obj&Parent=##this.obj&##this.StyleSet&BrowseAsHloc=##local.thisLoc&FromBrowseList=1 ##else ##if searchcontext.Scope ##local.define(SetLocationHREF)APS_SET_BROWSE_LOCATION&Method=SetBrowseLocation&List=##this.obj&Parent=##this.obj&##this.StyleSet&BrowseAsHloc=##local.thisLoc&FromBrowseList=1 ##else ##if local.FromBrowsePage ##local.define(SetLocationHREF)APS_SET_BROWSE_LOCATION&Method=SetBrowseLocation&List=##this.obj&Parent=##this.obj&##this.StyleSet&BrowseAsHloc=##local.thisLoc&FromBrowseList=1 ##else ##local.define(SetLocationHREF)APS_SET_BROWSE_LOCATION&Method=SetBrowseLocation&List=##this.obj&Parent=##this.obj&##this.StyleSet&BrowseAsHloc=##local.thisLoc&FromBrowseList=0 ##endif ##endif ##endif ##endif ##endif ##if sessioncfg.ZONES.BrowseOptions.BrowseAsHloc ##helpcontext.addHelp(DisplayLocation) ##helpcontext.addHelp(ChangeLocation) ##endif ##if sessioncfg.ZONES.Banner.DisplayLocation ##if local.IsEqual(thisLoc, "-1") ##local.Define(LocationTitle) ##else ##if local.IsEqual(thisLoc,"-2") ##local.Define(LocationTitle) ##else ##local.define(IsPortfolio)0 ##if sessioncfg.IsKnown("DB.Config.BookServer.OMNIORB.ORBInitialHost") ##local.Define("IsPortfolio")1 ##endif ##if local.IsEqual(IsPortfolio,1) ##local.Define(LocationTitle) ##else ##local.Define(LocationTitle) ##sessioncfg.With(v,ParamEnum.HlocName) ##v.foreachin(i,"") ##local.defineByRender(optV)##i.__label() ##if i.IsEqual(text,"") ##else ##if sessioncfg.InList( ZONES.BrowseOptions.BrowseAsHlocExclusionList, ##sessioncfg.ParamLookup("HlocCode", ##local.optV ) ) ##else ##if local.IsEqual(optV,##local.thisLoc) ##local.DefineByRender(LocationTitle)##i.text ##endif ##endif ##endif ##endif ##endif ##endif ##endif ##endif ##local.Define(WorkAreaSnip) ##if local.Panel1Title ##else ##local.Define(Panel1Title) ##endif ##if local.IsEqual(SuppressPanel,1) ##local.Define(Panel1Title) ##local.Define(Panel1Content) ##endif ##if local.Panel2Title ##else ##local.Define(Panel2Title) ##endif ##if local.Panel1Content ##else ##local.Define(Panel1Content) ##endif ##if local.Panel2Content ##else ##local.Define(Panel2Content) ##endif ##if local.IsEqual(Panel1Title,"") ##if local.IsEqual(Panel2Title,"") ##if local.IsEqual(Panel1Content,"") ##if local.IsEqual(Panel2Content,"") ##local.Define(SupressPanelCol)1 ##else ##endif ##else ##endif ##else ##endif ##else ##endif ##if local.IsEqual(SupressPanelCol,"1") ##local.MainWorkArea ##else ##if local.ReversePanels ##local.BothPanels ##local.MainWorkArea ##else ##local.MainWorkArea ##local.BothPanels ##endif ##endif ##local.define(LanguageButtonFMT) ##if this.StyleSetAttributeIsEqual(Lang,##local.LangCode) ##else ##if sessioncfg.ZONES.Language.ShowFlags ##endif ##local.LangLEG ##endif ##local.define(BodyLanguageButtons) ##if local.SuppressLanguageButtons ##if sessioncfg.ZONES.LibraryZone.MultiLingual ##local.define(LanguageButtonsSubstitution)ZONES.LanguageButtonsSubstitution ##if this.StyleSetAttributeIsEqual("LANG","ENG") ##local.define(LanguageButtonsSubstitution)ZONES.LibraryZone.ENG.LanguageButtonsSubstitution ##endif ##if this.StyleSetAttributeIsEqual("LANG","FRE") ##local.define(LanguageButtonsSubstitution)ZONES.LibraryZone.FRE.LanguageButtonsSubstitution ##endif ##if this.StyleSetAttributeIsEqual("LANG","DUT") ##local.define(LanguageButtonsSubstitution)ZONES.LibraryZone.DUT.LanguageButtonsSubstitution ##endif ##if this.StyleSetAttributeIsEqual("LANG","GER") ##local.define(LanguageButtonsSubstitution)ZONES.LibraryZone.GER.LanguageButtonsSubstitution ##endif ##else ##local.define(LanguageButtonsSubstitution)ZONES.LanguageButtonsSubstitution ##endif ##sessioncfg.AsHTML(##local.LanguageButtonsSubstitution) ##else ##local.define(LanguageButtonsInUse)0 ##if sessioncfg.ZONES.Language.English ##local.define(LanguageButtonsInUse)1 ##endif ##if sessioncfg.ZONES.Language.French ##local.define(LanguageButtonsInUse)1 ##endif ##if sessioncfg.ZONES.Language.Dutch ##local.define(LanguageButtonsInUse)1 ##endif ##if sessioncfg.ZONES.Language.German ##local.define(LanguageButtonsInUse)1 ##endif ##if local.IsEqual(LanguageButtonsInUse,1) ##if sessioncfg.ZONES.Language.English ##local.define(LangCode)ENG ##if sessioncfg.ZONES.Language.ShowFlags ##if sessioncfg.Global.useUSFlag ##local.define(LangIMG)flag_usa.gif ##else ##local.define(LangIMG)flag_britain.gif ##endif ##endif ##local.define(LangLEG)##local.langFontStyle ##leg.data(GLOBAL.Languages.English) ##local.LanguageButtonFMT ##endif ##if sessioncfg.ZONES.Language.French ##local.define(LangCode)FRE ##if sessioncfg.ZONES.Language.ShowFlags ##local.define(LangIMG)flag_france.gif ##endif ##local.define(LangLEG)##local.langFontStyle ##leg.data(GLOBAL.Languages.French) ##local.LanguageButtonFMT ##endif ##if sessioncfg.ZONES.Language.German ##local.define(LangCode)GER ##if sessioncfg.ZONES.Language.ShowFlags ##local.define(LangIMG)flag_germany.gif ##endif ##local.define(LangLEG)##local.langFontStyle ##leg.data(GLOBAL.Languages.German) ##local.LanguageButtonFMT ##endif ##if sessioncfg.ZONES.Language.Dutch ##local.define(LangCode)DUT ##if sessioncfg.ZONES.Language.ShowFlags ##local.define(LangIMG)flag_netherlands.gif ##endif ##local.define(LangLEG)##local.langFontStyle ##leg.data(GLOBAL.Languages.Dutch) ##local.LanguageButtonFMT ##endif
 
##endif ##endif
##local.define(BodyQuickSearch) ##if local.QuickSearchShoveDown   ##endif ##if sessioncfg.ZONES.BodyQuickSearchEnabled ##else ##if local.QuickSearchSub ##local.QuickSearchSub ##endif ##endif ##local.define(BodyQuickSearchMax)
##if sessioncfg.ZONES.BodyQuickSearchEnabled ##else ##if local.QuickSearchSub ##local.QuickSearchSub ##endif ##endif ##local.CatTreeMax
##local.define(BodyQuickSearch2) ##if sessioncfg.ZONES.BodyQuickSearchEnabled ##else ##if local.QuickSearchSub ##local.QuickSearchSub ##endif ##endif ##local.define(BottomPanel) ##local.define(BorderedBoxClass)bottom_panel ##local.define(BorderedBoxTitle)
##local.Ticker
##local.define(BorderedBoxContent)
##local.Panel3Content
##local.BorderedBox
##local.Define(LogoImage) ##if sessioncfg.ZONES.IntroEnabled ##local.define(LogoUrl)APS_FLASH_INTRO?##this.styleset ##else ##local.define(LogoUrl)# ##endif ##if sessioncfg.IsEqual(ZONES.LogoUrl,"") ##if local.SuppressLogoImageLink ##local.Define(ImageLinkOpenTag) ##local.Define(ImageLinkCloseTag) ##else ##local.Define(ImageLinkOpenTag) ##local.Define(ImageLinkCloseTag) ##endif ##else ##local.define(LogoUrl)##sessioncfg.ZONES.LogoUrl ##local.Define(ImageLinkOpenTag) ##local.Define(ImageLinkCloseTag) ##endif ##if sessioncfg.ZONES.LogoLink ##else ##local.Define(ImageLinkOpenTag) ##local.Define(ImageLinkCloseTag) ##endif ##local.ImageLinkOpenTag ##if sessioncfg.isEqual(ZONES.Images.LogoImage,"") ##else ##endif ##local.ImageLinkCloseTag ##local.Define(LogoImageMax) ##if sessioncfg.isEqual(ZONES.Images.LogoImageMax,"") ##else ##endif ##local.define(Panel1) /* panel1 definition */ ##local.define(BorderedBoxClass)panel1 ##local.define(BorderedBoxTitle)##local.Panel1Title ##local.define(BorderedBoxContent)
##local.Panel1Content
##local.BorderedBox
##local.define(Panel2) ##local.define(BorderedBoxClass)panel2 ##local.define(BorderedBoxTitle)##local.Panel2Title ##local.define(BorderedBoxContent)##local.Panel2Content ##local.BorderedBox ##local.define(LeftPanel) ##local.define(SuppressCatTreeHeadings)1 ##local.define(BorderedBoxClass)left_panel ##local.define(BorderedBoxTitle) ##local.define(BorderedBoxContent) ##local.define(CatTreeIdent)1 ##local.define(CatTreeMaxNumber)##sessioncfg.ZONES.CatTree.NumItemsLeft ##local.define(CatTreeID)Panel0Content ##local.define(CatTreeLinkListID)FeatureLinkList ##local.CatTreeHeading
##local.CatTree
##if sessioncfg.isEqual(DB.Config.ZONESERVICES.CatTree.3,"") ##else /* If Logged In, Bring up optional left panel links specific to your user group*/ ##local.define(BorderedBoxClass)left_panel ##local.define(BorderedBoxTitle) ##local.define(BorderedBoxContent) ##local.define(CatTreeIdent)3 ##local.define(CatTreeMaxNumber)##sessioncfg.ZONES.CatTree.NumItemsCatTree3 ##local.define(CatTreeID)UserGroupPanel ##local.define(CatTreeLinkListID)StaffLinksLinkList ##local.CatTreeHeading
##local.CatTree
##endif
##local.BorderedBox
##local.BorderedBox
##local.Define(TabMenuBar) ##if this.StyleSetAttributeIsEqual(Lang,ENG) ##local.define(LangCode)FRE ##local.define(LangShown)Français ##else ##if this.StyleSetAttributeIsEqual(Lang,FRE) ##local.define(LangCode)ENG ##local.define(LangShown)English ##endif ##endif /*##if sessioncfg.ZONES.NotePad ##if sessioninfo.IsEmpty(OpacNotes) ##else ##helpcontext.addHelp(NotesExist) ##endif ##endif*/ ##if sessioncfg.ZONES.Feedback.Enabled ##helpcontext.addHelp(FeedbackEnabled) ##endif /*##if sessioncfg.ZONES.Print.Enabled*/ ##helpcontext.addHelp(PrintEnabled) /*##endif*/ ##if sessioncfg.ZONES.Help.Enabled ##endif ##if sessioncfg.ZONES.StaffZone.Enabled ##endif ##if sessioncfg.ZONES.DeactivateMyZone ##else ##if sessioninfo.ZONES.BrwrID ##helpcontext.addHelp(LoggedOn) ##else ##endif ##endif ##sessioncfg.With(Buttons, ##local.MenubarName) ##Buttons.ForEachIn(Button, "") ##local.DefineByRender(ButtonType)##Button.__Label() ##local.DefineByRender(ConditionName)TOOLBAR_ENABLE_##local.ButtonType ##if local.IsEqual(ButtonType, "MEDIAREF") ##local.DefineByRender(ButtonEnabled)1 ##else ##local.DefineByRender(URLName)TOOLBAR_URL_##local.ButtonType ##local.DefineByRender(ButtonURL)##local.Data(##local.URLName) ##local.DefineByRender(ButtonURL)##local.ButtonURL ##if local.IsEqual(ButtonURL, "") ##local.Define(ButtonEnabled)0 ##else ##local.DefineByRender(ButtonEnabled)##local.Data(##local.ConditionName) ##endif ##endif ##if local.IsEqual(ButtonEnabled, "1") ##local.DefineByRender(URLName)TOOLBAR_URL_##local.ButtonType ##local.DefineByRender(ButtonURL)##local.Data(##local.URLName) ##local.DefineByRender(ButtonURL)##local.ButtonURL ##endif
##leg.ZONESOPAC.ViewNotes.Button ##local.LangShown ##leg.ZONESOPAC.Feedback.Button ##leg.ZONESOPAC.Defaults.Button.Print ##leg.ZONESOPAC.Defaults.Button.Help ##leg.ZONESOPAC.Defaults.Button.StaffZone ##leg.ZONESOPAC.Defaults.Button.Logoff ##leg.ZONESOPAC.Defaults.Button.Login
##if Button.LabelLegend ##local.defineByRender(MMenuBtn_Label)##leg.Data(##Button.LabelLegend) ##else ##local.defineByRender(MMenuBtn_Label)##Button.QualData(Label) ##endif ##local.TabButtonFMT
##local.define(BorderedBox) ##local.DefineByRender(TitleARG)BORDEREDBOX_TITLEINBODY_##local.BorderedBoxClass ##local.DefineByRender(TitleInBody)##local.Data(##local.TitleARG) ##local.DefineByRender(TitleInBody)##local.TitleInBody ##local.DefineByRender(LeftName)BORDEREDBOX_LEFTWIDTH_##local.BorderedBoxClass ##local.DefineByRender(LeftWidth)##local.Data(##local.LeftName) ##local.DefineByRender(LeftWidth)##local.LeftWidth ##local.DefineByRender(RightName)BORDEREDBOX_RIGHTWIDTH_##local.BorderedBoxClass ##local.DefineByRender(RightWidth)##local.Data(##local.RightName) ##local.DefineByRender(RightWidth)##local.RightWidth ##local.DefineByRender(BottomName)BORDEREDBOX_BOTTOMHEIGHT_##local.BorderedBoxClass ##local.DefineByRender(BottomHeight)##local.Data(##local.BottomName) ##local.DefineByRender(BottomHeight)##local.BottomHeight ##local.DefineByRender(TopName)BORDEREDBOX_TOPHEIGHT_##local.BorderedBoxClass ##local.DefineByRender(TopHeight)##local.Data(##local.TopName) ##local.DefineByRender(TopHeight)##local.TopHeight ##local.define(TitleHack)_title ##local.Define(NoSimplePanelsFMT)
##if local.IsEqual(TitleInBody,"1") ##else
##local.BorderedBoxTitle
##endif
##if local.IsEqual(TitleInBody,"1")
##local.BorderedBoxTitle
##else ##endif ##local.BorderedBoxContent
##local.Define(NoSimplePanelsFMT)
##if local.IsEqual(TitleInBody,"1") ##else
##local.BorderedBoxTitle
##endif
##if local.IsEqual(TitleInBody,"1")
##local.BorderedBoxTitle
##else ##endif ##local.BorderedBoxContent
##if sessioncfg.ZONES.SimplePanels ##if request.IsEqual(Style,"ZoneAdmin") ##local.NoSimplePanelsFMT ##else /* width="100%" height="100%" */
##if local.IsEqual(TitleInBody,"1") ##else
##local.BorderedBoxTitle
##endif
##if local.IsEqual(TitleInBody,"1")
##local.BorderedBoxTitle
##else ##endif ##local.BorderedBoxContent
##endif ##else ##local.NoSimplePanelsFMT ##endif
##local.Define(EndBodyScriptBlock) /* */ ##include(LegendEditorSupport) /* */ ##local.LinkListJScript /* */ ##local.Portal2SetFocus ##if local.ResizeLeftPanels ##endif ##local.define(LastIndex)0 ##local.define(LastStem) ##local.define(quickSearchCaption)##leg.ZONESOPAC.QuickSearch ##local.define(langFontStyle) /* what is this stuff for I wonder ? */ ##local.Define(FetchCat) ##domains.With(list,Response) ##list.foreachin(result,"") ##local.define(Categories)##local.FetchCat /* this is the main table layout for Zones */ ##local.Define(TopShadow) ##local.Define(TitleRow) ##local.TitleRowSnip ##local.Define(MainTableLayout)
##local.SideBarSnip
/*width="100%"*/ /*width="100%" height="100%"*/ ##local.MenuBarSnip ##local.BottomPanelSnip
##local.ThinTopBarSnip
/*width="100%" height="100%" valign="top"*/ /*width="100%" height="100%"*/ ##local.TopShadow ##local.TitleRow ##local.WorkAreaSnip
##local.AdviceRowSnip
##local.Define(MainTableLayout_Max)
##local.LinMenuBar2
##local.TitleRow ##local.WorkAreaSnip ##if local.PageBottomPanel ##local.PageBottomPanel ##endif
##local.AdviceRowSnip
/* This is the main page layout for Zones */ ##local.define(HeaderCSSSheets) ##if local.IsEqual(Skin,"default") ##else ##if local.IsEqual(Skin,"denhaag") ##else ##endif ##endif ##local.Define(LoginLayout)

To enter, please submit your username and password and press the login button.

##this.stylesetforform
user name
password
##local.define(DefaultContentPaneTitle)   ##local.Define(MainPageLayout) ##formatter.TextRender() ##if local.Bookserver ##local.define(LoginHREF)##local.Data(HTTPS_URLPrefix)APS_BOOKSERVER_OPACLOGIN?##this.StyleSet&Style=Portal2&Parent=##local.Data(HTTPGoBack_URLPrefix)##this.obj ##else ##local.define(LoginHREF)##local.Data(HTTPS_URLPrefix)APS_ACCOUNT?##this.StyleSet&Style=Portal2&Parent=##local.Data(HTTPGoBack_URLPrefix)##this.obj&BrowseAsHloc=##local.thisLoc ##endif ##local.DefineByRender(thing)##error.AsJScriptList() ##local.BrowseAsHlocSupport ##local.SetDefaultLoc ##if local.ContentPaneTitle ##else ##if local.ContentPanelTabs ##local.Define(ContentPaneTitle) ##local.define(TabFMT)##local.ContentPanelTabFMT ##local.define(RightJustifiedTabFMT)##local.RightJustifiedContentPanelTabFMT ##local.define(TabBrowseUpButton)##local.ContentPanelTabBrowseUpButton ##local.ContentPanelTabsContainer ##else ##local.Define(ContentPaneTitle)##local.DefaultContentPaneTitle ##endif ##endif ##if local.Panel1Content ##local.Panel1Content ##endif ##if local.DisablePageTransition ##else ##endif ##if local.PageTitle ##local.PageTitle ##else ##local.DefaultPageTitle ##if error.Level ##error ##endif ##endif ##header ##scripts ##local.HeaderCSSSheets ##if local.PageHeadScript ##local.PageHeadScript ##endif ##local.DocumentManagerInclude ##if sessioncfg.ZONES.DeactivateMyZone ##else ##endif ##if local.Skins_CSS_JavaScript ##local.Skins_CSS_JavaScript ##endif /* starWipe fivePoint (this must be specified) barWipe leftToRight, topToBottom barnDoorWipe vertical, horizontal irisWipe rectangle, diamond ellipseWipe circle clockWipe clockwiseTwelve fanWipe centerTop snakeWipe topLeftHorizontal spiralWipe topLeftClockwise pushWipe fromLeft slideWipe fromLeft fade crossfade */ ##local.Define(BarTransInType)fade ##local.Define(BarTransInSubType) ##local.Define(BarTransOutType)fade ##local.Define(BarTransOutSubType) /**/ /*
*/ /* */ ##local.DefineByRender(ContentPane)##local.Content ##local.AboutDIV ##local.CancelShiftClickScript ##local.CommonComponents ##local.Define(StandardView) ##if sessioncfg.ZONES.MinMaxEnabled ##if local.SuppressMinMax ##local.DefineByRender(MinMaxURL) ##else ##local.DefineByRender(MinMaxURL) ##leg.ZONESOPAC.MyInterests.ToolTips.Minimize ##endif ##else ##local.DefineByRender(MinMaxURL) ##endif ##local.MainTableLayout ##local.Define(MaxView) ##if sessioncfg.ZONES.MinMaxEnabled ##local.DefineByRender(MinMaxURL) ##leg.ZONESOPAC.MyInterests.ToolTips.Maximize ##else ##local.DefineByRender(MinMaxURL) ##endif ##local.MainTableLayout_Max /* test to see if we have to force login before continueing */ ##if sessioncfg.ZONES.RequireLoginBeforeUse ##if sessioninfo.ZONES.BrwrID ##else ##if local.IsLoginPage ##else ##local.Define(PageLocalLayout) ##local.LoginLayout ##endif ##endif ##endif ##if local.PageLocalLayout ##local.PageLocalLayout ##else ##if sessioninfo.SessionUI.Max ##if sessioninfo.IsEqual(SessionUI.Max,"no") ##local.StandardView ##else ##local.MaxView ##endif ##else ##if sessioncfg.ZONES.Maximized ##local.MaxView ##else ##local.StandardView ##endif ##endif ##endif ##local.EndBodyScriptBlock ##if sessioncfg.ZONES.SmartCardSupport.Enabled ##local.SmartcardSupport ##endif /*
*/