From 22912839932a2fd1e9b53f72da8f03bf6d3084fb Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 13 Dec 2005 23:59:02 +0000 Subject: [PATCH] adde opac-specific DTD's so we can ship small chunks of entities to the browsers based on which pages are being loaded common.dtd are the very basic entities shared by the opac and xul (though xul won't use them until it is weened off of xmlBuilder) git-svn-id: svn://svn.open-ils.org/ILS/trunk@2363 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/common.dtd | 21 +++ Open-ILS/web/opac/locale/en-US/lang.dtd | 125 ------------------ .../web/opac/locale/en-US/opac_common.dtd | 65 +++++++++ Open-ILS/web/opac/locale/en-US/opac_holds.dtd | 11 ++ .../web/opac/locale/en-US/opac_rdetail.dtd | 19 +++ .../web/opac/locale/en-US/opac_result.dtd | 0 6 files changed, 116 insertions(+), 125 deletions(-) create mode 100644 Open-ILS/web/opac/locale/en-US/common.dtd create mode 100644 Open-ILS/web/opac/locale/en-US/opac_common.dtd create mode 100644 Open-ILS/web/opac/locale/en-US/opac_holds.dtd create mode 100644 Open-ILS/web/opac/locale/en-US/opac_rdetail.dtd create mode 100644 Open-ILS/web/opac/locale/en-US/opac_result.dtd diff --git a/Open-ILS/web/opac/locale/en-US/common.dtd b/Open-ILS/web/opac/locale/en-US/common.dtd new file mode 100644 index 0000000000..639b850b08 --- /dev/null +++ b/Open-ILS/web/opac/locale/en-US/common.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 08170aeecf..f29857fb4d 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -1,7 +1,3 @@ - - @@ -25,136 +21,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Open-ILS/web/opac/locale/en-US/opac_common.dtd b/Open-ILS/web/opac/locale/en-US/opac_common.dtd new file mode 100644 index 0000000000..e51ddf3be5 --- /dev/null +++ b/Open-ILS/web/opac/locale/en-US/opac_common.dtd @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/locale/en-US/opac_holds.dtd b/Open-ILS/web/opac/locale/en-US/opac_holds.dtd new file mode 100644 index 0000000000..b06b2ec9bb --- /dev/null +++ b/Open-ILS/web/opac/locale/en-US/opac_holds.dtd @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/Open-ILS/web/opac/locale/en-US/opac_rdetail.dtd b/Open-ILS/web/opac/locale/en-US/opac_rdetail.dtd new file mode 100644 index 0000000000..b9e4969129 --- /dev/null +++ b/Open-ILS/web/opac/locale/en-US/opac_rdetail.dtd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/locale/en-US/opac_result.dtd b/Open-ILS/web/opac/locale/en-US/opac_result.dtd new file mode 100644 index 0000000000..e69de29bb2 -- 2.43.2