From 4e43942b7a83caf98cb092c019088a59550c6a34 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 10 May 2007 16:14:27 +0000 Subject: [PATCH] first cut at the xul template interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@7232 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/xul/base.xul | 305 ++++++++++ Open-ILS/web/reports/xul/operators.js | 60 ++ Open-ILS/web/reports/xul/reporter.css | 0 Open-ILS/web/reports/xul/source-browse.js | 190 +++++++ Open-ILS/web/reports/xul/source-setup.js | 269 +++++++++ Open-ILS/web/reports/xul/template-config.js | 853 ++++++++++++++++++++++++++++ Open-ILS/web/reports/xul/transforms.js | 233 ++++++++ Open-ILS/web/reports/xul/utilities.js | 63 ++ Open-ILS/web/reports/xul/xulbuilder.js | 107 ++++ 9 files changed, 2080 insertions(+) create mode 100644 Open-ILS/web/reports/xul/base.xul create mode 100644 Open-ILS/web/reports/xul/operators.js create mode 100644 Open-ILS/web/reports/xul/reporter.css create mode 100644 Open-ILS/web/reports/xul/source-browse.js create mode 100644 Open-ILS/web/reports/xul/source-setup.js create mode 100644 Open-ILS/web/reports/xul/template-config.js create mode 100644 Open-ILS/web/reports/xul/transforms.js create mode 100644 Open-ILS/web/reports/xul/utilities.js create mode 100644 Open-ILS/web/reports/xul/xulbuilder.js diff --git a/Open-ILS/web/reports/xul/base.xul b/Open-ILS/web/reports/xul/base.xul new file mode 100644 index 0000000000..11717c2785 --- /dev/null +++ b/Open-ILS/web/reports/xul/base.xul @@ -0,0 +1,305 @@ + + + + + + + + + +