Browse Source

updated covid message allowing books within atlantic bubble

9.x-1.0
ppound 4 years ago
parent
commit
cac9bd3e24
  1. 17
      includes/form.inc

17
includes/form.inc

@ -331,11 +331,18 @@ 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 = '<div class="messages messages--error closure-notice">Most libraries
are unable to provide access to physical resources at this time, so books, microfilm,
etc. are not available and requests for those will be automatically rejected.
You may request chapters from books, or journal articles. If they are not
currently accessible, you will be notified. </div>';
$emergency_message = '<div class="messages messages--error closure-notice">
Due to the current Covid-19 restrictions, many libraries are unable to provide
print books or other "returnables." <strong>We are neither borrowing from nor lending
to libraries outside the Atlantic bubble</strong> 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".</div>';
$form['#prefix'] = $emergency_message . '<div id="upei-roblib-ill-request-form">';
$form['#suffix'] = '<div class="roblib-required">* = Required Field</div></div>';
$type = upei_roblib_ill_get_request_variable('genre');

Loading…
Cancel
Save