Lines 1-6
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% PROCESS 'i18n.inc' %] |
|
|
4 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title>Quote editor › Tools › Koha</title> |
5 |
<title>Quote editor › Tools › Koha</title> |
Lines 14-35
Link Here
|
14 |
[% END %] |
13 |
[% END %] |
15 |
|
14 |
|
16 |
[% WRAPPER 'sub-header.inc' %] |
15 |
[% WRAPPER 'sub-header.inc' %] |
17 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
16 |
[% WRAPPER breadcrumbs %] |
18 |
<ol> |
17 |
[% WRAPPER breadcrumb_item %] |
19 |
<li> |
|
|
20 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
21 |
</li> |
22 |
<li> |
23 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
18 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
24 |
</li> |
19 |
[% END %] |
25 |
<li> |
20 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
26 |
<a href="#" aria-current="page"> |
21 |
<span>Quote editor</span> |
27 |
Quote editor |
22 |
[% END %] |
28 |
</a> |
23 |
[% END #/ WRAPPER breadcrumbs %] |
29 |
</li> |
24 |
[% END #/ WRAPPER sub-header.inc %] |
30 |
</ol> |
|
|
31 |
</nav> |
32 |
[% END %] |
33 |
|
25 |
|
34 |
<div class="main container-fluid"> |
26 |
<div class="main container-fluid"> |
35 |
<div class="row"> |
27 |
<div class="row"> |
Lines 105-111
Link Here
|
105 |
[% END %] |
97 |
[% END %] |
106 |
|
98 |
|
107 |
[% IF op == 'list' %] |
99 |
[% IF op == 'list' %] |
108 |
<h1>[% tp('citations', 'Quotes') | html %]</h1> |
100 |
<h1>Quotes</h1> |
109 |
[% IF quotes_count > 0 %] |
101 |
[% IF quotes_count > 0 %] |
110 |
<div class="page-section"> |
102 |
<div class="page-section"> |
111 |
<table id="quotes"> |
103 |
<table id="quotes"> |
112 |
- |
|
|