From f75bddeb036090feb9f592500f96f15976de3b50 Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 26 Jan 2011 11:20:05 -0500 Subject: [PATCH] show some circs in myopac -> items out --- Open-ILS/web/templates/default/opac/myopac/circs.tt2 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 index 9e80139779..1ca1a4d137 100644 --- a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 @@ -7,8 +7,10 @@ [% END %] +[% PROCESS "default/opac/common.tt2" %] [% WRAPPER "default/opac/base.tt2" %] [% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "circs" %] +[% USE date %] @@ -16,9 +18,22 @@ - + + + [% FOR circ IN ctx.circs %] + [% attrs = {marc_xml => circ.marc_xml}; %] + [% PROCESS get_marc_attrs args=attrs; %] + + + + + + + + [% END %] +
Author Due Date Renewals RemainingRenewals RemainingSelect
[% attrs.title %][% attrs.author %][% date.format(ctx.parse_datetime(circ.circ.due_date),'%Y-%m-%d') %][% circ.circ.renewal_remaining %]XXX TODO
[% END %] -- 2.11.0