-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html.erb
More file actions
35 lines (29 loc) · 1.99 KB
/
admin.html.erb
File metadata and controls
35 lines (29 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<h1>UC Berkeley Library Forms</h1>
<h2>Forms</h2>
<ul>
<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("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("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>
<h2>Framework Admin</h2>
<ul>
<li><%= link_to("GoodJob Dashboard", jobs_path) %></li>
</ul>