From 6fa1e217f1a8f4870918d8d9134bd904fedcc19f Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Mon, 2 Apr 2012 15:40:33 -0400 Subject: [PATCH] Adding two new skins: tadlstaff, tadlv2 Two new skins, forked from default. Currently, both are identical and reference the css and js files from the default skin. Intent is to fork css and js if and when needed. Signed-off-by: Jeff Godin --- .../skin/tadlstaff/xml/advanced/adv_global_row.xml | 36 +++ .../tadlstaff/xml/advanced/advanced_global.xml | 309 ++++++++++++++++++++ .../skin/tadlstaff/xml/advanced/advanced_marc.xml | 46 +++ .../skin/tadlstaff/xml/advanced/advanced_quick.xml | 30 ++ Open-ILS/web/opac/skin/tadlstaff/xml/body.xml | 60 ++++ .../opac/skin/tadlstaff/xml/common/altcanvas.xml | 37 +++ .../opac/skin/tadlstaff/xml/common/cn_browse.xml | 34 +++ .../opac/skin/tadlstaff/xml/common/css_common.xml | 23 ++ .../web/opac/skin/tadlstaff/xml/common/fonts.xml | 25 ++ .../skin/tadlstaff/xml/common/format_selector.xml | 11 + .../web/opac/skin/tadlstaff/xml/common/holds.xml | 251 ++++++++++++++++ .../opac/skin/tadlstaff/xml/common/ilsevents.xml | 14 + .../opac/skin/tadlstaff/xml/common/js_common.xml | 76 +++++ .../opac/skin/tadlstaff/xml/common/libselect.xml | 15 + .../web/opac/skin/tadlstaff/xml/common/login.xml | 115 ++++++++ .../web/opac/skin/tadlstaff/xml/common/logo.xml | 4 + .../web/opac/skin/tadlstaff/xml/common/orgtree.xml | 27 ++ .../opac/skin/tadlstaff/xml/common/searchbar.xml | 96 ++++++ .../web/opac/skin/tadlstaff/xml/common/sidebar.xml | 178 ++++++++++++ .../opac/skin/tadlstaff/xml/common/statusbar.xml | 28 ++ .../skin/tadlstaff/xml/common/stypes_selector.xml | 8 + .../web/opac/skin/tadlstaff/xml/common/tips.xml | 8 + Open-ILS/web/opac/skin/tadlstaff/xml/footer.xml | 34 +++ Open-ILS/web/opac/skin/tadlstaff/xml/header.xml | 15 + .../opac/skin/tadlstaff/xml/home/homesearch.xml | 135 +++++++++ .../opac/skin/tadlstaff/xml/home/index_body.xml | 67 +++++ Open-ILS/web/opac/skin/tadlstaff/xml/html_xsl.xml | 10 + Open-ILS/web/opac/skin/tadlstaff/xml/index.xml | 21 ++ .../skin/tadlstaff/xml/myopac/myopac_bookbags.xml | 136 +++++++++ .../skin/tadlstaff/xml/myopac/myopac_checked.xml | 107 +++++++ .../skin/tadlstaff/xml/myopac/myopac_fines.xml | 101 +++++++ .../skin/tadlstaff/xml/myopac/myopac_holds.xml | 123 ++++++++ .../skin/tadlstaff/xml/myopac/myopac_prefs.xml | 105 +++++++ .../skin/tadlstaff/xml/myopac/myopac_summary.xml | 311 ++++++++++++++++++++ .../web/opac/skin/tadlstaff/xml/page_advanced.xml | 14 + .../web/opac/skin/tadlstaff/xml/page_cnbrowse.xml | 6 + .../web/opac/skin/tadlstaff/xml/page_mresult.xml | 9 + .../web/opac/skin/tadlstaff/xml/page_myopac.xml | 67 +++++ .../web/opac/skin/tadlstaff/xml/page_rdetail.xml | 93 ++++++ .../web/opac/skin/tadlstaff/xml/page_rresult.xml | 9 + .../tadlstaff/xml/rdetail/rdetail_altcanvas.xml | 28 ++ .../tadlstaff/xml/rdetail/rdetail_cn_details.xml | 109 +++++++ .../tadlstaff/xml/rdetail/rdetail_copyinfo.xml | 89 ++++++ .../skin/tadlstaff/xml/rdetail/rdetail_extras.xml | 184 ++++++++++++ .../skin/tadlstaff/xml/rdetail/rdetail_summary.xml | 231 +++++++++++++++ .../opac/skin/tadlstaff/xml/result/filtersort.xml | 20 ++ .../skin/tadlstaff/xml/result/result_common.xml | 36 +++ .../opac/skin/tadlstaff/xml/result/result_info.xml | 74 +++++ .../skin/tadlstaff/xml/result/result_lowhits.xml | 49 ++++ .../skin/tadlstaff/xml/result/result_table.xml | 321 +++++++++++++++++++++ Open-ILS/web/opac/skin/tadlstaff/xml/setenv.xml | 74 +++++ .../skin/tadlv2/xml/advanced/adv_global_row.xml | 36 +++ .../skin/tadlv2/xml/advanced/advanced_global.xml | 309 ++++++++++++++++++++ .../skin/tadlv2/xml/advanced/advanced_marc.xml | 46 +++ .../skin/tadlv2/xml/advanced/advanced_quick.xml | 30 ++ Open-ILS/web/opac/skin/tadlv2/xml/body.xml | 60 ++++ .../web/opac/skin/tadlv2/xml/common/altcanvas.xml | 37 +++ .../web/opac/skin/tadlv2/xml/common/cn_browse.xml | 34 +++ .../web/opac/skin/tadlv2/xml/common/css_common.xml | 23 ++ Open-ILS/web/opac/skin/tadlv2/xml/common/fonts.xml | 25 ++ .../skin/tadlv2/xml/common/format_selector.xml | 11 + Open-ILS/web/opac/skin/tadlv2/xml/common/holds.xml | 251 ++++++++++++++++ .../web/opac/skin/tadlv2/xml/common/ilsevents.xml | 14 + .../web/opac/skin/tadlv2/xml/common/js_common.xml | 76 +++++ .../web/opac/skin/tadlv2/xml/common/libselect.xml | 15 + Open-ILS/web/opac/skin/tadlv2/xml/common/login.xml | 115 ++++++++ Open-ILS/web/opac/skin/tadlv2/xml/common/logo.xml | 4 + .../web/opac/skin/tadlv2/xml/common/orgtree.xml | 27 ++ .../web/opac/skin/tadlv2/xml/common/searchbar.xml | 96 ++++++ .../web/opac/skin/tadlv2/xml/common/sidebar.xml | 178 ++++++++++++ .../web/opac/skin/tadlv2/xml/common/statusbar.xml | 28 ++ .../skin/tadlv2/xml/common/stypes_selector.xml | 8 + Open-ILS/web/opac/skin/tadlv2/xml/common/tips.xml | 8 + Open-ILS/web/opac/skin/tadlv2/xml/footer.xml | 34 +++ Open-ILS/web/opac/skin/tadlv2/xml/header.xml | 15 + .../web/opac/skin/tadlv2/xml/home/homesearch.xml | 135 +++++++++ .../web/opac/skin/tadlv2/xml/home/index_body.xml | 67 +++++ Open-ILS/web/opac/skin/tadlv2/xml/html_xsl.xml | 10 + Open-ILS/web/opac/skin/tadlv2/xml/index.xml | 21 ++ .../skin/tadlv2/xml/myopac/myopac_bookbags.xml | 136 +++++++++ .../opac/skin/tadlv2/xml/myopac/myopac_checked.xml | 107 +++++++ .../opac/skin/tadlv2/xml/myopac/myopac_fines.xml | 101 +++++++ .../opac/skin/tadlv2/xml/myopac/myopac_holds.xml | 123 ++++++++ .../opac/skin/tadlv2/xml/myopac/myopac_prefs.xml | 105 +++++++ .../opac/skin/tadlv2/xml/myopac/myopac_summary.xml | 311 ++++++++++++++++++++ .../web/opac/skin/tadlv2/xml/page_advanced.xml | 14 + .../web/opac/skin/tadlv2/xml/page_cnbrowse.xml | 6 + Open-ILS/web/opac/skin/tadlv2/xml/page_mresult.xml | 9 + Open-ILS/web/opac/skin/tadlv2/xml/page_myopac.xml | 67 +++++ Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml | 93 ++++++ Open-ILS/web/opac/skin/tadlv2/xml/page_rresult.xml | 9 + .../skin/tadlv2/xml/rdetail/rdetail_altcanvas.xml | 28 ++ .../skin/tadlv2/xml/rdetail/rdetail_cn_details.xml | 109 +++++++ .../skin/tadlv2/xml/rdetail/rdetail_copyinfo.xml | 89 ++++++ .../skin/tadlv2/xml/rdetail/rdetail_extras.xml | 184 ++++++++++++ .../skin/tadlv2/xml/rdetail/rdetail_summary.xml | 231 +++++++++++++++ .../web/opac/skin/tadlv2/xml/result/filtersort.xml | 20 ++ .../opac/skin/tadlv2/xml/result/result_common.xml | 36 +++ .../opac/skin/tadlv2/xml/result/result_info.xml | 74 +++++ .../opac/skin/tadlv2/xml/result/result_lowhits.xml | 49 ++++ .../opac/skin/tadlv2/xml/result/result_table.xml | 321 +++++++++++++++++++++ Open-ILS/web/opac/skin/tadlv2/xml/setenv.xml | 74 +++++ 102 files changed, 8018 insertions(+) create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/advanced/adv_global_row.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_global.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_marc.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_quick.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/body.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/altcanvas.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/cn_browse.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/css_common.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/fonts.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/format_selector.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/holds.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/ilsevents.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/js_common.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/libselect.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/login.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/logo.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/orgtree.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/searchbar.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/sidebar.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/statusbar.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/stypes_selector.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/common/tips.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/footer.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/header.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/home/homesearch.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/home/index_body.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/html_xsl.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/index.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_bookbags.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_checked.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_fines.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_holds.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_prefs.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_summary.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/page_advanced.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/page_cnbrowse.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/page_mresult.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/page_myopac.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/page_rdetail.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/page_rresult.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_altcanvas.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_cn_details.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_copyinfo.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_extras.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_summary.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/result/filtersort.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/result/result_common.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/result/result_info.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/result/result_lowhits.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/result/result_table.xml create mode 100644 Open-ILS/web/opac/skin/tadlstaff/xml/setenv.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/advanced/adv_global_row.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_global.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_marc.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_quick.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/body.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/altcanvas.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/cn_browse.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/css_common.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/fonts.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/format_selector.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/holds.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/ilsevents.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/js_common.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/libselect.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/login.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/logo.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/orgtree.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/searchbar.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/sidebar.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/statusbar.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/stypes_selector.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/common/tips.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/footer.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/header.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/home/homesearch.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/home/index_body.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/html_xsl.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/index.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_bookbags.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_checked.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_fines.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_holds.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_prefs.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_summary.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/page_advanced.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/page_cnbrowse.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/page_mresult.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/page_myopac.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/page_rresult.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_altcanvas.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_cn_details.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_copyinfo.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_extras.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_summary.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/result/filtersort.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/result/result_common.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/result/result_info.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/result/result_lowhits.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/result/result_table.xml create mode 100644 Open-ILS/web/opac/skin/tadlv2/xml/setenv.xml diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/adv_global_row.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/adv_global_row.xml new file mode 100644 index 0000000000..f5c5ca7dd9 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/adv_global_row.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_global.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_global.xml new file mode 100644 index 0000000000..865aa59ff8 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_global.xml @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_marc.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_marc.xml new file mode 100644 index 0000000000..46fe2879ed --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_marc.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + +
&opac.advanced.marc.title;
+ &opac.advanced.marc.tag;: + + + &opac.advanced.marc.subfield;: + + + &opac.advanced.marc.value;: + + + +
+ + + + +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_quick.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_quick.xml new file mode 100644 index 0000000000..3f7da6ff5e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/advanced/advanced_quick.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + +
&opac.advanced.quick.title;
+ &common.call.number.label; + + + + &common.isbn.label; + + + + &common.issn.label; + + +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/body.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/body.xml new file mode 100644 index 0000000000..3325a26b80 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/body.xml @@ -0,0 +1,60 @@ + + + + + + + + +
+ + + +
+ + + + + + + + + + + +
+
+ +
+ +
+
+ ; +
&common.googlechromeframe.why;
+ + +
+
+ + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/altcanvas.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/altcanvas.xml new file mode 100644 index 0000000000..97448daa77 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/altcanvas.xml @@ -0,0 +1,37 @@ + + + +
+ + + + + + + + + + + + + + + + + + +
+
+ +
+
+ +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/cn_browse.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/cn_browse.xml new file mode 100644 index 0000000000..aea7fa171f --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/cn_browse.xml @@ -0,0 +1,34 @@ +
+
&common.cn.loading;
+
+ + +
+ &common.cn.browsing; +
+ + + + + + + + + + + + + +
&common.cn.previous;&common.cn.shelf;&common.cn.next;
+ +
+ + +
+
+
+
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/css_common.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/css_common.xml new file mode 100644 index 0000000000..c01bb3fb90 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/css_common.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/fonts.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/fonts.xml new file mode 100644 index 0000000000..c7ebef3801 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/fonts.xml @@ -0,0 +1,25 @@ +
+ +
+ &common.textsize.title; + &common.textsize.regular; + &common.textsize.separator; + &common.textsize.large; +  |  + &common.language; + + + +
+ +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/format_selector.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/format_selector.xml new file mode 100644 index 0000000000..6d329a9a3c --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/format_selector.xml @@ -0,0 +1,11 @@ + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/holds.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/holds.xml new file mode 100644 index 0000000000..4930ab73ec --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/holds.xml @@ -0,0 +1,251 @@ +
+
+
+ + + + + + + + + + +
&opac.holds.xulRecipient;:
+
+
+ +
+


