From fa6ce81f021071cdb8f7a5a086d87016778ba2ed Mon Sep 17 00:00:00 2001 From: ppound Date: Wed, 20 Jan 2021 15:01:32 -0400 Subject: [PATCH] updated covid message and added info about changes to request retrievals --- includes/form.inc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/includes/form.inc b/includes/form.inc index 6817ed7..a4d1165 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -332,17 +332,7 @@ Freedom of Information and Protection of Privacy Act and will be protected function upei_roblib_ill_request_form($form, &$form_state) { module_load_include('inc', 'upei_roblib_ill', 'includes/utilities'); $emergency_message = '
-Due to the current Covid-19 restrictions, many libraries are unable to provide -print books or other "returnables." We are neither borrowing from nor lending -to libraries outside the Atlantic bubble but both UPEI patrons and other -libraries are now able to submit requests and we will do our best to -locate/provide a print copy within Atlantic Canada. Note that ebooks cannot -be "borrowed" through ILL -- not just now but at any time -- due to publisher -restrictions. Libraries must purchase ebooks in order to access them. We are -able to provide ebook chapters, e-journal articles, etc. Scan on Demand -(Scanning from our books or print journals) also resumed as of May 25. Simply -choose the appropriate form (Book Chapter or Journal Article) from the drop-down - menu associated with "Item Type".
'; + Due to the current Covid-19 restrictions, many libraries across the country are unable to provide print books or other "returnables." UPEI patrons and other libraries are able to submit requests and we will do our best to locate/provide a print copy, however, there may be delays with staff having limited access to their campuses and the need for books to be quarantined upon arrival. Note that ebooks cannot be "borrowed" through ILL -- not just now but at any time -- due to publisher restrictions. Libraries must purchase ebooks in order to access them. We are able to provide ebook chapters, e-journal articles, etc. Scan on Demand (Scanning from our books or print journals) also resumed as of May 25. Simply choose the appropriate form (Book Chapter or Journal Article) from the drop-down menu associated with "Item Type". The process for retrieving requested journal articles or book chapters has changed as of December 15, 2020. '; $form['#prefix'] = $emergency_message . '
'; $form['#suffix'] = '
* = Required Field
'; $type = upei_roblib_ill_get_request_variable('genre');