Bug 24223: Convert OpacNav system preference to additional content
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-account-pay-error.tt
1 [% USE AdditionalContents %]
2 [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your payment
5 [% INCLUDE 'doc-head-close.inc' %]
6 [% BLOCK cssinclude %][% END %]
7 </head>
8
9 <body id="opac-account-pay-return" class="scrollto">
10 [% INCLUDE 'masthead.inc' %]
11
12 <div class="main">
13     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs">
14         <ol class="breadcrumb">
15             <li class="breadcrumb-item">
16                <a href="/cgi-bin/koha/opac-main.pl">Home</a>
17             </li>
18             <li class="breadcrumb-item">
19                 <a href="/cgi-bin/koha/opac-routing-lists.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a>
20             </li>
21             <li class="breadcrumb-item active">
22                 <a href="#" aria-current="page">Your payment</a>
23             </li>
24         </ol>
25     </nav> <!-- /#breadcrumbs -->
26
27     <div class="container-fluid">
28         <div class="row">
29             <div class="col col-lg-2 order-2 order-lg-1">
30                 <div id="navigation">
31                     [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
32                 </div>
33             </div>
34             <div class="col-10 order-first order-md-first order-lg-2">
35                 <div id="useraccount" class="maincontent">
36                     <h1>Account payment</h1>
37                     [% IF error %]
38                         <div id="error" class="alert alert-warning">
39                             <p><strong>Error:</strong> there was a problem processing your payment</p>
40                         </div>
41                     [% END %]
42
43                     <a href="/cgi-bin/koha/opac-account.pl">Return to fine details</a>
44                 </div> <!-- / #useraccount -->
45
46             </div> <!-- / .col-10 -->
47         </div> <!-- / .row -->
48     </div> <!-- / .container-fluid -->
49 </div> <!-- / .main -->
50
51 [% INCLUDE 'opac-bottom.inc' %]
52 [% BLOCK jsinclude %][% END %]