+ &common.hold.check; +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.hold.create;
&opac.holds.recipient;:
&common.title.label;
&common.author;
&common.format;
&common.physical.label;
&common.mono_parts.label; + + +
&common.call.number.label;
&common.copy.barcode.label;
&common.issuance_label.label;
&common.hold.type.label;&common.hold.volume;&common.hold.copy;&common.hold.issuance;
&opac.holds.contactPhone;: + + &common.phone.format; +
&common.phone.enable; + +
&opac.holds.contactEmail;: + + &common.email.none;
+ &common.email.set; +
+ + &common.email.none; + + +
&common.email.enable; + +
&opac.holds.pickupLocation; + +
&opac.holds.expire_time; + +
+ &opac.holds.freeze; + &common.help; + + +
+ + &opac.holds.freeze.thaw_date; + + +
+ +
+
+ &common.format.alternatives; + &common.help; +
+
&common.control.click;
+
+ +
+ + + + +
+ +
&opac.holds.success;
+
&opac.holds.failure;
+ + &common.phone.format.help; + + + + &common.hold.failed; + + &opac.hold.has_parts; + +
+ + + &opac.search.books; + &opac.search.largePrint; + &opac.search.audioBooks; + &opac.search.videoRecordings; + &opac.search.music; + &opac.search.electronic; + + + &holds.advanced_options; + + &common.hold.delivery; + + &common.hold.exists; + &common.hold.checked_out; + + &common.hold.exists.override; + &common.hold.checked_out.override; + + &common.hold.barred; + + &common.hold.item.invalid; + + &common.hold.patron.invalid; + +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/ilsevents.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/ilsevents.xml new file mode 100644 index 0000000000..dcef13f28b --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/ilsevents.xml @@ -0,0 +1,14 @@ + + &ilsevent.1000; + &ilsevent.1001; + &ilsevent.1002; + &ilsevent.1200; + &ilsevent.5000; + &ilsperm.CREATE_HOLD; + + + &opac.session_expiring; + &opac.session_expired; + &common.user_not_found; + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/js_common.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/js_common.xml new file mode 100644 index 0000000000..ab8edbb55e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/js_common.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/libselect.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/libselect.xml new file mode 100644 index 0000000000..45a7da780c --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/libselect.xml @@ -0,0 +1,15 @@ + + + + + &library.select; + + + + + &library.select.help; + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/login.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/login.xml new file mode 100644 index 0000000000..e59ba2985e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/login.xml @@ -0,0 +1,115 @@ + +
+ + + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +

