Bug 35261: Update links for self registration avoiding "here"
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-main.tt
1 [% USE raw %]
2 [% USE Koha %]
3 [% USE KohaDates %]
4 [% USE Branches %]
5 [% USE Categories %]
6 [% USE Price %]
7 [% USE AdditionalContents %]
8 [% USE AuthClient %]
9 [% PROCESS 'i18n.inc' %]
10 [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11 [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12 [% SET OpacNavRight = AdditionalContents.get( location => "OpacNavRight", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
13 [% SET OpacMainUserBlock = AdditionalContents.get( location => "OpacMainUserBlock", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
14 [% SET OpacLoginInstructions = AdditionalContents.get( location => "OpacLoginInstructions", lang => lang, library => branchcode || default_branch ) %]
15 [% INCLUDE 'doc-head-open.inc' %]
16 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
17 [% INCLUDE 'doc-head-close.inc' %]
18 [% BLOCK cssinclude %][% END %]
19 </head>
20 [% INCLUDE 'bodytag.inc' bodyid='opac-main' %]
21 [% INCLUDE 'masthead.inc' %]
22
23 <div class="main">
24     [% WRAPPER breadcrumbs %]
25         [% IF news_item %]
26             [% WRAPPER breadcrumb_item bc_active= 1 %]
27                 [% news_item.title | html %]
28             [% END %]
29         [% ELSE %]
30         [% END %]
31     [% END #/ WRAPPER breadcrumbs %]
32
33     [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
34         [% IF ( loggedinusername ) %]
35             <div id="loggedin" class="container-fluid">
36         [% ELSE %]
37             <div id="notloggedin" class="container-fluid">
38         [% END %]
39     [% ELSE %]
40         <div id="notloggedin" class="container-fluid">
41     [% END %]
42
43     <div class="row">
44         [% IF ( OpacNav ||  OpacNavBottom ) %]
45             <div class="col-12 col-lg-2 order-3 order-lg-1">
46                 <div id="navigation">
47                     [% INCLUDE 'navigation.inc' %]
48                 </div>
49             </div>
50         [% END %]
51
52         [% IF ( OpacNav ||  OpacNavBottom  ) && (Koha.Preference( 'opacuserlogin' ) == 1 || OpacNavRight) %]
53             [% #  Three-column layout with right and left sidebars %]
54             <div class="col-12 col-lg-7 order-md-1 maincontent">
55         [% ELSIF (Koha.Preference( 'opacuserlogin' ) == 1 || OpacNavRight) %]
56             [% #  Two-column layout with right sidebar %]
57             <div class="col-12 col-lg-9 order-md-1 maincontent">
58         [% ELSIF ( OpacNav ||  OpacNavBottom  ) %]
59             <div class="col-12 col-lg-10 order-md-1 maincontent">
60         [% ELSE %]
61             <div class="col order-md-1 maincontent">
62         [% END %]
63
64         <h1 class="sr-only">Koha home</h1>
65
66         [% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
67             [% UNLESS news_id %]
68                 <form id="news-branch-select" class="form-inline" name="news-branch-select" method="get" action="/cgi-bin/koha/opac-main.pl">
69                     <legend class="sr-only">News</legend>
70                     <label for="news-branch">Display news for: </label>
71                     <select id="news-branch" name="branch">
72                         [% IF ( branchcode == "" ) %]
73                             <option value="" selected="selected">System-wide only</option>
74                         [% ELSE %]
75                             <option value="">System-wide only</option>
76                         [% END %]
77                         [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
78                     </select>
79                 </form>
80             [% END %]
81         [% END %]
82
83         [% IF news_id %]
84             [% SET koha_news = AdditionalContents.get( category => 'news', location => ['opac_only', 'staff_and_opac'], lang => lang, news_id => news_id ) %]
85         [% ELSE %]
86             [% SET koha_news = AdditionalContents.get( category => 'news', location => ['opac_only', 'staff_and_opac'], lang => lang, library => branchcode ) %]
87         [% END %]
88         [% IF koha_news.content.count %]
89             <div id="news" class="newscontainer">
90                 [% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'opac' || Koha.Preference('NewsAuthorDisplay') == 'both' %]
91                 [% FOREACH koha_new IN koha_news.content %]
92                     <div class="newsitem">
93                         <h4 class="newsheader">
94                             [% IF ( news_item ) %]
95                                 [% koha_new.title | html %]
96                             [% ELSE %]
97                                 <a name="newsitem[% koha_new.id | html %]" href="/cgi-bin/koha/opac-main.pl?news_id=[% koha_new.id | uri %]">[% koha_new.title | html %]</a>
98                             [% END %]
99                         </h4>
100                         <div class="newsbody">[% koha_new.content | $raw %]</div>
101                         <div class="newsfooter">
102                             Published on [% koha_new.published_on | $KohaDates %]
103                             [% IF ( show_author && koha_new.author ) %]
104                                 by <span class="newsauthor">[% INCLUDE 'patron-title.inc' patron=koha_new.author %]</span>
105                             [% END %]
106                             [% IF ( news_id ) %]
107                                 &bull; <a href="/cgi-bin/koha/opac-main.pl">Show all news</a>
108                             [% END %]
109                         </div>
110                     </div>
111                 [% END %]
112
113                 [% UNLESS news_id %]
114                     <div id="rssnews-container">
115                         <!-- Logged in users have a branch code or it could be explicitly set -->
116                         <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% branchcode | uri %]">
117                             <i class="fa fa-rss" aria-hidden="true"></i>
118                             [% IF Branches.all.size == 1 %]
119                                 [% IF branchcode %]
120                                     <span>RSS feed for [% Branches.GetName( branchcode ) | html %] library news</span>
121                                 [% ELSE %]
122                                     <span>RSS feed for library news</span>
123                                 [% END %]
124                             [% ELSE %]
125                                 [% IF branchcode %]
126                                     <span>RSS feed for [% Branches.GetName( branchcode ) | html %] and system-wide library news</span>
127                                 [% ELSE %]
128                                     <span>RSS feed for system-wide library news</span>
129                                 [% END %]
130                             [% END %]
131                         </a>
132                     </div>
133                 [% END %]
134             </div>
135         [% ELSIF news_id %] <!-- news_id but no koha_news.content -->
136             <div class="alert alert-error">
137                 This news item does not exist.
138             </div>
139         [% ELSE %] <!-- koha news -->
140             [% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %]
141                 <div id="news" class="newscontainer">
142                     <div class="newsitem">
143                         <div class="newsbody">No news to display.</div>
144                         <div class="newsfooter"></div>
145                     </div>
146                 </div>
147             [% END %]
148
149         [% END # IF koha_news %]
150
151         [% UNLESS news_item # Don't show under single news item %]
152             [% IF ( daily_quote ) %]
153                 <div id="daily-quote">
154                     <h2>Quote of the day</h2>
155                     <div>
156                         <span id="daily-quote-text">[% daily_quote.text | html %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source | html %]</span>
157                     </div>
158                 </div>
159             [% END %]
160
161             [% IF ( OpacMainUserBlock ) %]
162                 [% PROCESS koha_news_block news => OpacMainUserBlock %]
163             [% END %]
164         [% END %]
165
166         </div> <!-- / .col 6/8 -->
167
168         [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) || OpacNavRight ) %]
169             <div class="col-12 col-lg-3 order-md-2">
170                 [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
171                     [% UNLESS ( loggedinusername ) %]
172                         [% UNLESS ( casAuthentication || shibbolethAuthentication || Koha.Preference('opacShibOnly') ) %]
173                             <div id="login">
174                                 <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth" autocomplete="off">
175                                     <input type="hidden" name="koha_login_context" value="opac" />
176                                     <fieldset class="brief">
177                                         <legend>Log in to your account:</legend>
178                                         [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
179                                             <a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-light" id="openid_connect"><i class="fa-brands fa-google" aria-hidden="true"></i> Log in with Google</a>
180                                             <p>If you do not have a Google account, but do have a local account, you can still log in: </p>
181                                         [% END # /IF GoogleOpenIDConnect %]
182                                         [% SET identity_providers = AuthClient.get_providers('opac') %]
183                                         [% IF ( ! identity_providers.empty ) %]
184                                             [% FOREACH provider IN identity_providers %]
185                                                 <p class="clearfix">
186                                                     <a href="[% provider.url | url %]" class="btn btn-light col-md-12" id="provider_[% provider.code | html %]">
187                                                         [% IF provider.icon_url %]
188                                                         <img src="[% provider.icon_url | url %]"  style="max-height: 20px; max-width: 20px;"/>
189                                                         [% ELSE %]
190                                                         <i class="fa fa-user" aria-hidden="true"></i>
191                                                         [% END %]
192                                                         Log in with [% provider.description | html %]
193                                                     </a>
194                                                 </p>
195                                             [% END %]
196                                             <hr/>
197                                             <p>If you do not have an external account, but do have a local account, you can still log in: </p>
198                                         [% END # /IF  identity_providers.size %]
199                                         <div class="local-login">
200                                             <label for="userid">Login:</label>
201                                             <input class="form-control" type="text" id="userid" name="userid" autocomplete="off" />
202                                             <label for="password">Password:</label>
203                                             <input class="form-control" type="password" id="password" name="password" autocomplete="off" />
204                                             <fieldset class="action">
205                                                 <input type="submit" value="Log in" class="btn btn-primary" />
206                                             </fieldset>
207                                         </div>
208                                         [% IF ( OpacLoginInstructions ) %]
209                                             <div id="nologininstructions-main" class="nologininstructions">
210                                                 [% PROCESS koha_news_block news => OpacLoginInstructions %]
211                                             </div>
212                                         [% END %]
213                                         [% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %]
214                                             <div id="forgotpassword-main" class="forgotpassword">
215                                                 <p><a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a></p>
216                                             </div>
217                                         [% END %]
218                                         [% IF Koha.Preference('PatronSelfRegistration') && Categories.all( categorycode => Koha.Preference('PatronSelfRegistrationDefaultCategory') ).count %]
219                                             <div id="patronregistration-main" class="patronregistration">
220                                                 <p><a href="/cgi-bin/koha/opac-memberentry.pl">Create an account</a></p>
221                                             </div>
222                                         [% END %]
223                                     </fieldset>
224                                 </form>
225                             </div> <!-- /#login -->
226                         [% END # /casAuthentication %]
227                     [% ELSE %]
228                         [% IF Koha.Preference('OPACUserSummary') && dashboard_info %]
229                             <div id="user_summary">
230                                 <h2>User summary</h2>
231                                 <p>Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</span></a></p>
232                                 <ul id="user_summary_shortcuts">
233                                     [% IF checkouts && checkouts > 0 %]
234                                         <li>
235                                             <a href="/cgi-bin/koha/opac-user.pl#opac-user-checkouts">
236                                                 <span class="user_checkouts_count count_label">[% checkouts | html %]</span>
237                                                 [% tn('checkout', 'checkouts', checkouts ) | html %]
238                                             </a>
239                                         </li>
240                                     [% END %]
241                                     [% IF overdues && overdues > 0 %]
242                                         <li>
243                                             <a href="/cgi-bin/koha/opac-user.pl#opac-user-overdues">
244                                                 <span class="user_overdues_count count_label">[% overdues | html %]</span>
245                                                 [% tn('overdue', 'overdues', overdues ) | html %]
246                                             </a>
247                                         </li>
248                                     [% END %]
249                                     [% IF holds_pending && holds_pending > 0 %]
250                                         <li>
251                                             <a href="/cgi-bin/koha/opac-user.pl#opac-user-holds">
252                                                 <span class="user_holds_pending_count count_label">[% holds_pending | html %]</span>
253                                                 [% tn('hold pending', 'holds pending', holds_pending ) | html %]
254                                             </a>
255                                         </li>
256                                     [% END %]
257                                     [% IF holds_waiting && holds_waiting > 0 %]
258                                         <li>
259                                             <a href="/cgi-bin/koha/opac-user.pl#opac-user-holds">
260                                                 <span class="user_holds_waiting_count count_label">[% holds_waiting | html %]</span>
261                                                 [% tn('hold waiting', 'holds waiting', holds_waiting ) | html %]
262                                             </a>
263                                         </li>
264                                     [% END %]
265                                     [% IF total_owing && total_owing > 0 %]
266                                         <li>
267                                             <a href="/cgi-bin/koha/opac-account.pl">
268                                                 <span class="user_fines_count count_label">[% total_owing | $Price with_symbol => 1 %]</span>
269                                                 due in fines and charges
270                                             </a>
271                                         </li>
272                                     [% END %]
273                                     [% IF patron_messages && patron_messages.filter_by_unread.count > 0 || opacnote %]
274                                         [% IF opacnote %]
275                                             <li>
276                                                 <a href="/cgi-bin/koha/opac-user.pl">
277                                                     <span class="count_label">[% patron_messages.filter_by_unread.count + 1 | html %]</span>
278                                                     [% tn('message', 'messages', patron_messages.filter_by_unread.count + 1 ) | html %]
279                                                 </a>
280                                             </li>
281                                         [% ELSE %]
282                                             <li>
283                                                 <a href="/cgi-bin/koha/opac-user.pl">
284                                                     <span class="count_label">[% patron_messages.filter_by_unread.count | html %]</span>
285                                                     [% tn('message', 'messages', patron_messages.filter_by_unread.count ) | html %]
286                                                 </a>
287                                             </li>
288                                         [% END %]
289                                     [% END %]
290                                     [% IF savings %]
291                                         <li>
292                                             <a href="/cgi-bin/koha/opac-user.pl">
293                                                 <span class="count_label">[% savings | $Price with_symbol => 1 %]</span>
294                                                 total savings
295                                             </a>
296                                         </li>
297                                     [% END %]
298                                 </ul>
299                             </div>
300                         [% END %]
301                     [% END # /loggedinusername %]
302                 [% END # /opacuserlogin %]
303                 [% PROCESS koha_news_block news => OpacNavRight %]
304             </div> <!-- / .col -->
305         [% END # /opacuserlogin || OpacNavRight %]
306
307         </div> <!-- /.container-fluid -->
308     </div> <!-- /.row -->
309 </div> <!-- /.main -->
310
311 [% INCLUDE 'opac-bottom.inc' %]
312 [% BLOCK jsinclude %][% END %]