[open-ils-commits] r10042 - in branches/rel_1_2/Open-ILS:
examples/apache xul/staff_client/server
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jul 14 21:39:04 EDT 2008
Author: dbs
Date: 2008-07-14 21:39:03 -0400 (Mon, 14 Jul 2008)
New Revision: 10042
Added:
branches/rel_1_2/Open-ILS/xul/staff_client/server/index.xhtml
Modified:
branches/rel_1_2/Open-ILS/examples/apache/eg.conf
Log:
Backport r10040 from trunk: add default staff client portal page
Modified: branches/rel_1_2/Open-ILS/examples/apache/eg.conf
===================================================================
--- branches/rel_1_2/Open-ILS/examples/apache/eg.conf 2008-07-15 01:38:11 UTC (rev 10041)
+++ branches/rel_1_2/Open-ILS/examples/apache/eg.conf 2008-07-15 01:39:03 UTC (rev 10042)
@@ -84,7 +84,7 @@
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>
Copied: branches/rel_1_2/Open-ILS/xul/staff_client/server/index.xhtml (from rev 10041, branches/rel_1_2_2/Open-ILS/xul/staff_client/server/index.xhtml)
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/index.xhtml (rev 0)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/index.xhtml 2008-07-15 01:39:03 UTC (rev 10042)
@@ -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>
More information about the open-ils-commits
mailing list