##local.define(SilverLightUI)
##Header
##Scripts
##local.Define(SetTrapLegend)
##local.DefineByRender(Legend)##sessioncfg.MapLegendThroughTable(##local.TrapId,"ZonesSelfService.CustomerSSBrwrTrapMessages")
##if local.IsEqual(Legend,"")
##local.DefineByRender(Legend)##sessioncfg.MapLegendThroughTable(##local.TrapId,"ZonesSelfService.SSBrwrTrapMessages")
##endif
##local.DefineByRender(Legend)##sessioncfg.MapLegendThroughTable(##local.TrapId,"ZonesSelfService.CustomerTrapTable")
##if local.IsEqual(Legend,"")
##local.DefineByRender(Legend)##sessioncfg.MapLegendThroughTable(##local.TrapId,"ZonesSelfService.MasterTrapTable")
##endif
##if local.IsEqual(Legend,"")
##if local.IsLessAsInteger(TrapId,100)
##local.DefineByRender(Legend)##sessioncfg.ParamLookup(Trap,##local.TrapId)
##else
##local.DefineByRender(Legend)##sessioncfg.EnumLookup(CircTrapID,##local.TrapId)
##endif
##endif
##local.Define(SetItemTrapLegend)
##local.DefineByRender(Legend)##sessioncfg.MapLegendThroughTable(##local.TrapId,"ZonesSelfService.CustomerSSItemTrapMessages")
##if local.IsEqual(Legend,"")
##local.DefineByRender(Legend)##sessioncfg.MapLegendThroughTable(##local.TrapId,"ZonesSelfService.SSItemTrapMessages")
##endif
##if local.IsEqual(Legend,"")
Trapped (##local.TrapId)
##endif
##local.define(CheckBrwrText)
##leg.ZONESOPAC.SSIssue.BrwrName: ##value.Name
##if value.IsEqual(PrimaryTrapId,0)
##else
##local.defineByRender(TrapId)##value.PrimaryTrapId
##local.SetTrapLegend
/* Trap id = ##local.TrapId */
##local.Legend
##endif
##if value.IsEqual(SecondaryTrapId,0)
##else
-
##local.defineByRender(TrapId)##value.SecondaryTrapId
##local.SetTrapLegend
/* Trap id = ##local.TrapId */
##local.Legend
##endif
##local.define(ConcertoSummaryDetail2)
##if sessioncfg.IsEqual(ZONES.BookCovers,"1")
##local.defineByRender(bk1)##value.BACISB
##local.defineByRender(bk2)##value.BACCNO
##local.SetBookCover
##endif
/*##leg.ZONESOPAC.Defaults.SummaryEntry.Title*/
##local.defineByRender(MATIcon)##sessioncfg.MapParamThroughImageTable(MaterialCode,##value.BACMATC,GraphicalMAT)
##if local.IsEqual(MATIcon,"")
##else
##endif
##value.StripFilingCharsFrom(Title,PROCESS_HASH)
##if value.isdefined(BACVOL)
(
##leg.ZONESOPAC.Defaults.SummaryEntry.Volume : ##value.BACVOL
)
##endif
##if value.Author
/ /*changed darkText for darkLink*/
##value.StripFilingCharsFrom(Author,PROCESS_HASH)
##endif
##if value.BACYER
- ##value.BACYER
##endif
##if value.BACEDI
-
##leg.ZONESOPAC.Defaults.SummaryEntry.Edition : ##value.BACEDI
##endif
##local.defineByRender(LANIcon)##sessioncfg.MapParamThroughImageTable(LangCode,##value.BACLTXC,GraphicalLAN)
##if local.IsEqual(LANIcon,"")
( ##sessioncfg.ParamLookup(LangName,##value.BACLTXC) )
##else
##endif
##local.define(ItemStatus)
##if value.IsEqual(ItemTrapLevel,0)
##else
##local.defineByRender(TrapId)##value.ItemTrapID
##local.SetItemTrapLegend
##local.Replace(Legend,"$fee$", ##value.ItemLoanFee)
##local.Replace(Legend,"$fine$", ##value.ItemFine)
##local.Legend
##endif
##local.define(MainUIAccessDenied)
##local.define(Title)Access Denied
##local.define(Content)Access Denied
##local.define(Advice)Access Denied
##include(Body)
##local.define(GetLoansResultText)
##local.define(Sep)
##value.ForEachIn(loan,"LoanDetails")
##local.Sep ##loan.ItemNumber ##local.define(Sep),
##if context.IsEqual(__Action,"") ##if sessioncfg.ZonesSelfService.AllowRFIDSSIssue
##local.SilverLightUI ##else ##local.MainUIAccessDenied ##endif ##else ##nothtml
##include(Defaults) ##local.Define(CatSummary)
##local.Define(RoundBoxContent)
##local.Define(NoTitleLink)1
##value.With(value,"CatDetails")
##local.ConcertoSummaryDetail2
##value.Item
##local.RoundBoxContent
##local.SetTrapLegend
##context.AsJScriptLIT()
##if error.Level
##error.AsJScriptLIT()
##else
##value.AsJScriptLIT()
##endif
##if error.Level
There was some sort of error.
##error.Dump()
##else
##if context.IsEqual(__Action,ItemDetails)
##local.CatSummary
##local.ItemStatus
##else
##if context.IsEqual(__Action,BrwrDetails)
##local.CheckBrwrText
##else
##if context.IsEqual(__Action,ISSUE)
##else
##if context.IsEqual(__Action,GetLoans)
##local.GetLoansResultText
##else
need to render the update for this action ##context.__Action
##endif
##endif
##endif
##endif
##endif