From d2da22945f0aabf5902221c34b18df9ed0265b1b Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 15 Jul 2008 01:39:03 +0000 Subject: [PATCH] Backport r10040 from trunk: add default staff client portal page git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@10042 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg.conf | 2 +- Open-ILS/xul/staff_client/server/index.xhtml | 18 ++++++++++++++++++ 2 files changed, 19 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 d8ca24e2ef..48388c1800 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -84,7 +84,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/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml new file mode 100644 index 0000000000..0678c52125 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -0,0 +1,18 @@ + + + +]> + + + +Evergreen Staff Client Portal Page + + +

Evergreen Staff Client Portal Page

+

This is the Evergreen staff client portal page. You can customize this with the information or functionality your organization needs to support its operations. For example, you could add links to process and procedure documents.

+ + + -- 2.11.0