]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/index.xml
7d82662a6070bc2b6c5bd5ee128c2793e8c4ac2f
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / index.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- Loads the environment -->
4 <!--#include virtual="setenv.xml"-->
5
6 <!--#if expr="$safari || !$mozilla"-->
7 <!-- Tells the browser to translate the page as HTML --> 
8 <?xml-stylesheet type="text/xsl" href="html_xsl.xml"?> 
9 <!--#else-->
10 <?xml-stylesheet type="text/xsl" href="html_xsl.xml"?> 
11 <!--#endif-->
12
13
14 <!DOCTYPE html PUBLIC 
15         "-//W3C//DTD XHTML 1.0 Transitional//EN" 
16         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
17
18         <!--#include virtual="/opac/locale/${locale}/common.dtd"-->
19         <!--#include virtual="/opac/locale/${locale}/opac_common.dtd"-->
20
21         <!--#if expr="$OILS_PAGE='rresult.xml' || $OILS_PAGE='mresult.xml'"-->
22                 <!--#include virtual="/opac/locale/${locale}/opac_result.dtd"-->
23         <!--#endif-->
24
25         <!--#if expr="$OILS_PAGE='rdetail.xml'"-->
26                 <!--#include virtual="/opac/locale/${locale}/opac_rdetail.dtd"-->
27         <!--#endif-->
28
29         <!--#if expr="$OILS_PAGE='advanced.xml'"-->
30                 <!--#include virtual="/opac/locale/${locale}/opac_advanced.dtd"-->
31         <!--#endif-->
32
33         <!--#if expr="$OILS_PAGE!='index.xml'"-->
34                 <!--#include virtual="/opac/locale/${locale}/opac_holds.dtd"-->
35         <!--#endif-->
36
37 ]>
38
39
40 <html xmlns="http://www.w3.org/1999/xhtml">
41         <!--#include virtual="header.xml"-->
42         <!--#if expr="$OILS_PAGE='index.xml'"-->
43                 <!--#include virtual="home/index_body.xml"-->
44         <!--#else-->
45                 <!--#include virtual="body.xml"-->
46         <!--#endif-->
47 </html>
48