|
Lines 66-103
Link Here
|
| 66 |
[% INCLUDE 'header.inc' %] |
66 |
[% INCLUDE 'header.inc' %] |
| 67 |
[% INCLUDE 'circ-search.inc' %] |
67 |
[% INCLUDE 'circ-search.inc' %] |
| 68 |
|
68 |
|
| 69 |
<div id="breadcrumbs"> |
69 |
<nav aria-label="Breadcrumb" class="breadcrumb"> |
| 70 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
70 |
<ol> |
| 71 |
› <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> |
71 |
<li> |
| 72 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a> |
72 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 73 |
|
73 |
</li> |
| 74 |
[% IF ( saved1 ) %] |
74 |
<li> |
| 75 |
› Saved reports |
75 |
<a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> |
| 76 |
[% ELSIF ( create ) %] |
76 |
</li> |
| 77 |
› Create from SQL |
77 |
<li> |
| 78 |
[% ELSIF ( showsql ) %] |
78 |
<a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a> |
| 79 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › [% reportname | html %] ([% id | html %]) |
79 |
</li> |
| 80 |
[% ELSIF ( editsql ) %] |
80 |
|
| 81 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% reportname | html %] ([% id | html %])</a> › Edit |
81 |
[% IF ( saved1 ) %] |
| 82 |
[% ELSIF ( execute ) %] |
82 |
<li> |
| 83 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> › <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% name | html %] ([% id | html %])</a> › Run |
83 |
<a href="#" aria-current="page"> |
| 84 |
[% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] |
84 |
Saved reports |
| 85 |
› <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> |
85 |
</a> |
| 86 |
[% IF ( build1 ) %] |
86 |
</li> |
| 87 |
› Step 1 of 6: Choose a module |
87 |
[% ELSIF ( create ) %] |
| 88 |
[% ELSIF ( build2 ) %] |
88 |
<li> |
| 89 |
› Step 2 of 6: Pick a report type |
89 |
<a href="#" aria-current="page"> |
| 90 |
[% ELSIF ( build3 ) %] |
90 |
Create from SQL |
| 91 |
› Step 3 of 6: Select columns for display |
91 |
</a> |
| 92 |
[% ELSIF ( build4 ) %] |
92 |
</li> |
| 93 |
› Step 4 of 6: Select criteria to limit on |
93 |
[% ELSIF ( showsql ) %] |
| 94 |
[% ELSIF ( build5 ) %] |
94 |
<li> |
| 95 |
› Step 5 of 6: Pick which columns to total |
95 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> |
| 96 |
[% ELSIF ( build6 ) %] |
96 |
</li> |
| 97 |
› Step 6 of 6: Select how you want the report ordered |
97 |
<li> |
|
|
98 |
<a href="#" aria-current="page"> |
| 99 |
[% reportname | html %] ([% id | html %]) |
| 100 |
</a> |
| 101 |
</li> |
| 102 |
[% ELSIF ( editsql ) %] |
| 103 |
<li> |
| 104 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> |
| 105 |
</li> |
| 106 |
<li> |
| 107 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% reportname | html %] ([% id | html %])</a> |
| 108 |
</li> |
| 109 |
<li> |
| 110 |
<a href="#" aria-current="page"> |
| 111 |
Edit |
| 112 |
</a> |
| 113 |
</li> |
| 114 |
[% ELSIF ( execute ) %] |
| 115 |
<li> |
| 116 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a> |
| 117 |
</li> |
| 118 |
<li> |
| 119 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&phase=Show%20SQL">[% name | html %] ([% id | html %])</a> |
| 120 |
</li> |
| 121 |
<li> |
| 122 |
<a href="#" aria-current="page"> |
| 123 |
Run |
| 124 |
</a> |
| 125 |
</li> |
| 126 |
[% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %] |
| 127 |
<li> |
| 128 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a> |
| 129 |
</li> |
| 130 |
<li> |
| 131 |
<a href="#" aria-current="page"> |
| 132 |
[% IF ( build1 ) %] |
| 133 |
Step 1 of 6: Choose a module |
| 134 |
[% ELSIF ( build2 ) %] |
| 135 |
Step 2 of 6: Pick a report type |
| 136 |
[% ELSIF ( build3 ) %] |
| 137 |
Step 3 of 6: Select columns for display |
| 138 |
[% ELSIF ( build4 ) %] |
| 139 |
Step 4 of 6: Select criteria to limit on |
| 140 |
[% ELSIF ( build5 ) %] |
| 141 |
Step 5 of 6: Pick which columns to total |
| 142 |
[% ELSIF ( build6 ) %] |
| 143 |
Step 6 of 6: Select how you want the report ordered |
| 144 |
[% END %] |
| 145 |
</a> |
| 98 |
[% END %] |
146 |
[% END %] |
| 99 |
[% END %] |
147 |
</ol> |
| 100 |
</div> <!-- /#breadcrumbs --> |
148 |
</nav> <!-- /#breadcrumbs --> |
| 101 |
|
149 |
|
| 102 |
<div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true"> |
150 |
<div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true"> |
| 103 |
<div class="modal-dialog"> |
151 |
<div class="modal-dialog"> |