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