+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&login.password;
+ &login.first.time; + &common.password_criteria; +
&login.password.current.enter;
&login.password.new.enter;
&login.password.new.reenter;

+ +
+ + &login.password.nomatch; + &login.password.success; + + + &login.password.strength; + &common.password_criteria; + + + &login.barcode.inactive; + + &login.account.inactive; + + &login.failed; + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/logo.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/logo.xml new file mode 100644 index 0000000000..fffec7f2ce --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/logo.xml @@ -0,0 +1,4 @@ +
+ + +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/orgtree.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/orgtree.xml new file mode 100644 index 0000000000..d4008d3f68 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/orgtree.xml @@ -0,0 +1,27 @@ + + +
+ + + +

&common.org.loading;
+
+
&common.org.note; + &common.org.notetext; +
+
+
+
+
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/searchbar.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/searchbar.xml new file mode 100644 index 0000000000..1638370e78 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/searchbar.xml @@ -0,0 +1,96 @@ + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/sidebar.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/sidebar.xml new file mode 100644 index 0000000000..f1f4d363fe --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/sidebar.xml @@ -0,0 +1,178 @@ + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/statusbar.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/statusbar.xml new file mode 100644 index 0000000000..237be6264b --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/statusbar.xml @@ -0,0 +1,28 @@ + +
+ + + + + + + + +
+ + + + + &status.results; + + + + + +
+ + + +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/stypes_selector.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/stypes_selector.xml new file mode 100644 index 0000000000..588030c63a --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/stypes_selector.xml @@ -0,0 +1,8 @@ + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/common/tips.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/common/tips.xml new file mode 100644 index 0000000000..84919f54e1 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/common/tips.xml @@ -0,0 +1,8 @@ + +
+
+ &common.tips.tip1; + &common.tips.tip2; +
+ &tips.label; +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/footer.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/footer.xml new file mode 100644 index 0000000000..ab53c9d051 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/footer.xml @@ -0,0 +1,34 @@ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/header.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/header.xml new file mode 100644 index 0000000000..3f312b4836 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/header.xml @@ -0,0 +1,15 @@ + + + + + + + &<!--#echo var="OILS_TITLE"-->; + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/home/homesearch.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/home/homesearch.xml new file mode 100644 index 0000000000..30ca9a3481 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/home/homesearch.xml @@ -0,0 +1,135 @@ + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/home/index_body.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/home/index_body.xml new file mode 100644 index 0000000000..574af3b496 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/home/index_body.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + +
+
+ + +
+
+ +
+
+ +
&common.googlechromeframe.why;
+ + +
+
+ + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/html_xsl.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/html_xsl.xml new file mode 100644 index 0000000000..f22332079d --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/html_xsl.xml @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/index.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/index.xml new file mode 100644 index 0000000000..f3e84e5f10 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/index.xml @@ -0,0 +1,21 @@ + + + + + + +]> + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_bookbags.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_bookbags.xml new file mode 100644 index 0000000000..d4c6d3f3d3 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_bookbags.xml @@ -0,0 +1,136 @@ + +
+ + + +
+ &myopac.delete.bookbag; +
+ +
&myopac.no.bookbags;
+ +
+ &myopac.bookbags.title; + +
+ + + + + + + + + + + + + + + + +
&common.name;&myopac.bookbag.items;&myopac.bookbag.shared;&myopac.bookbag.toggle;&myopac.bookbag.delete;
+ + &myopac.items; + &common.no; + &common.yes; + &myopac.view; + + &myopac.atom.feed; + +
&myopac.bookbag.refworks; +
+ &myopac.bookbag.hide; + &myopac.bookbag.share; + + &myopac.delete; +
+ + + + + + + + + + + + + +
&myopac.bookbag.create;
+ &myopac.bookbag.naming; + +
+ &myopac.bookbag.share; + &common.help; + &common.yes; + &common.no; + +
+ + +
+ +
&myopac.bookbag.no.items;
+ + + + + + + + + + + + + +
&common.title; &common.authors; &myopac.bookbag.remove;
&myopac.remove.link;
+ + + + &myopac.publish.text; + + + + &myopac.item.confirm; + + + + &myopac.publish.confirm; + + + + &myopac.unpublish.confirm; + + + + &myopac.update.success; + + + + &myopac.create.warning; + + + + &myopac.describe.bookbags; + + + + &myopac.updated.success; + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_checked.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_checked.xml new file mode 100644 index 0000000000..5d00be1aab --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_checked.xml @@ -0,0 +1,107 @@ + +
+ + + + + + + + + +
+ + &myopac.checked.out; 0 / + &myopac.checked.overdue; 0 + + +
&myopac.checked.renewing;
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.title;&common.author;&myopac.fines.due;&myopac.checked.renew.remaining;&common.select; + (&common.all;/&common.none;) +
&myopac.checked.noitems;
&common.loading;
+ + + +
+ +
+
+
&myopac.common.other.circ;
+ + + + + + + + + + + + +
&myopac.checked.circ.lib;&myopac.checked.item.type;&myopac.checked.circ.time;
+ + +
+
+ +
&myopac.checked.renew.success;
+ + &myopac.checked.renew.confirm; + + &myopac.checked.renew.fail; + + &myopac.checked.renew.fail2; + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_fines.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_fines.xml new file mode 100644 index 0000000000..db129c0162 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_fines.xml @@ -0,0 +1,101 @@ + +
+ + + + + + + + + + + + + + + + + + + + +
&myopac.fines.title;
&myopac.fines.owed;&myopac.fines.paid;&myopac.fines.balance;
&myopac.fines.status;
&common.currency;&common.currency;&common.currency;
+ + + + + +
+


+ + + + + + + + + + + + + + + + + + + + + + +
&myopac.fines.overdue;
&common.title;&common.author;&myopac.fines.checkout;&myopac.fines.due;&myopac.fines.returned;&myopac.fines.balance;
&myopac.fines.accruing; + &common.currency; +
+
+ + +
+


