-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.ejs
131 lines (122 loc) · 6 KB
/
index.ejs
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title class="sp_title"></title>
</head>
<body class="site">
<header class="horizontal-header">
<h2 class="accessHeader account horizontal-header-item">
<img alt="RA 21 Logo" id="ra-21-logo" class="header-ra21-logo" src="../assets/sa-black.svg"/><span class="light" data-i18n="ds-header">Access to</span>
<span class="sp_title account-pill"></span>
</h2>
<h2 class="warning-header horizontal-header-item d-none" id="warning-discovery-response">
<i class="fa fa-exclamation-triangle warning-fa-item"></i>
<a id="discovery-response-warning-header-link" href="#" data-i18n="ds-unable-to-verify-return">
Unable to verify returning website
</a>
</h2>
</header>
<main class="content">
<div class="container" id="dsclient">
<!-- choose -->
<div class="d-none" id="choose">
<span class="choose">
<h1 data-i18n="ds-choose-heading">Choose Your Institution</h1>
<h2 data-i18n="ds-choose-subheading">Recent institutions</h2>
</span>
<span class="edit d-none">
<h1 data-i18n="ds-edit-heading">Edit institutions</h1>
<h2 data-i18n="ds-edit-subheading">If you no longer want an institution to be remembered on this device, remove it from the list below.</h2>
</span>
<div class="results choose" id="savedchoices">
<div id="filter-warning"></div>
<ul id="ds-saved-choices"></ul>
</div>
<div id="choosetools" class="link-bar">
<a id="add_button" href="#"
class="align-left"
role="button"
aria-expanded="false"><i class="fa fa-plus-square"></i> <span data-i18n="ds-choose-add-another">Add another institution</span></a>
<a id="edit_button" href="#"
class="align-right"
role="button"
aria-expanded="false"><i class="fa fa-pen"></i> <span data-i18n="ds-choose-edit">Edit</span></a>
</div>
<a id="done_button" role="button" class="d-none center btn btn-block btn-blue" href="#" data-i18n="ds-choose-done">Done</a>
</div>
<!-- search -->
<div class="d-none d-block" id="search">
<h1 data-i18n="ds-search-heading">Find Your Institution</h1>
<h2 data-i18n="ds-search-subheading">Your university, organization or company</h2>
<form>
<div class="form-content">
<div class="search">
<i class="fa-solid fa-magnifying-glass"></i>
<input tabindex="0" type="text" autocomplete="off" id="searchinput" placeholder="" aria-label="Find your institution, university, organization or company edit text" aria-describedby="Find your institution, university, organization or company edit text" autofocus>
</div>
<legend data-i18n="ds-search-example">Examples: Science Institute, [email protected], UCLA</legend>
<div id="notice-and-consent-actions">
<%- include('templates/notice_and_consent_actions.ejs') %>
</div>
<div id="learn-more-banner" class="alert alert-secondary d-none">
<%- include('templates/learn_more_banner.ejs') %>
</div>
<div class="d-none" id="searching" role="region" aria-live="assertive">
<h3 data-i18n="ds-search-placeholder">Searching for institutions...</h3>
<div class="loader">
</div>
</div>
</div>
</form>
<div class="results search-list" id="resultwidget">
<ul id="ds-search-list"></ul>
</div>
</div>
</div>
<!-- discovery response warning -->
<div class="container d-none" id="discovery-response-warning">
<div class="" id="discovery-response-warning-body">
<p class="discovery-response-warning-item">
<i class="fa fa-exclamation-triangle"></i>
<span class="discovery-response-warning-title" data-i18n="ds-search-unable-to-verify">
Unable to verify returning site
</span>
</p>
<p class="discovery-response-warning-item discovery-response-warning-text">
<span data-i18n="ds-search-unable-to-verify-long">We are unable to verify if you will be sent back to</span> <span id="discovery-response-warning-site"></span>
</p>
<p class="discovery-response-warning-item discovery-response-warning-text" data-i18n="ds-search-unable-to-verify-longer">
You may not return to the site you started this access path on, in this case verify upon completion of your institution access if you arrived at your desired content.
</p>
<p class="discovery-response-warning-item discovery-response-warning-text">
<a href="" target="_blank" data-i18n="ds-search-why-unable-to-verify">
Why are we unable to verify?
</a>
</p>
<div class="discovery-response-warning-item">
<a id="warning-done-button" role="button" class="center btn btn-block btn-blue display-block" href="#" data-i18n="ds-warning-continue">Continue</a>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-credential">
<p>
<span class="footer-pill">
<img alt="Seamless Logo" id="seamlessaccess_footer_logo" class="footer-ra21-logo" src="../assets/SeamlessFooterLogo.svg">
</span>
<a href="https://seamlessaccess.org/about/" data-i18n="ds-footer-about-us">About Us</a>
<select name="locale-selector" id="locale-selector" class="ms-4" aria-label="Change language">
<option value="en">English</option>
<option value="es">Español</option>
<option value="sv">Svenska</option>
<option value="de">Deustch</option>
<option value="hu">Magyar</option>
</select>
</p>
</div>
</footer>
</body>
</html>