]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/index.xhtml
Teach the i18n Makefile how to handle serial.properties
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / index.xhtml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE html PUBLIC 
4     "-//W3C//DTD XHTML 1.0 Transitional//EN" 
5     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
6     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
7 ]>
8
9 <html xmlns='http://www.w3.org/1999/xhtml'>
10 <head>
11 <title>&staff.portal.title;</title>
12 </head>
13 <body style="background-color: white;">
14 <h1>&staff.portal.title;</h1>
15 <p>&staff.portal.default.welcome;</p>
16 <img src="/opac/images/main_logo.jpg" style="display: block; margin-left: auto; margin-right: auto;"/>
17 </body>
18 </html>