+ + + + + + + + + + + + + + + + + + + + + + + +
&myopac.fines.other;
&myopac.fines.time.start;&myopac.fines.time.paid;&myopac.fines.owed.initial;&myopac.fines.paid.amount;&myopac.fines.balance;&myopac.fines.type;
&common.currency;&common.currency; + * + &common.currency; +
+
+ +
+ +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_holds.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_holds.xml new file mode 100644 index 0000000000..08d16906d1 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_holds.xml @@ -0,0 +1,123 @@ + +
+ + + + + + +
+ +
+ + &myopac.holds.cancel.confirm; + &myopac.holds.freeze.confirm; + &myopac.holds.thaw.confirm; + &myopac.holds.thaw_date.confirm; + &myopac.holds.freeze.select_thaw; + + + +
&myopac.holds.processing;
+ +
+
&myopac.holds.freeze.select_thaw;
+

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.title;&common.author;&myopac.holds.formats;&myopac.holds.location;&common.status;&myopac.holds.estimated_wait;&myopac.holds.unfrozen;&myopac.holds.frozen.until;&opac.holds.expire_time;&common.select; + (&common.all;/&common.none;) + &myopac.holds.edit;
&myopac.holds.status.none;
&myopac.loading;
+ +
+
+
+
+
+
+ + + &myopac.holds.status.waiting; + &myopac.holds.status.intransit; + &myopac.holds.status.available; + + + + + + &common.no; + &common.yes; + + &myopac.holds.edit; +
+ + + &myopac.holds.verify; + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_prefs.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_prefs.xml new file mode 100644 index 0000000000..0687aa6294 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_prefs.xml @@ -0,0 +1,105 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ &myopac.prefs.title; +
&myopac.loading;
&myopac.prefs.hits; + +
&myopac.prefs.font; + +
+ &myopac.prefs.holds.notify; + &common.help; + + +
&myopac.prefs.search.location; +
+ &myopac.prefs.search.home; +
+ +
&myopac.prefs.search.range; + +

+ +
+ +
&myopac.prefs.save.success;
+
&myopac.prefs.save.failed;
+ + &myopac.prefs.help; + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_summary.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_summary.xml new file mode 100644 index 0000000000..821f870db7 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/myopac/myopac_summary.xml @@ -0,0 +1,311 @@ + +
+ + +
+ + + + + + +
+ &myopac.summary.expired; +
+
+ +
+ + + + + + + + + + + +
&myopac.summary.notes;
+ : +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.name; + + + + + +
&myopac.summary.phone.day;
&myopac.summary.phone.evening;
&myopac.summary.phone.other;
&common.username; &myopac.summary.change;
+ + + + + + + + + + +
&myopac.summary.password.current;
&myopac.summary.username.enter;
+ + + + + + + +
&common.password;&myopac.summary.password.text;&myopac.summary.change;
+ + + + + + + + + + + + + + +
&myopac.summary.password.current;
&myopac.summary.password.new;
&myopac.summary.password.reenter;
+ + + + + + + +
&myopac.summary.email; &myopac.summary.change;
+ + + + + + + + + + +
&myopac.summary.password.current;
&myopac.summary.email.new;
+ + + + + + + +
&myopac.summary.id.primary;
&myopac.summary.barcode;
&myopac.summary.home;
&myopac.summary.genesis;
+ + +


+ + + + + + + + + + + + + + +
&myopac.summary.addresses;&myopac.summary.addresses.pending;
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&myopac.summary.address.type;
&myopac.summary.address.street;
&myopac.summary.address.street;
&myopac.summary.address.city;
&myopac.summary.address.county;
&myopac.summary.address.state;
&myopac.summary.address.country;
&myopac.summary.address.zip;
&myopac.summary.address.invalid;
+ &myopac.summary.address.edit; +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&myopac.summary.address.type;
&myopac.summary.address.street;
&myopac.summary.address.street;
&myopac.summary.address.city;
&myopac.summary.address.county;
&myopac.summary.address.state;
&myopac.summary.address.country;
&myopac.summary.address.zip;
+ Save Changes + Discard Pending Address +
+
+ +
&myopac.summary.username.error;
+
+ &myopac.summary.username.dup; +
+
&myopac.summary.username.success;
+
&myopac.summary.username.failure;
+ +
&myopac.summary.email.error;
+
&myopac.summary.email.success;
+
&myopac.summary.email.failed;
+ +
&myopac.summary.password.error;
+
&myopac.summary.password.success;
+
&myopac.summary.password.failure;
+ &myopac.summary.username.invalid; + Address Saved +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/page_advanced.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/page_advanced.xml new file mode 100644 index 0000000000..0218dfb8d2 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/page_advanced.xml @@ -0,0 +1,14 @@ +
+ + + + + +
+ +
+
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/page_cnbrowse.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/page_cnbrowse.xml new file mode 100644 index 0000000000..cc2c4a4dcd --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/page_cnbrowse.xml @@ -0,0 +1,6 @@ +
+ + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/page_mresult.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/page_mresult.xml new file mode 100644 index 0000000000..b507d425ae --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/page_mresult.xml @@ -0,0 +1,9 @@ +
+ + + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/page_myopac.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/page_myopac.xml new file mode 100644 index 0000000000..e7d86acd0e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/page_myopac.xml @@ -0,0 +1,67 @@ +
+ + + + +
&common.loading;
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + +
+ +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/page_rdetail.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/page_rdetail.xml new file mode 100644 index 0000000000..f676a72bec --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/page_rdetail.xml @@ -0,0 +1,93 @@ +
+ + + + + + + + + + + + + + + + + +
+ + + &rdetail.result; + &common.of; + + + + + &rdetail.start; + &rdetail.page.previous.short; + + &rdetail.page.next.short; + &rdetail.end; + + +
+ + + + + + + + + + +
+ &rdetail.detailMain.headerLabel; + + + &opac.holds.exportRefWorks; + + + &opac.holds.placeHold; + + + + + +
+ +
+ &rdetail.record.deleted; +
+ + +

+ + +
&rdetail.none;
+
&rdetail.bookbag.add.success;
+
+
+ + +
+
&rdetail.bookbag.create.success;
+ +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/page_rresult.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/page_rresult.xml new file mode 100644 index 0000000000..2d0f2f6a86 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/page_rresult.xml @@ -0,0 +1,9 @@ +
+ + + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_altcanvas.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_altcanvas.xml new file mode 100644 index 0000000000..ff17d172c3 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_altcanvas.xml @@ -0,0 +1,28 @@ + + +
+ + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_cn_details.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_cn_details.xml new file mode 100644 index 0000000000..f937089394 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_cn_details.xml @@ -0,0 +1,109 @@ + + + + + + + + +
+
+ + &rdetail.print; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&rdetail.cn.barcode;&common.status;&rdetail.cn.location;&rdetail.cn.part;&rdetail.cn.hold.age;&rdetail.cn.genesis;&rdetail.cn.holdable;&rdetail.cn.due;
+ + &rdetail.cn.more; + &rdetail.cn.less; + &rdetail.cn.hold; + &rdetail.cn.reserve; + &rdetail.cn.multi_home; + &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/opac/skin/tadlstaff/xml/rdetail/rdetail_copyinfo.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_copyinfo.xml new file mode 100644 index 0000000000..01e463bf7d --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_copyinfo.xml @@ -0,0 +1,89 @@ + + +
+ +
+ + &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/opac/skin/tadlstaff/xml/rdetail/rdetail_extras.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_extras.xml new file mode 100644 index 0000000000..47382b624f --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_extras.xml @@ -0,0 +1,184 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
&common.loading;
+ + +
+ +
+
+ +
+ + +
+
+ +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+ + + + + + +
&common.title; &common.authors;  
+
+ +
+ +
+ &rdetail.extras.call.null; +
+ +
+ &rdetail.extras.call.local; + +
+ + +
+ + + +
+ +
&rdetail.extras.preview.fulltext;
+
&rdetail.extras.preview.title;
+
&rdetail.extras.preview.badge;
+ + + + + + + + + + + + + + + + + +
diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_summary.xml new file mode 100644 index 0000000000..d869f386c5 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/rdetail/rdetail_summary.xml @@ -0,0 +1,231 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
&opac.image_provided;
+ +
+
&common.title; + +
&common.author; + +
&common.isbn;
&common.edition;
&common.pubdate;
&common.publisher;
&common.physical;
&common.format; + + +
&rdetail.detailMain.abstract;
&rdetail.summary.subjects; + +
&rdetail.summary.online; + +
&rdetail.summary.issues_held; + ${holdingsStatement} + +
+ + + + + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/result/filtersort.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/result/filtersort.xml new file mode 100644 index 0000000000..c8b3327df3 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/result/filtersort.xml @@ -0,0 +1,20 @@ + + &result.limit2avail; + + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_common.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_common.xml new file mode 100644 index 0000000000..86848ab51f --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_common.xml @@ -0,0 +1,36 @@ + +
+ + + + + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_info.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_info.xml new file mode 100644 index 0000000000..902035b808 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_info.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + +
+ + &result.info.copies; + +
+
+ + * + &result.info.no.items; +
&result.info.format.items;
+
+
+ + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_lowhits.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_lowhits.xml new file mode 100644 index 0000000000..0933ed1572 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_lowhits.xml @@ -0,0 +1,49 @@ + +
+ +


