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