From 3abda51204acf8109ef3aac8c39704b9c78b926f Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 1 Feb 2011 15:25:29 -0500 Subject: [PATCH] record more complete --- .../default/kcls-wire/parts/cn_browse.tt2 | 43 +++++++++ .../default/kcls-wire/parts/record/cn_details.tt2 | 102 +++++++++++++++++++++ .../default/kcls-wire/parts/record/copyinfo.tt2 | 68 ++++++++++++++ .../default/kcls-wire/parts/record/extras.tt2 | 7 +- 4 files changed, 217 insertions(+), 3 deletions(-) create mode 100644 Open-ILS/web/templates/default/kcls-wire/parts/cn_browse.tt2 create mode 100644 Open-ILS/web/templates/default/kcls-wire/parts/record/cn_details.tt2 create mode 100644 Open-ILS/web/templates/default/kcls-wire/parts/record/copyinfo.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/cn_browse.tt2 b/Open-ILS/web/templates/default/kcls-wire/parts/cn_browse.tt2 new file mode 100644 index 0000000000..b1043911f9 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-wire/parts/cn_browse.tt2 @@ -0,0 +1,43 @@ + +
+
&common.cn.loading;
+
+
+ &common.cn.browsing; + +
+ + + + + + + + + + + + + +
+ &common.cn.previous; + &common.cn.shelf; + &common.cn.next; +
+ +
+
+ +
+
+ +
+
+
+
+
+ diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/record/cn_details.tt2 b/Open-ILS/web/templates/default/kcls-wire/parts/record/cn_details.tt2 new file mode 100644 index 0000000000..69a9a3bfca --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-wire/parts/record/cn_details.tt2 @@ -0,0 +1,102 @@ + + + + + + + +
+
+ &rdetail.print; + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&rdetail.cn.barcode;&common.status;&rdetail.cn.location;&rdetail.cn.hold.age;&rdetail.cn.genesis;&rdetail.cn.holdable;&rdetail.cn.due;
+ + &rdetail.cn.more; + &rdetail.cn.less; + &rdetail.cn.hold; + &rdetail.cn.disabled; + + + +
+ + + + + + + +
+ + &rdetail.cn.note; + + + &rdetail.cn.category; + + + : +
+
+
+
+ +&common.yes; +&common.no; + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + +
&common.library;
&common.title;
&common.author;
&common.edition;
&common.pubdate;
&common.publisher;
&common.physical;
&common.callnumber;
+
+
+
+ diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/record/copyinfo.tt2 b/Open-ILS/web/templates/default/kcls-wire/parts/record/copyinfo.tt2 new file mode 100644 index 0000000000..6c78071cab --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-wire/parts/record/copyinfo.tt2 @@ -0,0 +1,68 @@ + +
+
+ + &rdetail.copyInfo.local; + + + &rdetail.copyInfo.all; + +
+ + + + + + + + + + + + + + + + + + + + + + +
&rdetail.copyInfo.library;&rdetail.copyInfo.callnumber; + &rdetail.copyInfo.copylocation; + &rdetail.copyInfo.actions; +
+
+ &rdetail.copyInfo.print; + + + + + +
+ &rdetail.loading; +
+ +

+
&rdetail.noneAvailable;
+
+ diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/record/extras.tt2 b/Open-ILS/web/templates/default/kcls-wire/parts/record/extras.tt2 index c8f0d2c760..cc607e6891 100644 --- a/Open-ILS/web/templates/default/kcls-wire/parts/record/extras.tt2 +++ b/Open-ILS/web/templates/default/kcls-wire/parts/record/extras.tt2 @@ -280,10 +280,10 @@ &rdetail.extras.call.local; - + [% INCLUDE "default/kcls-wire/parts/cn_browse.tt2" %] - + [% INCLUDE "default/kcls-wire/parts/record/cn_details.tt2" %] - + + [% INCLUDE "default/kcls-wire/parts/record/copyinfo.tt2" %]