]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/webxml/altcanvas.xml
lots of simple web enhancements, org tree loaded and working
[working/Evergreen.git] / Open-ILS / src / webxml / 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         <div id='org_tree' class='org_tree hide_me'> </div>
13
14 </div>