]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/index.xml
d4b6372f5763cab80f634213c38112bc22634c63
[working/Evergreen.git] / Open-ILS / web / opac / skin / default / xml / index.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE x [ <!ENTITY % ent SYSTEM "../../../locale/en-US/lang.dtd"> %ent; ] >
3
4 <!--
5 <!DOCTYPE html PUBLIC 
6         "-//W3C//DTD XHTML 1.0 Transitional//EN"
7         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
8         -->
9
10 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude">
11
12         <head>
13                 <title>Evergreen: Home</title>
14                 <xi:include href="css_common.xml#xpointer(//link)"/>
15                 <xi:include href="js_common.xml#xpointer(//script)"/>
16         </head>
17
18         <body onload="init();">
19                 <xi:include href="header.xml"/> 
20
21                 <div id='canvas' class='canvas'>
22                         <xi:include href="altcanvas.xml"/>
23                         <div id='canvas_main'>Home is here, show something interesting...</div>
24                 </div>
25
26         </body>
27
28 </html>