]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/index.xml
069ba8b4332ffffc1e854687c7f1672adbdaac38
[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 <!-- Tells the browser to translate the page as HTML --> 
7 <?xml-stylesheet type="text/xsl" href="html_xsl.xml"?> 
8
9
10 <!DOCTYPE html PUBLIC 
11         "-//W3C//DTD XHTML 1.0 Transitional//EN" 
12         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
13         <!--#include virtual="/opac/locale/${locale}/common.dtd"-->
14         <!--#include virtual="/opac/locale/${locale}/opac_common.dtd"-->
15
16         <!--#if expr="$OILS_PAGE='rresult.xml' || $OILS_PAGE='mresult.xml'"-->
17                 <!--#include virtual="/opac/locale/${locale}/opac_result.dtd"-->
18         <!--#endif-->
19
20         <!--#if expr="$OILS_PAGE='rdetail.xml'"-->
21                 <!--#include virtual="/opac/locale/${locale}/opac_rdetail.dtd"-->
22         <!--#endif-->
23
24         <!--#if expr="$OILS_PAGE!='index.xml'"-->
25                 <!--#include virtual="/opac/locale/${locale}/opac_holds.dtd"-->
26         <!--#endif-->
27
28 ]>
29
30
31 <html xmlns="http://www.w3.org/1999/xhtml">
32         <!--#include virtual="header.xml"-->
33         <!--#if expr="$OILS_PAGE='index.xml'"-->
34                 <!--#include virtual="index_body.xml"-->
35         <!--#else-->
36                 <!--#include virtual="body.xml"-->
37         <!--#endif-->
38 </html>