[open-ils-commits] r10040 - in trunk/Open-ILS: examples/apache web/opac/locale/en-US xul/staff_client/server

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 14 21:34:27 EDT 2008


Author: dbs
Date: 2008-07-14 21:34:26 -0400 (Mon, 14 Jul 2008)
New Revision: 10040

Added:
   trunk/Open-ILS/xul/staff_client/server/index.xhtml
Modified:
   trunk/Open-ILS/examples/apache/eg.conf
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
Log:
Add a basic default portal page to the staff client


Modified: trunk/Open-ILS/examples/apache/eg.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg.conf	2008-07-15 01:32:36 UTC (rev 10039)
+++ trunk/Open-ILS/examples/apache/eg.conf	2008-07-15 01:34:26 UTC (rev 10040)
@@ -86,7 +86,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>

Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-07-15 01:32:36 UTC (rev 10039)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-07-15 01:34:26 UTC (rev 10040)
@@ -2477,3 +2477,5 @@
 <!ENTITY ev.staff.patron.ue_xhtml.cancel.value "Cancel">
 <!ENTITY ev.staff.patron.ue_xhtml.alert_message_reset.value "Clear">
 <!ENTITY ev.staff.patron.ue_xhtml.date_selector.label "Date selector">
+<!ENTITY staff.portal.title "Evergreen Staff Client Portal Page">
+<!ENTITY staff.portal.default.welcome "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.">

Added: trunk/Open-ILS/xul/staff_client/server/index.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/index.xhtml	                        (rev 0)
+++ trunk/Open-ILS/xul/staff_client/server/index.xhtml	2008-07-15 01:34:26 UTC (rev 10040)
@@ -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>&staff.portal.title;</title>
+</head>
+<body>
+<h1>&staff.portal.title;</h1>
+<p>&staff.portal.default.welcome;</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