]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/altcanvas.xml
added format icons
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / altcanvas.xml
1 <?xml version='1.0'?>
2
3 <!-- These are the UI components that may be needed on any given page.  The must be
4         set to class += 'hide_me' by default -->
5
6 <div id='not_the_canvas' xmlns:xi="http://www.w3.org/2001/XInclude">
7
8         <!-- the login page -->
9         <xi:include href="login.xml"/> 
10
11         <!-- The org tree -->
12         <xi:include href="orgtree.xml"/> 
13
14
15         <!-- ============================================================================= -->
16         <!-- Register the alternate canvases  -->
17         <script language='javascript'>
18                 config.ids.altcanvas.login              = config.ids.login.box;
19                 config.ids.altcanvas.org_tree    = config.ids.common.org_container;
20         </script>
21
22 </div>