Lines 250-255
Link Here
|
250 |
[% END %] |
250 |
[% END %] |
251 |
|
251 |
|
252 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" id="reports_form" method="post"> |
252 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" id="reports_form" method="post"> |
|
|
253 |
[% INCLUDE 'csrf-token.inc' %] |
253 |
<input type="hidden" name="phase" value="Delete Multiple" /> |
254 |
<input type="hidden" name="phase" value="Delete Multiple" /> |
254 |
<table id="table_reports"> |
255 |
<table id="table_reports"> |
255 |
<thead> |
256 |
<thead> |
Lines 498-503
Link Here
|
498 |
[% IF ( build2 ) %] |
499 |
[% IF ( build2 ) %] |
499 |
<h1>Build a report</h1> |
500 |
<h1>Build a report</h1> |
500 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
501 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
|
|
502 |
[% INCLUDE 'csrf-token.inc' %] |
501 |
<input type="hidden" name="area" value="[% area | html %]" /> |
503 |
<input type="hidden" name="area" value="[% area | html %]" /> |
502 |
<input type="hidden" name="public" value="[% public | html %]" /> |
504 |
<input type="hidden" name="public" value="[% public | html %]" /> |
503 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
505 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
Lines 529-534
Link Here
|
529 |
<p>Note: Be careful selecting when selecting columns. If your choice is too broad it could result in a very large report that will either not complete, or slow your system down.</p> |
531 |
<p>Note: Be careful selecting when selecting columns. If your choice is too broad it could result in a very large report that will either not complete, or slow your system down.</p> |
530 |
|
532 |
|
531 |
<form id="column_submit" action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
533 |
<form id="column_submit" action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
|
|
534 |
[% INCLUDE 'csrf-token.inc' %] |
532 |
<input type="hidden" name="area" value="[% area | html %]" /> |
535 |
<input type="hidden" name="area" value="[% area | html %]" /> |
533 |
<input type="hidden" name="type" value="[% type | html %]" /> |
536 |
<input type="hidden" name="type" value="[% type | html %]" /> |
534 |
<input type="hidden" name="public" value="[% public | html %]" /> |
537 |
<input type="hidden" name="public" value="[% public | html %]" /> |
Lines 581-586
Link Here
|
581 |
[% IF ( build4 ) %] |
584 |
[% IF ( build4 ) %] |
582 |
<h1>Build a report</h1> |
585 |
<h1>Build a report</h1> |
583 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" > |
586 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" > |
|
|
587 |
[% INCLUDE 'csrf-token.inc' %] |
584 |
<input type="hidden" name="area" value="[% area | html %]" /> |
588 |
<input type="hidden" name="area" value="[% area | html %]" /> |
585 |
<input type="hidden" name="type" value="[% type | html %]" /> |
589 |
<input type="hidden" name="type" value="[% type | html %]" /> |
586 |
<input type="hidden" name="column" value="[% column | html %]" /> |
590 |
<input type="hidden" name="column" value="[% column | html %]" /> |
Lines 669-674
Link Here
|
669 |
<h1>Build a report</h1> |
673 |
<h1>Build a report</h1> |
670 |
<h3>Step 5 of 6: Pick which columns to total</h3> |
674 |
<h3>Step 5 of 6: Pick which columns to total</h3> |
671 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
675 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
|
|
676 |
[% INCLUDE 'csrf-token.inc' %] |
672 |
<input type="hidden" name="area" value="[% area | html %]" /> |
677 |
<input type="hidden" name="area" value="[% area | html %]" /> |
673 |
<input type="hidden" name="type" value="[% type | html %]" /> |
678 |
<input type="hidden" name="type" value="[% type | html %]" /> |
674 |
<input type="hidden" name="column" value="[% column | html %]" /> |
679 |
<input type="hidden" name="column" value="[% column | html %]" /> |
Lines 707-712
Link Here
|
707 |
<h1>Build a report</h1> |
712 |
<h1>Build a report</h1> |
708 |
<h3>Step 6 of 6: Choose how you want the report ordered</h3> |
713 |
<h3>Step 6 of 6: Choose how you want the report ordered</h3> |
709 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
714 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
|
|
715 |
[% INCLUDE 'csrf-token.inc' %] |
710 |
<input type="hidden" name="area" value="[% area | html %]" /> |
716 |
<input type="hidden" name="area" value="[% area | html %]" /> |
711 |
<input type="hidden" name="type" value="[% type | html %]" /> |
717 |
<input type="hidden" name="type" value="[% type | html %]" /> |
712 |
<input type="hidden" name="column" value="[% column | html %]" /> |
718 |
<input type="hidden" name="column" value="[% column | html %]" /> |
Lines 749-754
Link Here
|
749 |
</p> |
755 |
</p> |
750 |
|
756 |
|
751 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
757 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
|
|
758 |
[% INCLUDE 'csrf-token.inc' %] |
752 |
<input type="hidden" name="sql" value="[% sql | html %]" /> |
759 |
<input type="hidden" name="sql" value="[% sql | html %]" /> |
753 |
<input type="hidden" name="type" value="[% type | html %]" /> |
760 |
<input type="hidden" name="type" value="[% type | html %]" /> |
754 |
<input type="hidden" name="public" value="[% public | html %]" /> |
761 |
<input type="hidden" name="public" value="[% public | html %]" /> |
Lines 762-767
Link Here
|
762 |
|
769 |
|
763 |
[% IF ( save ) %] |
770 |
[% IF ( save ) %] |
764 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
771 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
|
|
772 |
[% INCLUDE 'csrf-token.inc' %] |
765 |
<input type="hidden" name="sql" value="[% sql | html %]" /> |
773 |
<input type="hidden" name="sql" value="[% sql | html %]" /> |
766 |
<input type="hidden" name="type" value="[% type | html %]" /> |
774 |
<input type="hidden" name="type" value="[% type | html %]" /> |
767 |
<input type="hidden" name="area" value="[% area | html %]" /> |
775 |
<input type="hidden" name="area" value="[% area | html %]" /> |
Lines 917-922
Link Here
|
917 |
[% IF ( execute ) %] |
925 |
[% IF ( execute ) %] |
918 |
[% UNLESS ( errors ) %] |
926 |
[% UNLESS ( errors ) %] |
919 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification" target="_blank"> |
927 |
<form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification" target="_blank"> |
|
|
928 |
[% INCLUDE 'csrf-token.inc' %] |
920 |
<input type="hidden" name="recordtype" value="biblio" /> |
929 |
<input type="hidden" name="recordtype" value="biblio" /> |
921 |
<input type="hidden" name="op" value="list" /> |
930 |
<input type="hidden" name="op" value="list" /> |
922 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
931 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
Lines 926-931
Link Here
|
926 |
</form> |
935 |
</form> |
927 |
|
936 |
|
928 |
<form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion" target="_blank"> |
937 |
<form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion" target="_blank"> |
|
|
938 |
[% INCLUDE 'csrf-token.inc' %] |
929 |
<input type="hidden" name="recordtype" value="biblio" /> |
939 |
<input type="hidden" name="recordtype" value="biblio" /> |
930 |
<input type="hidden" name="op" value="list" /> |
940 |
<input type="hidden" name="op" value="list" /> |
931 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
941 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
Lines 935-940
Link Here
|
935 |
</form> |
945 |
</form> |
936 |
|
946 |
|
937 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification" target="_blank"> |
947 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification" target="_blank"> |
|
|
948 |
[% INCLUDE 'csrf-token.inc' %] |
938 |
<input type="hidden" name="op" value="show" /> |
949 |
<input type="hidden" name="op" value="show" /> |
939 |
[% FOREACH result IN results %] |
950 |
[% FOREACH result IN results %] |
940 |
[% FOREACH cells IN result.cells %] |
951 |
[% FOREACH cells IN result.cells %] |
Lines 950-955
Link Here
|
950 |
</form> |
961 |
</form> |
951 |
|
962 |
|
952 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion" target="_blank"> |
963 |
<form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion" target="_blank"> |
|
|
964 |
[% INCLUDE 'csrf-token.inc' %] |
953 |
<input type="hidden" name="op" value="show" /> |
965 |
<input type="hidden" name="op" value="show" /> |
954 |
<input type="hidden" name="del" value="1" /> |
966 |
<input type="hidden" name="del" value="1" /> |
955 |
[% FOREACH result IN results %] |
967 |
[% FOREACH result IN results %] |
Lines 980-985
Link Here
|
980 |
</form> |
992 |
</form> |
981 |
|
993 |
|
982 |
<form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank"> |
994 |
<form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification" target="_blank"> |
|
|
995 |
[% INCLUDE 'csrf-token.inc' %] |
983 |
<input type="hidden" name="op" value="show" /> |
996 |
<input type="hidden" name="op" value="show" /> |
984 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
997 |
[% # Preserve the whitespace of the following textarea in order to format the values correctly %] |
985 |
<textarea style="display:none" name="cardnumberlist" id="cardnumberlist"> |
998 |
<textarea style="display:none" name="cardnumberlist" id="cardnumberlist"> |
Lines 1185-1190
Link Here
|
1185 |
[% IF ( create ) %] |
1198 |
[% IF ( create ) %] |
1186 |
<h1>Create from SQL</h1> |
1199 |
<h1>Create from SQL</h1> |
1187 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1200 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
|
|
1201 |
[% INCLUDE 'csrf-token.inc' %] |
1188 |
<fieldset class="rows"> |
1202 |
<fieldset class="rows"> |
1189 |
<legend>Create report from SQL</legend> |
1203 |
<legend>Create report from SQL</legend> |
1190 |
<ol> |
1204 |
<ol> |
Lines 1303-1308
Link Here
|
1303 |
|
1317 |
|
1304 |
[% IF ( editsql ) %] |
1318 |
[% IF ( editsql ) %] |
1305 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1319 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
|
|
1320 |
[% INCLUDE 'csrf-token.inc' %] |
1306 |
<input type="hidden" name="id" value="[% id | html %]"/> |
1321 |
<input type="hidden" name="id" value="[% id | html %]"/> |
1307 |
<fieldset class="rows"> |
1322 |
<fieldset class="rows"> |
1308 |
<legend><h1>Edit SQL report</h1></legend> |
1323 |
<legend><h1>Edit SQL report</h1></legend> |
Lines 1369-1374
Link Here
|
1369 |
|
1384 |
|
1370 |
[% IF ( errors ) %] |
1385 |
[% IF ( errors ) %] |
1371 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
1386 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
|
|
1387 |
[% INCLUDE 'csrf-token.inc' %] |
1372 |
<div class="dialog alert"> |
1388 |
<div class="dialog alert"> |
1373 |
<strong>The following error was encountered:</strong><br /> |
1389 |
<strong>The following error was encountered:</strong><br /> |
1374 |
[% FOREACH error IN errors %] |
1390 |
[% FOREACH error IN errors %] |