+ +
+
&result.lowhits.few;
+
&result.lowhits.zero;
+
+ + +
+ &result.lowhits.did.you.mean; + +
+ +
+ &result.lowhits.formats; + &result.lowhits.formats.search; +
+ +
+ &result.lowhits.related; +
+ +
+
+ +
+ &result.lowhits.expand; + +
+ + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_table.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_table.xml new file mode 100644 index 0000000000..27dd3f75cd --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/result/result_table.xml @@ -0,0 +1,321 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + +
+ + + | + | + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + &common.relevancy; + + + + &opac.holds.placeHold; + + + + + + + + + + &result.googleBooks.browse; + + +
+ + = max_items) { + return output.innerHTML; + } + if (vol.getAttribute('deleted') == 't') { + return; + } + if (vol.getAttribute('opac_visible') == 'f') { + return; + } + dojo.query('copy', vol).forEach(function (cp) { + if (item_cnt >= max_items) { + return; + } + if (cp.getAttribute('deleted') == 't') { + return; + } + if (cp.getAttribute('opac_visible') == 'f') { + return; + } + + /* Ensure the status is visible */ + var visible_status; + dojo.query('status', cp).forEach(function (status) { + visible_status = status.getAttribute('opac_visible'); + }); + if (visible_status == 'f') { + return; + } + + /* Ensure the circulation library is visible */ + var lib_vis; + dojo.query('circlib', cp).forEach(function (status) { + lib_vis = status.getAttribute('opac_visible'); + }); + if (lib_vis != 't') { + return; + } + + var cp_entry = dojo.create('div'); + var loc_visible; + var vol_appended = false; + dojo.query('location', cp).forEach(function (location) { + loc_visible = location.getAttribute('opac_visible'); + if (loc_visible == 't') { + if (!vol_appended) { + var cn = dojo.create('span', { style: "font-weight: bold;" }, cp_entry); + var cn_txt = dojo.doc.createTextNode(vol.getAttribute('label')); + cn.appendChild(cn_txt); + vol_appended = true; + } + var loc = dojo.create('span', { "style": "font-weight: bold;"}, cp_entry); + var loc_txt = dojo.doc.createTextNode(' - ' + BT.textContent(location)); + loc.appendChild(loc_txt); + } + }); + if (loc_visible != 't') { + return; + } + dojo.query('circ_lib', cp).forEach(function (circ_lib) { + var cp_lib = dojo.create('span', { "style": "font-weight: bold;" }, cp_entry, "first"); + var cp_lib_txt = dojo.doc.createTextNode(circ_lib.getAttribute('name') + ' - '); + cp_lib.appendChild(cp_lib_txt); + }); + dojo.query('status', cp).forEach(function (status) { + var cp_status = dojo.create('span', { "style": "font-weight: bold;" }, cp_entry); + var cp_status_txt = dojo.doc.createTextNode(' (' + BT.textContent(status) + ')'); + cp_status.appendChild(cp_status_txt); + }); + + item_cnt++; + if (item_cnt >= max_items) { + dojo.create('br', null, cp_entry); + cp_entry.appendChild(dojo.doc.createTextNode(opac_strings.MORE_COPIES_FULL_RECORD)); + } + output.appendChild(cp_entry); + }); + }); + + return output.innerHTML; + ]]> + +
+ +
+
+
+ + + + + + + + + + + + + +
+ + + &common.results; + + - + + &common.ofAtLeast; + + (page + + &common.of; + + + + + &rdetail.start;&rdetail.page.previous.short; + + + &rdetail.page.next.short; + + + + + +
+ + + + + + + + + + + + + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlstaff/xml/setenv.xml b/Open-ILS/web/opac/skin/tadlstaff/xml/setenv.xml new file mode 100644 index 0000000000..e64b27020e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlstaff/xml/setenv.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/advanced/adv_global_row.xml b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/adv_global_row.xml new file mode 100644 index 0000000000..f5c5ca7dd9 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/adv_global_row.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_global.xml b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_global.xml new file mode 100644 index 0000000000..865aa59ff8 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_global.xml @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_marc.xml b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_marc.xml new file mode 100644 index 0000000000..46fe2879ed --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_marc.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + +
&opac.advanced.marc.title;
+ &opac.advanced.marc.tag;: + + + &opac.advanced.marc.subfield;: + + + &opac.advanced.marc.value;: + + + +
+ + + + +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_quick.xml b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_quick.xml new file mode 100644 index 0000000000..3f7da6ff5e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/advanced/advanced_quick.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + +
&opac.advanced.quick.title;
+ &common.call.number.label; + + + + &common.isbn.label; + + + + &common.issn.label; + + +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/body.xml b/Open-ILS/web/opac/skin/tadlv2/xml/body.xml new file mode 100644 index 0000000000..3325a26b80 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/body.xml @@ -0,0 +1,60 @@ + + + + + + + + +
+ + + +
+ + + + + + + + + + + +
+
+ +
+ +
+
+ ; +
&common.googlechromeframe.why;
+ + +
+
+ + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/altcanvas.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/altcanvas.xml new file mode 100644 index 0000000000..97448daa77 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/altcanvas.xml @@ -0,0 +1,37 @@ + + + +
+ + + + + + + + + + + + + + + + + + +
+
+ +
+
+ +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/cn_browse.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/cn_browse.xml new file mode 100644 index 0000000000..aea7fa171f --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/cn_browse.xml @@ -0,0 +1,34 @@ +
+
&common.cn.loading;
+
+ + +
+ &common.cn.browsing; +
+ + + + + + + + + + + + + +
&common.cn.previous;&common.cn.shelf;&common.cn.next;
+ +
+ + +
+
+
+
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/css_common.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/css_common.xml new file mode 100644 index 0000000000..c01bb3fb90 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/css_common.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/fonts.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/fonts.xml new file mode 100644 index 0000000000..c7ebef3801 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/fonts.xml @@ -0,0 +1,25 @@ +
+ +
+ &common.textsize.title; + &common.textsize.regular; + &common.textsize.separator; + &common.textsize.large; +  |  + &common.language; + + + +
+ +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/format_selector.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/format_selector.xml new file mode 100644 index 0000000000..6d329a9a3c --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/format_selector.xml @@ -0,0 +1,11 @@ + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/holds.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/holds.xml new file mode 100644 index 0000000000..4930ab73ec --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/holds.xml @@ -0,0 +1,251 @@ +
+
+
+ + + + + + + + + + +
&opac.holds.xulRecipient;:
+
+
+ +
+


+ &common.hold.check; +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.hold.create;
&opac.holds.recipient;:
&common.title.label;
&common.author;
&common.format;
&common.physical.label;
&common.mono_parts.label; + + +
&common.call.number.label;
&common.copy.barcode.label;
&common.issuance_label.label;
&common.hold.type.label;&common.hold.volume;&common.hold.copy;&common.hold.issuance;
&opac.holds.contactPhone;: + + &common.phone.format; +
&common.phone.enable; + +
&opac.holds.contactEmail;: + + &common.email.none;
+ &common.email.set; +
+ + &common.email.none; + + +
&common.email.enable; + +
&opac.holds.pickupLocation; + +
&opac.holds.expire_time; + +
+ &opac.holds.freeze; + &common.help; + + +
+ + &opac.holds.freeze.thaw_date; + + +
+ +
+
+ &common.format.alternatives; + &common.help; +
+
&common.control.click;
+
+ +
+ + + + +
+ +
&opac.holds.success;
+
&opac.holds.failure;
+ + &common.phone.format.help; + + + + &common.hold.failed; + + &opac.hold.has_parts; + +
+ + + &opac.search.books; + &opac.search.largePrint; + &opac.search.audioBooks; + &opac.search.videoRecordings; + &opac.search.music; + &opac.search.electronic; + + + &holds.advanced_options; + + &common.hold.delivery; + + &common.hold.exists; + &common.hold.checked_out; + + &common.hold.exists.override; + &common.hold.checked_out.override; + + &common.hold.barred; + + &common.hold.item.invalid; + + &common.hold.patron.invalid; + +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/ilsevents.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/ilsevents.xml new file mode 100644 index 0000000000..dcef13f28b --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/ilsevents.xml @@ -0,0 +1,14 @@ + + &ilsevent.1000; + &ilsevent.1001; + &ilsevent.1002; + &ilsevent.1200; + &ilsevent.5000; + &ilsperm.CREATE_HOLD; + + + &opac.session_expiring; + &opac.session_expired; + &common.user_not_found; + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/js_common.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/js_common.xml new file mode 100644 index 0000000000..ab8edbb55e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/js_common.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/libselect.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/libselect.xml new file mode 100644 index 0000000000..45a7da780c --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/libselect.xml @@ -0,0 +1,15 @@ + + + + + &library.select; + + + + + &library.select.help; + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/login.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/login.xml new file mode 100644 index 0000000000..e59ba2985e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/login.xml @@ -0,0 +1,115 @@ + +
+ + + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +

+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&login.password;
+ &login.first.time; + &common.password_criteria; +
&login.password.current.enter;
&login.password.new.enter;
&login.password.new.reenter;

+ +
+ + &login.password.nomatch; + &login.password.success; + + + &login.password.strength; + &common.password_criteria; + + + &login.barcode.inactive; + + &login.account.inactive; + + &login.failed; + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/logo.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/logo.xml new file mode 100644 index 0000000000..fffec7f2ce --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/logo.xml @@ -0,0 +1,4 @@ +
+ + +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/orgtree.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/orgtree.xml new file mode 100644 index 0000000000..d4008d3f68 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/orgtree.xml @@ -0,0 +1,27 @@ + + +
+ + + +

&common.org.loading;
+
+
&common.org.note; + &common.org.notetext; +
+
+
+
+
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/searchbar.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/searchbar.xml new file mode 100644 index 0000000000..1638370e78 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/searchbar.xml @@ -0,0 +1,96 @@ + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/sidebar.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/sidebar.xml new file mode 100644 index 0000000000..f1f4d363fe --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/sidebar.xml @@ -0,0 +1,178 @@ + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/statusbar.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/statusbar.xml new file mode 100644 index 0000000000..237be6264b --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/statusbar.xml @@ -0,0 +1,28 @@ + +
+ + + + + + + + +
+ + + + + &status.results; + + + + + +
+ + + +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/stypes_selector.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/stypes_selector.xml new file mode 100644 index 0000000000..588030c63a --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/stypes_selector.xml @@ -0,0 +1,8 @@ + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/common/tips.xml b/Open-ILS/web/opac/skin/tadlv2/xml/common/tips.xml new file mode 100644 index 0000000000..84919f54e1 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/common/tips.xml @@ -0,0 +1,8 @@ + +
+
+ &common.tips.tip1; + &common.tips.tip2; +
+ &tips.label; +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/footer.xml b/Open-ILS/web/opac/skin/tadlv2/xml/footer.xml new file mode 100644 index 0000000000..ab53c9d051 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/footer.xml @@ -0,0 +1,34 @@ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/header.xml b/Open-ILS/web/opac/skin/tadlv2/xml/header.xml new file mode 100644 index 0000000000..3f312b4836 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/header.xml @@ -0,0 +1,15 @@ + + + + + + + &<!--#echo var="OILS_TITLE"-->; + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/home/homesearch.xml b/Open-ILS/web/opac/skin/tadlv2/xml/home/homesearch.xml new file mode 100644 index 0000000000..30ca9a3481 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/home/homesearch.xml @@ -0,0 +1,135 @@ + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/home/index_body.xml b/Open-ILS/web/opac/skin/tadlv2/xml/home/index_body.xml new file mode 100644 index 0000000000..574af3b496 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/home/index_body.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + +
+
+ + +
+
+ +
+
+ +
&common.googlechromeframe.why;
+ + +
+
+ + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/html_xsl.xml b/Open-ILS/web/opac/skin/tadlv2/xml/html_xsl.xml new file mode 100644 index 0000000000..f22332079d --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/html_xsl.xml @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/index.xml b/Open-ILS/web/opac/skin/tadlv2/xml/index.xml new file mode 100644 index 0000000000..f3e84e5f10 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/index.xml @@ -0,0 +1,21 @@ + + + + + + +]> + + + + + + + + + + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_bookbags.xml b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_bookbags.xml new file mode 100644 index 0000000000..d4c6d3f3d3 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_bookbags.xml @@ -0,0 +1,136 @@ + +
+ + + +
+ &myopac.delete.bookbag; +
+ +
&myopac.no.bookbags;
+ +
+ &myopac.bookbags.title; + +
+ + + + + + + + + + + + + + + + +
&common.name;&myopac.bookbag.items;&myopac.bookbag.shared;&myopac.bookbag.toggle;&myopac.bookbag.delete;
+ + &myopac.items; + &common.no; + &common.yes; + &myopac.view; + + &myopac.atom.feed; + +
&myopac.bookbag.refworks; +
+ &myopac.bookbag.hide; + &myopac.bookbag.share; + + &myopac.delete; +
+ + + + + + + + + + + + + +
&myopac.bookbag.create;
+ &myopac.bookbag.naming; + +
+ &myopac.bookbag.share; + &common.help; + &common.yes; + &common.no; + +
+ + +
+ +
&myopac.bookbag.no.items;
+ + + + + + + + + + + + + +
&common.title; &common.authors; &myopac.bookbag.remove;
&myopac.remove.link;
+ + + + &myopac.publish.text; + + + + &myopac.item.confirm; + + + + &myopac.publish.confirm; + + + + &myopac.unpublish.confirm; + + + + &myopac.update.success; + + + + &myopac.create.warning; + + + + &myopac.describe.bookbags; + + + + &myopac.updated.success; + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_checked.xml b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_checked.xml new file mode 100644 index 0000000000..5d00be1aab --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_checked.xml @@ -0,0 +1,107 @@ + +
+ + + + + + + + + +
+ + &myopac.checked.out; 0 / + &myopac.checked.overdue; 0 + + +
&myopac.checked.renewing;
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.title;&common.author;&myopac.fines.due;&myopac.checked.renew.remaining;&common.select; + (&common.all;/&common.none;) +
&myopac.checked.noitems;
&common.loading;
+ + + +
+ +
+
+
&myopac.common.other.circ;
+ + + + + + + + + + + + +
&myopac.checked.circ.lib;&myopac.checked.item.type;&myopac.checked.circ.time;
+ + +
+
+ +
&myopac.checked.renew.success;
+ + &myopac.checked.renew.confirm; + + &myopac.checked.renew.fail; + + &myopac.checked.renew.fail2; + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_fines.xml b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_fines.xml new file mode 100644 index 0000000000..db129c0162 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_fines.xml @@ -0,0 +1,101 @@ + +
+ + + + + + + + + + + + + + + + + + + + +
&myopac.fines.title;
&myopac.fines.owed;&myopac.fines.paid;&myopac.fines.balance;
&myopac.fines.status;
&common.currency;&common.currency;&common.currency;
+ + + + + +
+


