Bug 27610: Changed pages of OPAC to have a <h1>
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-account-pay-error.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your payment
2 [% INCLUDE 'doc-head-close.inc' %]
3 [% BLOCK cssinclude %][% END %]
4 </head>
5
6 <body id="opac-account-pay-return" class="scrollto">
7 [% INCLUDE 'masthead.inc' %]
8
9 <div class="main">
10     <nav aria-label="breadcrumb">
11         <ul class="breadcrumb">
12             <li class="breadcrumb-item">
13                <a href="/cgi-bin/koha/opac-main.pl">Home</a>
14             </li>
15             <li class="breadcrumb-item">
16                 <a href="/cgi-bin/koha/opac-routing-lists.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a>
17             </li>
18             <li class="breadcrumb-item active" aria-current="page">
19                 <a href="#">Your payment</a>
20             </li>
21         </ul>
22     </nav>
23
24     <div class="container-fluid">
25         <div class="row">
26             <div class="col col-lg-2 order-2 order-lg-1">
27                 <div id="navigation">
28                     [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
29                 </div>
30             </div>
31             <div class="col-10 order-first order-md-first order-lg-2">
32                 <div id="useraccount" class="maincontent">
33                     <h1>Account payment</h1>
34                     [% IF error %]
35                         <div id="error" class="alert alert-warning">
36                             <p><strong>Error:</strong> there was a problem processing your payment</p>
37
38                             [% IF error == "PAYPAL_UNABLE_TO_CONNECT" %]
39                                 <p>Unable to connect to PayPal.</p>
40                                 <p>Please try again later.</p>
41                             [% ELSIF error == "PAYPAL_ERROR_PROCESSING" %]
42                                 <p>Unable to verify payment.</p>
43                                 <p>Please contact the library to verify your payment.</p>
44                             [% END %]
45                         </div>
46                     [% END %]
47
48                     <a href="/cgi-bin/koha/opac-account.pl">Return to fine details</a>
49                 </div> <!-- / #useraccount -->
50
51             </div> <!-- / .col-10 -->
52         </div> <!-- / .row -->
53     </div> <!-- / .container-fluid -->
54 </div> <!-- / .main -->
55
56 [% INCLUDE 'opac-bottom.inc' %]
57 [% BLOCK jsinclude %][% END %]