]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/index.xml
added call number browser entry point from advanced search page
[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         <!--#include virtual="/opac/locale/${locale}/common.dtd"-->
18         <!--#include virtual="/opac/locale/${locale}/opac_common.dtd"-->
19
20         <!--#if expr="$OILS_PAGE='rresult.xml' || $OILS_PAGE='mresult.xml'"-->
21                 <!--#include virtual="/opac/locale/${locale}/opac_result.dtd"-->
22         <!--#endif-->
23
24         <!--#if expr="$OILS_PAGE='rdetail.xml'"-->
25                 <!--#include virtual="/opac/locale/${locale}/opac_rdetail.dtd"-->
26         <!--#endif-->
27
28         <!--#if expr="$OILS_PAGE='advanced.xml'"-->
29                 <!--#include virtual="/opac/locale/${locale}/opac_advanced.dtd"-->
30         <!--#endif-->
31
32         <!--#if expr="$OILS_PAGE!='index.xml'"-->
33                 <!--#include virtual="/opac/locale/${locale}/opac_holds.dtd"-->
34         <!--#endif-->
35
36 ]>
37
38
39 <html xmlns="http://www.w3.org/1999/xhtml">
40         <!--#include virtual="header.xml"-->
41         <!--#if expr="$OILS_PAGE='index.xml'"-->
42                 <!--#include virtual="home/index_body.xml"-->
43         <!--#else-->
44                 <!--#include virtual="body.xml"-->
45         <!--#endif-->
46 </html>
47