From 2f0130a1fc12eb1f58040a60352906eb5b9cf076 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 15 Jul 2008 01:34:26 +0000 Subject: [PATCH 1/1] Add a basic default portal page to the staff client git-svn-id: svn://svn.open-ils.org/ILS/trunk@10040 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg.conf | 2 +- Open-ILS/web/opac/locale/en-US/lang.dtd | 2 ++ Open-ILS/xul/staff_client/server/index.xhtml | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 Open-ILS/xul/staff_client/server/index.xhtml diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index 894aa55356..3bee68a243 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -86,7 +86,7 @@ NameVirtualHost *:80 ServerName localhost:80 ServerAlias 127.0.0.1:80 DocumentRoot /openils/var/web/ - DirectoryIndex index.xml index.html + DirectoryIndex index.xml index.html index.xhtml # - absorb the shared virtual host settings Include eg_vhost.conf diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 00c6e55da4..09f71ecde7 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -2477,3 +2477,5 @@ + + diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml new file mode 100644 index 0000000000..53c48bf8b7 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -0,0 +1,18 @@ + + + +]> + + + +&staff.portal.title; + + +

&staff.portal.title;

+

&staff.portal.default.welcome;

+ + + -- 2.43.2