##local.Define(ShowAreaButton)0 ##local.Define(ShowSystemButton)0 ##if startpoint.IsSystemWide ##local.Define(ShowAreaButton)1 ##helpcontext.addHelp(Browsing.Location) ##endif ##if startpoint.IsAreaWide ##local.Define(ShowSystemButton)1 ##helpcontext.addHelp(Browsing.Location) ##endif ##if startpoint.IsBranchItemLevel ##local.Define(ShowAreaButton)1 ##local.Define(ShowSystemButton)1 ##helpcontext.addHelp(Browsing.Stock) ##endif ##local.define(Title) ##if startpoint.IsSystemWide ##leg.Expand(OPAC.StockStatus.SystemBranchList.Title, HLOCName, ##startpoint.HLOCName ) ##else ##if startpoint.IsAreaWide ##leg.Expand(OPAC.StockStatus.AreaBranchList.Title, HLOCName, ##startpoint.HLOCName ) ##else ##leg.Expand(OPAC.StockStatus.StockList.Title, HLOCName, ##startpoint.HLOCName ) ##endif ##endif ##local.define(PageTitle) ##local.Title ##local.define(Prompt) ##if startpoint.IsBranchItemLevel ##leg.OPAC.StockBrowse.Prompt ##else ##leg.OPAC.LocationBrowse.Prompt ##endif ##local.define(FunctionButtons) ##if sessioncfg.IsEqual(DB.Config.Circ.BranchAreaStockStatus,0) ##local.Define(ShowAreaButton)0 ##endif ##local.define(FunctionButton)1 ##if local.IsEqual(ReservationsAllowed,1) ##local.define(ButtonClass)function-button ##local.define(ButtonName)MakeReservationButton ##local.define(ButtonCommand) location.href = '##this&Method=MakeReservation'; ##local.define(ButtonText)##leg.OPAC.StockStatus.Button.Reservation.Text ##local.define(ButtonIcon)8 ##helpcontext.addHelp(Buttons.Reservation) ##local.ButtonCellTemplate ##endif ##if local.IsEqual(ShowAreaButton,1) ##local.define(ButtonClass)function-button ##local.define(ButtonName)StockAreaBranches ##local.define(ButtonCommand)location.href = '##this&Method=StockInArea'; ##local.define(ButtonText)##leg.OPAC.StockStatus.Button.AreaBranchList.Text ##local.define(ButtonIcon)8 ##local.define(ButtonHelp)##leg.Expand(OPAC.StockStatus.Button.AreaBranchList.Help) ##helpcontext.addHelp(Buttons.AreaWideStockStockStatus) ##local.ButtonCellTemplate ##endif ##if local.IsEqual(ShowSystemButton,1) ##local.define(ButtonClass)function-button ##local.define(ButtonName)StockSystemBranches ##local.define(ButtonCommand)location.href = '##this&Method=StockInSystem'; ##local.define(ButtonText)##leg.OPAC.StockStatus.Button.SystemBranchList.Text ##local.define(ButtonIcon)8 ##local.define(ButtonHelp)##leg.Expand(OPAC.StockStatus.Button.SystemBranchList.Help) ##helpcontext.addHelp(Buttons.SystemWideStockStockStatus) ##local.ButtonCellTemplate ##endif ##local.define(PreList)
##startpoint.IF(SE.Author)##leg.OPAC.MakeReservation.Summary.Author ##startpoint.StripFilingCharsFrom(SE.Author,PROCESS_HASH) ##startpoint.IF(SE.Title)
##leg.OPAC.MakeReservation.Summary.Title ##startpoint.StripFilingCharsFrom(SE.Title,PROCESS_HASH)
##startpoint.IF(SE.ClassMark)##leg.OPAC.MakeReservation.Summary.Classmark ##startpoint.SE.ClassMark ##startpoint.IF(SE.BACEDI)##leg.OPAC.MakeReservation.Summary.Edition ##startpoint.SE.BACEDI ##startpoint.IF(SE.BACYER)##leg.OPAC.MakeReservation.Summary.Year ##startpoint.SE.BACYER ##startpoint.IF(SE.BACMAT)##leg.OPAC.MakeReservation.Summary.MaterialType ##startpoint.SE.BACMAT ##startpoint.IF(SE.BACCNO)##leg.OPAC.MakeReservation.Summary.EntryNumber ##startpoint.SE.BACCNO
##local.define(Content) ##include(BrowseListLayout) ##include(Body)