Bug 28101: Update breadcrumb markup in the OPAC for consistency and accessibility
[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 › 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 id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs">
11         <ol 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">
19                 <a href="#" aria-current="page">Your payment</a>
20             </li>
21         </ol>
22     </nav> <!-- /#breadcrumbs -->
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                         </div>
38                     [% END %]
39
40                     <a href="/cgi-bin/koha/opac-account.pl">Return to fine details</a>
41                 </div> <!-- / #useraccount -->
42
43             </div> <!-- / .col-10 -->
44         </div> <!-- / .row -->
45     </div> <!-- / .container-fluid -->
46 </div> <!-- / .main -->
47
48 [% INCLUDE 'opac-bottom.inc' %]
49 [% BLOCK jsinclude %][% END %]