+ + + + + + + + + + + + + + + + + + + + + + +
&myopac.fines.overdue;
&common.title;&common.author;&myopac.fines.checkout;&myopac.fines.due;&myopac.fines.returned;&myopac.fines.balance;
&myopac.fines.accruing; + &common.currency; +
+
+ + +
+


+ + + + + + + + + + + + + + + + + + + + + + + +
&myopac.fines.other;
&myopac.fines.time.start;&myopac.fines.time.paid;&myopac.fines.owed.initial;&myopac.fines.paid.amount;&myopac.fines.balance;&myopac.fines.type;
&common.currency;&common.currency; + * + &common.currency; +
+
+ +
+ +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_holds.xml b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_holds.xml new file mode 100644 index 0000000000..08d16906d1 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_holds.xml @@ -0,0 +1,123 @@ + +
+ + + + + + +
+ +
+ + &myopac.holds.cancel.confirm; + &myopac.holds.freeze.confirm; + &myopac.holds.thaw.confirm; + &myopac.holds.thaw_date.confirm; + &myopac.holds.freeze.select_thaw; + + + +
&myopac.holds.processing;
+ +
+
&myopac.holds.freeze.select_thaw;
+

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.title;&common.author;&myopac.holds.formats;&myopac.holds.location;&common.status;&myopac.holds.estimated_wait;&myopac.holds.unfrozen;&myopac.holds.frozen.until;&opac.holds.expire_time;&common.select; + (&common.all;/&common.none;) + &myopac.holds.edit;
&myopac.holds.status.none;
&myopac.loading;
+ +
+
+
+
+
+
+ + + &myopac.holds.status.waiting; + &myopac.holds.status.intransit; + &myopac.holds.status.available; + + + + + + &common.no; + &common.yes; + + &myopac.holds.edit; +
+ + + &myopac.holds.verify; + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_prefs.xml b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_prefs.xml new file mode 100644 index 0000000000..0687aa6294 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_prefs.xml @@ -0,0 +1,105 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ &myopac.prefs.title; +
&myopac.loading;
&myopac.prefs.hits; + +
&myopac.prefs.font; + +
+ &myopac.prefs.holds.notify; + &common.help; + + +
&myopac.prefs.search.location; +
+ &myopac.prefs.search.home; +
+ +
&myopac.prefs.search.range; + +

