Skip to content

Commit 9c09ca7

Browse files
authored
ETT-313: RS Terms of Service copy (#124)
* add RS text, fix link contrast, list item tweaks * update all link colors * email fix
1 parent e8b9e5e commit 9c09ca7

File tree

1 file changed

+31
-17
lines changed

1 file changed

+31
-17
lines changed

src/js/components/RoleSwitchModal/index.svelte

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,25 +124,30 @@
124124
</span>
125125
<div class="option--help">
126126
{#if switchableRole === 'resourceSharing'}
127-
<p>This access is only provided for the following use cases:</p>
128-
<ul>
129-
<li>PLACEHOLDER</li>
130-
</ul>
131127
<p>
132-
Individuals making use of Resource Sharing are not permitted to use this access for other use
133-
cases, such as:
128+
Through HathiTrust Resource Sharing, library workers are permitted to download Full View and
129+
Registered Access scans in HathiTrust in order to fulfill Interlibrary Loan and Document
130+
Delivery requests.
134131
</p>
132+
<p>You may only access Registered Access texts under the following conditions:</p>
135133
<ul>
136-
<li>PLACEHOLDER</li>
134+
<li>The text is currently held in a physical format in your library,</li>
135+
<li>
136+
You may only download an article, chapter, or other excerpt from a Registered Access text,
137+
</li>
138+
<li>
139+
HathiTrust files downloaded through your Resource Sharing access are used only to fulfill
140+
Interlibrary Loan and Document Delivery requests, and you will not use HathiTrust Resource
141+
Sharing for other purposes (e.g., personal reading, course reserves, reference work),
142+
</li>
143+
<!-- this link will be updated to a HT webpage for service launch -->
144+
<li>
145+
You will follow the full <a
146+
href="https://docs.google.com/document/d/1gdkU14w-0x3mhy2n0wJCZ6EZTft0mo9bTpVGPYKQJf4/edit?tab=t.0#heading=h.m2mrywmwq2fj"
147+
>Terms of Service for HathiTrust Resource Sharing</a
148+
>.
149+
</li>
137150
</ul>
138-
<p>
139-
HathiTrust will immediately terminate a registered user’s ability to employ Resource Sharing
140-
if we determine that a disallowed use has occurred or is occurring. Individuals with Resource
141-
Sharing must notify HathiTrust staff at [email protected] if they believe their
142-
credentials have been used by someone else to gain inappropriate access to copyrighted
143-
materials; if they have any questions about appropriate uses of this service; or if their role
144-
has changed (including departure from the organization) and they no longer need this service.
145-
</p>
146151
{:else if switchableRole === 'totalAccess'}
147152
<p>This access is only provided for the following use cases:</p>
148153
<ul>
@@ -177,7 +182,7 @@
177182
HathiTrust will immediately terminate a registered user’s ability to employ Collection
178183
Administration Access if we determine that a disallowed use has occurred or is occurring.
179184
Individuals with Collection Administration Access must notify HathiTrust staff at
180-
[email protected] if they believe their credentials have been used by someone else to
185+
<a href="mailto:[email protected]">[email protected]</a> if they believe their credentials have been used by someone else to
181186
gain inappropriate access to copyrighted materials; if they have any questions about
182187
appropriate uses of this service; or if their role has changed (including departure from the
183188
organization) and they no longer need this service.
@@ -247,6 +252,12 @@
247252
</div>
248253

249254
<style lang="scss">
255+
a {
256+
color: var(--color-primary-700);
257+
&:hover {
258+
color: var(--color-primary-800);
259+
}
260+
}
250261
.settings-heading img {
251262
height: 2.625rem;
252263
}
@@ -306,7 +317,10 @@
306317
line-height: 1.3125rem;
307318
letter-spacing: -0.01rem;
308319
ul {
309-
padding-inline-start: 1rem;
320+
padding-inline-start: 1.5rem;
321+
display: flex;
322+
flex-direction: column;
323+
gap: 0.25rem;
310324
}
311325
& :last-child {
312326
margin-block-end: 0;

0 commit comments

Comments
 (0)