From 403a8fef4eb3d5b75bed8a091e453287e004f548 Mon Sep 17 00:00:00 2001 From: erickson Date: Sun, 5 Oct 2008 23:06:05 +0000 Subject: [PATCH] 1 file is getting out of hand. broke out each top-level content pane into its own file. git-svn-id: svn://svn.open-ils.org/ILS/trunk@10758 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/vandelay/inc/attrs.xml | 102 ++++++ Open-ILS/web/vandelay/inc/marchtml.xml | 10 + Open-ILS/web/vandelay/inc/matches.xml | 43 +++ Open-ILS/web/vandelay/inc/progress.xml | 16 + Open-ILS/web/vandelay/inc/queue.xml | 105 ++++++ Open-ILS/web/vandelay/inc/queueselect.xml | 25 ++ Open-ILS/web/vandelay/inc/toolbar.xml | 9 + Open-ILS/web/vandelay/inc/upload.xml | 47 +++ Open-ILS/web/vandelay/vandelay.xml | 405 ++-------------------- 9 files changed, 377 insertions(+), 385 deletions(-) create mode 100644 Open-ILS/web/vandelay/inc/attrs.xml create mode 100644 Open-ILS/web/vandelay/inc/marchtml.xml create mode 100644 Open-ILS/web/vandelay/inc/matches.xml create mode 100644 Open-ILS/web/vandelay/inc/progress.xml create mode 100644 Open-ILS/web/vandelay/inc/queue.xml create mode 100644 Open-ILS/web/vandelay/inc/queueselect.xml create mode 100644 Open-ILS/web/vandelay/inc/toolbar.xml create mode 100644 Open-ILS/web/vandelay/inc/upload.xml diff --git a/Open-ILS/web/vandelay/inc/attrs.xml b/Open-ILS/web/vandelay/inc/attrs.xml new file mode 100644 index 0000000000..c65744b563 --- /dev/null +++ b/Open-ILS/web/vandelay/inc/attrs.xml @@ -0,0 +1,102 @@ +
+ + + + +
+
+ &vandelay.create.attr.def; +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ + +
+ + + +
+
+
+ +
+
+
+ + diff --git a/Open-ILS/web/vandelay/inc/marchtml.xml b/Open-ILS/web/vandelay/inc/marchtml.xml new file mode 100644 index 0000000000..af70ba2785 --- /dev/null +++ b/Open-ILS/web/vandelay/inc/marchtml.xml @@ -0,0 +1,10 @@ + +

&vandelay.marc.record;


+
+ +
+
+ +
+
+ diff --git a/Open-ILS/web/vandelay/inc/matches.xml b/Open-ILS/web/vandelay/inc/matches.xml new file mode 100644 index 0000000000..fa03c95bd1 --- /dev/null +++ b/Open-ILS/web/vandelay/inc/matches.xml @@ -0,0 +1,43 @@ + +

&vandelay.import.matches;


+
+ + + + &vandelay.overlay.selected.record; + +
+
+
+
+ diff --git a/Open-ILS/web/vandelay/inc/progress.xml b/Open-ILS/web/vandelay/inc/progress.xml new file mode 100644 index 0000000000..e5e18334fe --- /dev/null +++ b/Open-ILS/web/vandelay/inc/progress.xml @@ -0,0 +1,16 @@ +
+
+
+ + + diff --git a/Open-ILS/web/vandelay/inc/queue.xml b/Open-ILS/web/vandelay/inc/queue.xml new file mode 100644 index 0000000000..d33e150f2a --- /dev/null +++ b/Open-ILS/web/vandelay/inc/queue.xml @@ -0,0 +1,105 @@ +

&vandelay.record.queue;


+ +
+ + +
+ + + + + + + + + +
&vandelay.column;&vandelay.display;&vandelay.auto.width;
+ +
+
+ + +
+ + + + + + +
+ + + + + + + + + + +
+ &vandelay.limit.to.collision.matches; + + + &vandelay.limit.to.non.imported; + + + &vandelay.results.per.page; + + + &vandelay.page; + + +
+
+ + « &vandelay.prev.page; + + + &vandelay.next.page; » + + + &vandelay.select.cols; + +
+
+ + +
+
+
+
+ diff --git a/Open-ILS/web/vandelay/inc/queueselect.xml b/Open-ILS/web/vandelay/inc/queueselect.xml new file mode 100644 index 0000000000..2149dfa0fe --- /dev/null +++ b/Open-ILS/web/vandelay/inc/queueselect.xml @@ -0,0 +1,25 @@ + +

&vandelay.select.queue;


+ + + + + + + + + + + + +
&vandelay.queue.type; + +
&vandelay.queue; + +
+ +
diff --git a/Open-ILS/web/vandelay/inc/toolbar.xml b/Open-ILS/web/vandelay/inc/toolbar.xml new file mode 100644 index 0000000000..5ce543187a --- /dev/null +++ b/Open-ILS/web/vandelay/inc/toolbar.xml @@ -0,0 +1,9 @@ +
+
&vandelay.import.records;
+
&vandelay.inspect.queue;
+
&vandelay.edit.attributes;
+
+ diff --git a/Open-ILS/web/vandelay/inc/upload.xml b/Open-ILS/web/vandelay/inc/upload.xml new file mode 100644 index 0000000000..2acfe54432 --- /dev/null +++ b/Open-ILS/web/vandelay/inc/upload.xml @@ -0,0 +1,47 @@ +

&vandelay.marc.file.upload;


+
+ + + + + + + + + + + + + + + + + + + + + + + +
&vandelay.record.type; + +
&vandelay.create.upload.queue; + + &vandelay.add.existing.queue; + +
&vandelay.auto.import.noncolliding; + +
+ &vandelay.file.to.upload; + + +
+ +
+
+ diff --git a/Open-ILS/web/vandelay/vandelay.xml b/Open-ILS/web/vandelay/vandelay.xml index 43c988e525..cd57dc0742 100644 --- a/Open-ILS/web/vandelay/vandelay.xml +++ b/Open-ILS/web/vandelay/vandelay.xml @@ -26,398 +26,33 @@ - -
- - - -