+ +
+ +
&myopac.prefs.save.success;
+
&myopac.prefs.save.failed;
+ + &myopac.prefs.help; + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_summary.xml b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_summary.xml new file mode 100644 index 0000000000..821f870db7 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/myopac/myopac_summary.xml @@ -0,0 +1,311 @@ + +
+ + +
+ + + + + + +
+ &myopac.summary.expired; +
+
+ +
+ + + + + + + + + + + +
&myopac.summary.notes;
+ : +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.name; + + + + + +
&myopac.summary.phone.day;
&myopac.summary.phone.evening;
&myopac.summary.phone.other;
&common.username; &myopac.summary.change;
+ + + + + + + + + + +
&myopac.summary.password.current;
&myopac.summary.username.enter;
+ + + + + + + +
&common.password;&myopac.summary.password.text;&myopac.summary.change;
+ + + + + + + + + + + + + + +
&myopac.summary.password.current;
&myopac.summary.password.new;
&myopac.summary.password.reenter;
+ + + + + + + +
&myopac.summary.email; &myopac.summary.change;
+ + + + + + + + + + +
&myopac.summary.password.current;
&myopac.summary.email.new;
+ + + + + + + +
&myopac.summary.id.primary;
&myopac.summary.barcode;
&myopac.summary.home;
&myopac.summary.genesis;
+ + +


+ + + + + + + + + + + + + + +
&myopac.summary.addresses;&myopac.summary.addresses.pending;
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&myopac.summary.address.type;
&myopac.summary.address.street;
&myopac.summary.address.street;
&myopac.summary.address.city;
&myopac.summary.address.county;
&myopac.summary.address.state;
&myopac.summary.address.country;
&myopac.summary.address.zip;
&myopac.summary.address.invalid;
+ &myopac.summary.address.edit; +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&myopac.summary.address.type;
&myopac.summary.address.street;
&myopac.summary.address.street;
&myopac.summary.address.city;
&myopac.summary.address.county;
&myopac.summary.address.state;
&myopac.summary.address.country;
&myopac.summary.address.zip;
+ Save Changes + Discard Pending Address +
+
+ +
&myopac.summary.username.error;
+
+ &myopac.summary.username.dup; +
+
&myopac.summary.username.success;
+
&myopac.summary.username.failure;
+ +
&myopac.summary.email.error;
+
&myopac.summary.email.success;
+
&myopac.summary.email.failed;
+ +
&myopac.summary.password.error;
+
&myopac.summary.password.success;
+
&myopac.summary.password.failure;
+ &myopac.summary.username.invalid; + Address Saved +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/page_advanced.xml b/Open-ILS/web/opac/skin/tadlv2/xml/page_advanced.xml new file mode 100644 index 0000000000..0218dfb8d2 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/page_advanced.xml @@ -0,0 +1,14 @@ +
+ + + + + +
+ +
+
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/page_cnbrowse.xml b/Open-ILS/web/opac/skin/tadlv2/xml/page_cnbrowse.xml new file mode 100644 index 0000000000..cc2c4a4dcd --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/page_cnbrowse.xml @@ -0,0 +1,6 @@ +
+ + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/page_mresult.xml b/Open-ILS/web/opac/skin/tadlv2/xml/page_mresult.xml new file mode 100644 index 0000000000..b507d425ae --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/page_mresult.xml @@ -0,0 +1,9 @@ +
+ + + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/page_myopac.xml b/Open-ILS/web/opac/skin/tadlv2/xml/page_myopac.xml new file mode 100644 index 0000000000..e7d86acd0e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/page_myopac.xml @@ -0,0 +1,67 @@ +
+ + + + +
&common.loading;
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + + +
+ +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml b/Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml new file mode 100644 index 0000000000..f676a72bec --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/page_rdetail.xml @@ -0,0 +1,93 @@ +
+ + + + + + + + + + + + + + + + + +
+ + + &rdetail.result; + &common.of; + + + + + &rdetail.start; + &rdetail.page.previous.short; + + &rdetail.page.next.short; + &rdetail.end; + + +
+ + + + + + + + + + +
+ &rdetail.detailMain.headerLabel; + + + &opac.holds.exportRefWorks; + + + &opac.holds.placeHold; + + + + + +
+ +
+ &rdetail.record.deleted; +
+ + +

