]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/vandelay/vandelay.xml
cd57dc074297c30a8c08d3ad6ac8fa0c43ddce30
[Evergreen.git] / Open-ILS / web / vandelay / vandelay.xml
1 <!-- 
2 # Copyright (C) 2008  Georgia Public Library Service
3 # Bill Erickson <erickson@esilibrary.com>
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 -->
14
15 <!DOCTYPE html PUBLIC 
16         "-//W3C//DTD XHTML 1.0 Transitional//EN" 
17         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
18         <!--#include virtual="/opac/locale/${locale}/vandelay.dtd"-->
19 ]>
20
21 <html xmlns='http://www.w3.org/1999/xhtml'>
22     <head>
23         <title>&vandelay.vandelay;</title>
24         <link type='text/css' rel='stylesheet' href="/vandelay/vandelay.css"/>
25         <script type="text/javascript" djConfig="parseOnLoad: true,isDebug:false" src="/js/dojo/dojo/dojo.js"></script>
26         <script type="text/javascript" src='/js/dojo/openils/MarcXPathParser.js'></script>
27         <script type="text/javascript" src='/vandelay/vandelay.js'></script>
28     </head>
29     <body class="tundra">
30         <div dojoType="dijit.layout.LayoutContainer" orientation="vertical" class="tall">
31             <div dojoType="dijit.layout.ContentPane" layoutAlign='top' id="vl-nav-bar" style="visibility: hidden;">
32                 <!--#include virtual="inc/toolbar.xml"-->
33             </div>
34             <div dojoType="dijit.layout.ContentPane" layoutAlign='client'>
35                 <!--#include virtual="inc/progress.xml"-->
36             </div>
37             <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-upload-div' class='hidden'>
38                 <!--#include virtual="inc/upload.xml"-->
39             </div>
40             <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-queue-div' class='tall hidden'>
41                 <!--#include virtual="inc/queue.xml"-->
42             </div>
43             <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-match-div' class='tall hidden'>
44                 <!--#include virtual="inc/matches.xml"-->
45             </div>
46             <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-marc-html-div' class='tall hidden'>
47                 <!--#include virtual="inc/marchtml.xml"-->
48             </div>
49             <div dojoType="dijit.layout.ContentPane" layoutAlign='client' id='vl-queue-select-div' class='tall hidden'>
50                 <!--#include virtual="inc/queueselect.xml"-->
51             </div>
52             <div dojoType="dijit.layout.ContentPane" layoutAlign="client"  id="vl-attr-editor-div" 
53                     class='hidden attr-editor-detail-content-pane' title='&vandelay.edit.attrs;'>
54                 <!--#include virtual="inc/attrs.xml"-->
55             </div>
56         </div>
57     </body>
58 </html>