1 / 27

Using custom request forms in WebCat

Using custom request forms in WebCat. Ruth Salisbury, Systems Manager Reading University Library EUUG, Copenhagen, 5-7-September, 2001. Contents. Purchase request forms (Reading) ILL request forms (other Unicorn library) Unicorn policies HTML code for WebCat WebCat pages. Delivered form.

talbot
Télécharger la présentation

Using custom request forms in WebCat

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using custom request forms in WebCat Ruth Salisbury, Systems Manager Reading University Library EUUG, Copenhagen, 5-7-September, 2001

  2. Contents • Purchase request forms (Reading) • ILL request forms (other Unicorn library) • Unicorn policies • HTML code for WebCat • WebCat pages

  3. Delivered form

  4. RUL Purchase Request form

  5. RUL Purchase Request form(2)

  6. Other library - Book ILL

  7. Other library - Article ILL

  8. Unicorn policies Unicorn requires all the usual policies to set up • Request type • Entry Ids (including Template, Full and Brief entry lists) • Request format - to include ALL the fields you want to display

  9. Request format/s • If you want to create several custom request pages, you will need a separate request format, with the appropriate entries for each page • Custom pages will be named ****.h and will be specified as Sirsi_Include files in 34.pg

  10. Request format policy HTML requires the entry numbers as they appear in this list

  11. Request policy entry numbers

  12. HTML code for WebCat • Use the View Source option in the browser to see how WebCat uses the format entries • Use this as a basis to create your custom page/s

  13. Standard WebCat screen

  14. View Source Note the entry numbers from the format policy

  15. WebCat pages • Custom pages live: ../Unicorn/Webcat/Pages_custom/Default • Relevant pages: • 34.pg • ****.h (this is the file specified in SIRSI_Include)

  16. ../Unicorn/Webcat/Pages_deliv/Default/34.pg

  17. ../Unicorn/Webcat/Pages_custom/Default/34.pg {Custom text

  18. SIRSI_Conditional expression <SIRSI_Conditional IF DC_COMP="KO^NEW TITLE PURCHASE"> <SIRSI_Include File="purchase.h"> <SIRSI_Conditional ELSE> • DC_COMP=“datacode^value” • KO - Request Type Description • Request Type Description (RUL) - NEW TITLE PURCHASE

  19. Request Type description

  20. ../Unicorn/Webcat/Pages_custom/Default/purchase.h Textarea defined

  21. ../Unicorn/Webcat/Pages_custom/Default/purchase.h(2) Field display label Size of field and default text

  22. nb all default data has to be hardcoded in the HTML. The defaults set up the the format policy do not come through if the page is customised • field labels can be any length ie not restricted to 10 characters

  23. ../Unicorn/Webcat/Pages_custom/Default/purchase.h(3) 3 entries displaying on a single line Size of field and default text

  24. ../Unicorn/Webcat/Pages_custom/Default/purchase.h(4) 3 entries displaying on a single line Size of field and default text Tickbox

  25. RUL Purchase Request form

  26. RUL Purchase Request form(2)

  27. Ruth Salisbury r.m.salisbury@reading.ac.uk

More Related