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>
<!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.">
--- /dev/null
+<?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>