+ + +
&rdetail.none;
+
&rdetail.bookbag.add.success;
+
+
+ + +
+
&rdetail.bookbag.create.success;
+ +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/page_rresult.xml b/Open-ILS/web/opac/skin/tadlv2/xml/page_rresult.xml new file mode 100644 index 0000000000..2d0f2f6a86 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/page_rresult.xml @@ -0,0 +1,9 @@ +
+ + + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_altcanvas.xml b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_altcanvas.xml new file mode 100644 index 0000000000..ff17d172c3 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_altcanvas.xml @@ -0,0 +1,28 @@ + + +
+ + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_cn_details.xml b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_cn_details.xml new file mode 100644 index 0000000000..f937089394 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_cn_details.xml @@ -0,0 +1,109 @@ + + + + + + + + +
+
+ + &rdetail.print; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&rdetail.cn.barcode;&common.status;&rdetail.cn.location;&rdetail.cn.part;&rdetail.cn.hold.age;&rdetail.cn.genesis;&rdetail.cn.holdable;&rdetail.cn.due;
+ + &rdetail.cn.more; + &rdetail.cn.less; + &rdetail.cn.hold; + &rdetail.cn.reserve; + &rdetail.cn.multi_home; + &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/opac/skin/tadlv2/xml/rdetail/rdetail_copyinfo.xml b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_copyinfo.xml new file mode 100644 index 0000000000..01e463bf7d --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_copyinfo.xml @@ -0,0 +1,89 @@ + + +
+ +
+ + &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/opac/skin/tadlv2/xml/rdetail/rdetail_extras.xml b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_extras.xml new file mode 100644 index 0000000000..47382b624f --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_extras.xml @@ -0,0 +1,184 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
&common.loading;
+ + +
+ +
+
+ +
+ + +
+
+ +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+ + + + + + +
&common.title; &common.authors;  
+
+ +
+ +
+ &rdetail.extras.call.null; +
+ +
+ &rdetail.extras.call.local; + +
+ + +
+ + + +
+ +
&rdetail.extras.preview.fulltext;
+
&rdetail.extras.preview.title;
+
&rdetail.extras.preview.badge;
+ + + + + + + + + + + + + + + + + +
diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_summary.xml new file mode 100644 index 0000000000..d869f386c5 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/rdetail/rdetail_summary.xml @@ -0,0 +1,231 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
&opac.image_provided;
+ +
+
&common.title; + +
&common.author; + +
&common.isbn;
&common.edition;
&common.pubdate;
&common.publisher;
&common.physical;
&common.format; + + +
&rdetail.detailMain.abstract;
&rdetail.summary.subjects; + +
&rdetail.summary.online; + +
&rdetail.summary.issues_held; + ${holdingsStatement} + +
+ + + + + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/result/filtersort.xml b/Open-ILS/web/opac/skin/tadlv2/xml/result/filtersort.xml new file mode 100644 index 0000000000..c8b3327df3 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/result/filtersort.xml @@ -0,0 +1,20 @@ + + &result.limit2avail; + + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/result/result_common.xml b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_common.xml new file mode 100644 index 0000000000..86848ab51f --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_common.xml @@ -0,0 +1,36 @@ + +
+ + + + + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/result/result_info.xml b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_info.xml new file mode 100644 index 0000000000..902035b808 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_info.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + +
+ + &result.info.copies; + +
+
+ + * + &result.info.no.items; +
&result.info.format.items;
+
+
+ + + + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/result/result_lowhits.xml b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_lowhits.xml new file mode 100644 index 0000000000..0933ed1572 --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_lowhits.xml @@ -0,0 +1,49 @@ + +
+ +


+ +
+
&result.lowhits.few;
+
&result.lowhits.zero;
+
+ + +
+ &result.lowhits.did.you.mean; + +
+ +
+ &result.lowhits.formats; + &result.lowhits.formats.search; +
+ +
+ &result.lowhits.related; +
+ +
+
+ +
+ &result.lowhits.expand; + +
+ + + +
+ diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/result/result_table.xml b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_table.xml new file mode 100644 index 0000000000..27dd3f75cd --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/result/result_table.xml @@ -0,0 +1,321 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + +
+ + + | + | + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + &common.relevancy; + + + + &opac.holds.placeHold; + + + + + + + + + + &result.googleBooks.browse; + + +
+ + = max_items) { + return output.innerHTML; + } + if (vol.getAttribute('deleted') == 't') { + return; + } + if (vol.getAttribute('opac_visible') == 'f') { + return; + } + dojo.query('copy', vol).forEach(function (cp) { + if (item_cnt >= max_items) { + return; + } + if (cp.getAttribute('deleted') == 't') { + return; + } + if (cp.getAttribute('opac_visible') == 'f') { + return; + } + + /* Ensure the status is visible */ + var visible_status; + dojo.query('status', cp).forEach(function (status) { + visible_status = status.getAttribute('opac_visible'); + }); + if (visible_status == 'f') { + return; + } + + /* Ensure the circulation library is visible */ + var lib_vis; + dojo.query('circlib', cp).forEach(function (status) { + lib_vis = status.getAttribute('opac_visible'); + }); + if (lib_vis != 't') { + return; + } + + var cp_entry = dojo.create('div'); + var loc_visible; + var vol_appended = false; + dojo.query('location', cp).forEach(function (location) { + loc_visible = location.getAttribute('opac_visible'); + if (loc_visible == 't') { + if (!vol_appended) { + var cn = dojo.create('span', { style: "font-weight: bold;" }, cp_entry); + var cn_txt = dojo.doc.createTextNode(vol.getAttribute('label')); + cn.appendChild(cn_txt); + vol_appended = true; + } + var loc = dojo.create('span', { "style": "font-weight: bold;"}, cp_entry); + var loc_txt = dojo.doc.createTextNode(' - ' + BT.textContent(location)); + loc.appendChild(loc_txt); + } + }); + if (loc_visible != 't') { + return; + } + dojo.query('circ_lib', cp).forEach(function (circ_lib) { + var cp_lib = dojo.create('span', { "style": "font-weight: bold;" }, cp_entry, "first"); + var cp_lib_txt = dojo.doc.createTextNode(circ_lib.getAttribute('name') + ' - '); + cp_lib.appendChild(cp_lib_txt); + }); + dojo.query('status', cp).forEach(function (status) { + var cp_status = dojo.create('span', { "style": "font-weight: bold;" }, cp_entry); + var cp_status_txt = dojo.doc.createTextNode(' (' + BT.textContent(status) + ')'); + cp_status.appendChild(cp_status_txt); + }); + + item_cnt++; + if (item_cnt >= max_items) { + dojo.create('br', null, cp_entry); + cp_entry.appendChild(dojo.doc.createTextNode(opac_strings.MORE_COPIES_FULL_RECORD)); + } + output.appendChild(cp_entry); + }); + }); + + return output.innerHTML; + ]]> + +
+ +
+
+
+ + + + + + + + + + + + + +
+ + + &common.results; + + - + + &common.ofAtLeast; + + (page + + &common.of; + + + + + &rdetail.start;&rdetail.page.previous.short; + + + &rdetail.page.next.short; + + + + + +
+ + + + + + + + + + + + + + +
+ + diff --git a/Open-ILS/web/opac/skin/tadlv2/xml/setenv.xml b/Open-ILS/web/opac/skin/tadlv2/xml/setenv.xml new file mode 100644 index 0000000000..e64b27020e --- /dev/null +++ b/Open-ILS/web/opac/skin/tadlv2/xml/setenv.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.0