]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/altcanvas.xml
5d19ad6d5b79fe1077ccb9b9f9fef4ab65642e8f
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / altcanvas.xml
1
2 <!-- These are the UI components that may be needed on any given page.  The must be
3         set to class += 'hide_me' by default -->
4
5 <div id='not_the_canvas' xmlns:xi="http://www.w3.org/2001/XInclude">
6
7         <!-- the login page -->
8         <!--#if expr="$FRONT_PAGE!='true'"-->
9                 <!--#include virtual="login.xml"-->
10         <!--#endif-->
11
12         <!-- The org tree -->
13         <!--#include virtual="orgtree.xml"-->
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                 config.ids.altcanvas.holds                      = 'holds_box';
21                 config.ids.altcanvas.xulholds           = 'xulholds_box';
22                 config.ids.altcanvas.loading            = 'loading_alt';
23         </script>
24
25         <!--#if expr="$FRONT_PAGE!='true'"-->
26                 <!--#include virtual="holds.xml"-->
27         <!--#endif-->
28
29         <div id='loading_alt' class='hide_me non_canvas' style='margin-top: 6px;'>
30                 <div style='margin-top: 30px; text-align: left; font-weight: 700;' class='color_3'>
31                         <span id='loading_alt_span'> Searching </span>
32                 </div>
33         </div>
34
35 </div>