Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions app/views/home/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,28 @@
<h2>Forms</h2>

<ul>
<li><%= link_to("Opt in/out of alt-media scanning (requires CalNet)", new_scan_request_form_path) %></li>
<li><%= link_to("Library Staff Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_libstaff_edevices_loan_form_path) %></li>
<li><%= link_to("Request a UC Berkeley Affiliate Borrowing Card", new_affiliate_borrow_request_form_path) %></li>
<li><%= link_to("Student Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_student_edevices_loan_form_path) %></li>
<li><%= link_to("Library Alt-Media Service Article Request Form", new_service_article_request_form_path) %></li>
<li><%= link_to("Doe/Moffitt Study Room/Studio Use - Terms and Conditions form (requires CalNet)", new_doemoff_study_room_use_form_path) %></li>
<li><%= link_to("Departmental Card", departmental_card_forms_path) %></li>
<li><%= link_to("Doe/Moffitt Patron Email Form", doemoff_patron_email_forms_path) %></li>
<li><%= link_to("Doe/Moffitt Study Room/Studio Use - Terms and Conditions form (requires CalNet)", new_doemoff_study_room_use_form_path) %></li>
<li><%= link_to("Efees (non-patron UC Berkeley patron fee payments)", efees_path) %></li>
<li><%= link_to("Graphics Arts Loan Collection (GALC) - Borrowing Contract (requires CalNet)", new_galc_request_form_path) %></li>
<li><%= link_to("Library Alt-Media Service Article Request Form", new_service_article_request_form_path) %></li>
<li><%= link_to("Library Staff Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_libstaff_edevices_loan_form_path) %></li>
<li><%= link_to("Opt in/out of alt-media scanning (requires CalNet)", new_scan_request_form_path) %></li>
<li><%= link_to("Proxy Borrowing Card Forms (requires CalNet)", proxy_borrower_forms_path) %></li>
<li><%= link_to("Request a UC Berkeley Affiliate Borrowing Card", new_affiliate_borrow_request_form_path) %></li>
<li><%= link_to("Security/Incident/Accident", security_incident_report_forms_path) %></li>
<li><%= link_to("Stack Pass/Reference Card", stack_requests_path) %></li>
<li><%= link_to("Departmental Card", departmental_card_forms_path) %></li>
<li><%= link_to("Student Electronic Devices Loan - Terms and Conditions form (requires CalNet)", new_student_edevices_loan_form_path) %></li>
</ul>

<h2>Services</h2>

<ul>
<li><%= link_to("TIND Metadata Download", tind_download_path) %></li>
<li><%= link_to("TIND MARC Batch Tool", tind_marc_batch_path) %></li>
<li><%= link_to("Alma Items Set Notes", alma_item_set_path) %></li>
<li><%= link_to("Host Bibliographic and Linked Bibliographic", bibliographics_path) %></li>
<li><%= link_to("TIND MARC Batch Tool", tind_marc_batch_path) %></li>
<li><%= link_to("TIND Metadata Download", tind_download_path) %></li>
<li><%= link_to("WorldCat/HathiTrust Location Requests", location_requests_path) %></li>
</ul>

Expand Down
Loading