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