##local.define(Disabled)0
##if sessioncfg.IsEqual(ALSWWW.WWW.DisableConfigAdmin,1)
##local.define(Disabled)1
##else
##if sessioncfg.AccessRights.Applications.DisableViewConfigStore
##if sessioncfg.AccessRights.Applications.ViewConfigStore
##else
##local.define(Disabled)1
##endif
##endif
##endif
##if local.IsEqual(Disabled,"1")
Access Denied
##else
##local.Define(AdminMenu)
##sessioncfg.With(elem,"ZONES.ZonesAdmin.LeftMenu")
##elem.ForEachIn(child,"")
##local.DefineByRender(Type)##child.__Label()
##if local.IsEqual(Type,title)
##child.QualData(label)
|
##endif
##if local.IsEqual(Type,childstart)
##child.QualData(label)
|
|
|
##endif
##if local.IsEqual(Type,childend)
|
##endif
##if local.IsEqual(Type,childstart)
##local.define(Title)
##local.define(Advice)
##local.define(Content)
##local.AdminMenu
##include(Body)
##endif