##helpcontext.addHelp(SearchServerSummaryEntries)
##helpcontext.addHelp(Toolbar)
##local.define(CurrentPage)##leg.WAI.SummaryBrowse.Default.Title
##local.define(Advice)
##local.SetDefaultLoc
##if local.LocationChangedFix
##else
##leg.ZONESOPAC.SummaryBrowse.Default.Prompt
##local.OCIDotPrompt
##local.BNResultsAdvice
##endif
##endif
##if startpoint.IsMap(Query.QueryStatement)
##local.defineByRenderAndEscapeHashHash(QS)##startpoint.QualData(Query.QueryStatement)
##local.defineByRender(LS)##startpoint.QualData(Query.LimitStatement)
##if startpoint.IsEqual(Query.IsConstellationSearch,1)
##local.define(Name)##leg.ZONESOPAC.SearchStatement.ConstellationSearch
##else
##if startpoint.IsMap(Query.form)
##local.define(Name)##leg.ZONESOPAC.SearchStatement.AdvancedSearch
##else
##if sessioncfg.ZONES.QuickSearchLabelAsProfessional
##local.define(Name)##leg.ZONESOPAC.SearchStatement.ExpertSearch
##else
##local.define(Name)##leg.ZONESOPAC.SearchStatement.SimpleSearch
##endif
##endif
##endif
##if local.IsEqual(QS,"")
##else
##local.Name :##local.QS
##endif
##if local.IsEqual(LS,"")
##else
##leg.ZONESOPAC.SearchStatement.Limits :
##local.LS
##endif
##if startpoint.IsDefined(Query.dpStart)
##if startpoint.IsEqual(Query.dpStart,"")
##if startpoint.IsEqual(Query.dpEnd,"")
/* no dp start no dp end */
##else
##leg.ZONESOPAC.SearchStatement.DOP :<= ##startpoint.Query.dpEnd
##endif
##else
##if startpoint.IsEqual(Query.dpEnd,"")
##leg.ZONESOPAC.SearchStatement.DOP :>= ##startpoint.Query.dpStart
##else
##leg.ZONESOPAC.SearchStatement.DOP :##startpoint.Query.dpStart ... ##startpoint.Query.dpEnd
##endif
##endif
##endif
##endif
##local.define(Title)##leg.ZONESOPAC.SummaryBrowse.Default.Title
##local.define(SortDropDown)
##local.define(ItemCoverageDropDown)
##local.define(LocationFilterDropDown)
##local.define(BodyContent)
##include(BrowseListLayout)
##local.List
##include(Layout)