|
|
@ -211,7 +211,6 @@ Freedom of Information and Protection of Privacy Act and will be protected |
|
|
|
'Undergraduate Student' => t('Undergraduate Student'), |
|
|
|
'Undergraduate Student' => t('Undergraduate Student'), |
|
|
|
'Masters Student' => t('Masters Student'), |
|
|
|
'Masters Student' => t('Masters Student'), |
|
|
|
'Doctoral Student' => t('Doctoral Student'), |
|
|
|
'Doctoral Student' => t('Doctoral Student'), |
|
|
|
'Honours Undergraduate Student' => t('Honours Undergraduate Student'), |
|
|
|
|
|
|
|
'Alumni Premiere Subscriber' => t('Alumni Premiere Subscriber'), |
|
|
|
'Alumni Premiere Subscriber' => t('Alumni Premiere Subscriber'), |
|
|
|
'Alumni/Public' => t('Alumni/Public'), |
|
|
|
'Alumni/Public' => t('Alumni/Public'), |
|
|
|
'Other' => 'Other', |
|
|
|
'Other' => 'Other', |
|
|
@ -265,7 +264,7 @@ Freedom of Information and Protection of Privacy Act and will be protected |
|
|
|
]; |
|
|
|
]; |
|
|
|
$form['DeliveryAddress'] = [ |
|
|
|
$form['DeliveryAddress'] = [ |
|
|
|
'#type' => 'textfield', |
|
|
|
'#type' => 'textfield', |
|
|
|
'#title' => t('Your Email'), |
|
|
|
'#title' => t('Your Email (If using an email address other than @upei.ca, enter that address in the Notes field as well.)'), |
|
|
|
'#size' => 50, |
|
|
|
'#size' => 50, |
|
|
|
'#required' => TRUE, |
|
|
|
'#required' => TRUE, |
|
|
|
]; |
|
|
|
]; |
|
|
@ -334,7 +333,7 @@ function upei_roblib_ill_request_form($form, &$form_state) { |
|
|
|
]; |
|
|
|
]; |
|
|
|
$form['doi'] = [ |
|
|
|
$form['doi'] = [ |
|
|
|
'#type' => 'textfield', |
|
|
|
'#type' => 'textfield', |
|
|
|
'#title' => t("DOI (ex: 10.1016/j.ypmed.2019.01.018)"), |
|
|
|
'#title' => t("DOI (ex: 10.1016/j.ypmed.2019.01.018) <a href='https://library.upei.ca/doi'>more info</a>"), |
|
|
|
'#default_value' => upei_roblib_ill_get_doi_from_request(), |
|
|
|
'#default_value' => upei_roblib_ill_get_doi_from_request(), |
|
|
|
//'#description' => 'DOI, if you provide a DOI we will attempt to lookup the record for you', |
|
|
|
//'#description' => 'DOI, if you provide a DOI we will attempt to lookup the record for you', |
|
|
|
'#size' => 50, |
|
|
|
'#size' => 50, |
|
|
|