Backport r10040 from trunk: add default staff client portal page
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Jul 2008 01:38:11 +0000 (01:38 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Jul 2008 01:38:11 +0000 (01:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_2@10041 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/apache/eg.conf
Open-ILS/xul/staff_client/server/index.xhtml [new file with mode: 0644]

index d8ca24e..48388c1 100644 (file)
@@ -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
 </VirtualHost>
diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml
new file mode 100644 (file)
index 0000000..0678c52
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE html PUBLIC 
+       "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
+       <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
+]>
+
+<html xmlns='http://www.w3.org/1999/xhtml'>
+<head>
+<title>Evergreen Staff Client Portal Page</title>
+</head>
+<body>
+<h1>Evergreen Staff Client Portal Page</h1>
+<p>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.</p>
+<img src="/opac/images/main_logo.jpg" style="display: block; margin-left: auto; margin-right: auto;"/>
+</body>
+</html>