##if sessioncfg.LocalBookInfoAvailable
##if sessioncfg.IsEqual(LocalBookCoverPath,"")
##else
##if formatter.localbookcoverurlexists(##sessioncfg.LocalBookCoverPath,##Value.BACCNO,".*")
##else
##if formatter.localbookcoverurlexists(##sessioncfg.LocalBookCoverPath,##Value.BACISB,".*")
##endif
##endif
##endif
|
##if sessioncfg.IsEqual(LocalBookNotesPath,"")
##else
##if formatter.localbookcoverurlexists(##sessioncfg.LocalBookNotesPath,##Value.BACCNO,".txt")
##formatter.insertlocalbookurl(##sessioncfg.LocalBookNotesPath,##Value.BACCNO,".txt")
##else
##if formatter.localbookcoverurlexists(##sessioncfg.LocalBookNotesPath,##Value.BACISB,".txt")
##formatter.insertlocalbookurl(##sessioncfg.LocalBookNotesPath,##Value.BACISB,".txt")
##endif
##endif
##endif
##if sessioncfg.OpacAmazonLinkEnabled
##leg.WEBOPAC.ViewOnAmazon
##endif
|
##if sessioncfg.IsEqual(WEBOPAC.MomInterface,"1")
##local.defineByRender(DetailsUrl)##formatter.momurl(##sessioncfg.WEBOPAC.MomURLStem,##Value.BACCNO,##Value.BACISB,##Value.Author,##Value.Title)
##if local.IsEqual(DetailsUrl,"")
##else
|
##endif
##endif
##else
##if sessioncfg.IsEqual(WEBOPAC.MomInterface,"1")
##local.defineByRender(DetailsUrl)##formatter.momurl(##sessioncfg.WEBOPAC.MomURLStem,##Value.BACCNO,##Value.BACISB,##Value.Author,##Value.Title)
##if local.IsEqual(DetailsUrl,"")
##if sessioncfg.OpacAmazonLinkEnabled
##endif
##else
##endif
##else
##if sessioncfg.OpacAmazonLinkEnabled
##endif
##endif
##endif
##endif
|