X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Fstatistics.tt;h=6519628adb33e3020b2b4e73c31b45776e20d235;hb=8a118d01bf3e2415b02fd4a8a820203491a2af90;hp=3ff663c1e086af96dddb192e5a1dc06e7cae0aac;hpb=98a207ef955effae8d6b26a1c74bddd9a3c9a801;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt index 3ff663c1e0..6519628adb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt @@ -1,37 +1,25 @@ +[% USE Koha %] +[% USE AuthorisedValues %] +[% USE Branches %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › -[% IF ( unknowuser ) %] - Patron does not exist -[% ELSE %] - Patron details for [% INCLUDE 'patron-title.inc' %] +[% UNLESS blocking_error %] + Statistics for [% INCLUDE 'patron-title.inc' no_html = 1 %] [% END %] - [% INCLUDE 'doc-head-close.inc' %] - -[% INCLUDE 'datatables-strings.inc' %] - -[% INCLUDE 'calendar.inc' %] - - + - + [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
@@ -39,13 +27,30 @@
-
-

Statistics

+ [% INCLUDE 'members-toolbar.inc' %] + +

Statistics for [% INCLUDE 'patron-title.inc' %]

+ [% IF ( datas.size ) %] [% FOREACH cn IN column_names %] - + [% END %] @@ -65,7 +70,7 @@ - + @@ -73,11 +78,27 @@
[% cn %] + [% SWITCH cn %] + [% CASE 'itype' %] + Item type + [% CASE 'ccode' %] + Collection code + [% CASE 'location' %] + Shelving location + [% CASE 'homebranch' %] + Home library + [% CASE 'holdingbranch' %] + Holding library + [% CASE %] + [% cn %] + [% END %] + Total checkouts as of yesterday Today's checkouts
TOTALTOTAL [% count_total_precedent_state %] [% count_total_issues %] [% count_total_issues_returned %]
-
+ [% ELSE %] +
There are no statistics for this patron.
+ [% END %]
[% INCLUDE 'circ-menu.inc' %]
+ +[% MACRO jsinclude BLOCK %] + + [% INCLUDE 'datatables.inc' %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]