Advertisement
Guest User

NoILS.ini edited

a guest
Jul 3rd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. [settings]
  2. ;mode - The No ILS Driver Mode - Options are "ils-none" or "ils-offline"
  3. mode = ils-none
  4. ;hideLogin - Whether or not to hide the login option
  5. hideLogin = false
  6. ;useHoldings - The Holdings mode
  7. ; none = do not show holdings info in Holdings Tab (see Site/hideHoldingsTabWhenEmpty
  8. ; setting in config.ini to completely disable the Holdings Tab in this case)
  9. ; marc = Use information in the Marc Record Mapped from [MarcHoldings]
  10. ; custom = use the options in the [Holdings] section below
  11. useHoldings = marc
  12. ;useStatus - Whether or not to use the show item statuses
  13. ; none = do not show status information
  14. ; marc = Use information in the Marc Record Mapped from [MarcStatus]
  15. ; custom = use the options in the [Status] section below
  16. useStatus = none
  17.  
  18. [MarcHoldings]
  19. ; Used if useHoldings is set to "marc"
  20. ; syntax = type|data
  21. ; For direct mapping use "msg|Message to display"
  22. ; For Marc Mapping use "marc|subfield(s)" E.g. marc|khi
  23. marcField = 996
  24. availability = "msg|false"
  25. use_unknown_message = "msg|true"
  26. status = "msg|Library System Unavailable"
  27. location = "marc|k"
  28. reserve = "msg|N"
  29. callnumber = "marc|khi"
  30. barcode = "msg|Unavailable"
  31. number = "marc|8"
  32. ;notes[]
  33. ;summary[]
  34.  
  35. [MarcStatus]
  36. ; Used if useStatus is set to "marc"
  37. ; syntax = type|data
  38. ; For direct mapping use "msg|Message to display"
  39. ; For Marc Mapping use "marc|subfield(s)" E.g. marc|khi
  40. marcField = 996
  41. availability = "msg|false"
  42. use_unknown_message = "msg|true"
  43. status = "msg|Library System Unavailable"
  44. location = "marc|f"
  45. reserve = "msg|N"
  46. callnumber = "marc|khi"
  47. barcode = "msg|Unavailable"
  48. number = "marc|8"
  49. ;notes[]
  50. ;summary[]
  51.  
  52. [Holdings]
  53. availability = false
  54. status = "Library System Unavailable"
  55. use_unknown_message = true
  56. location = "Location Information Unavailable"
  57. reserve = "N"
  58. callnumber = ""
  59. barcode = "Unavailable"
  60. number = "Unknown"
  61. ;notes[]
  62. ;summary[]
  63.  
  64. [Status]
  65. availability = false
  66. status = "Library System Unavailable"
  67. use_unknown_message = true
  68. location = "Location Information Unavailable"
  69. reserve = "N"
  70. callnumber = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement