]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/craftsman/xml/common/altcanvas.xml
Clean up unneeded alt txt; rework "Add to my list"
[Evergreen.git] / Open-ILS / web / opac / skin / craftsman / xml / common / 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' type='text/javascript'>
18                 config.ids.altcanvas.org_tree           = config.ids.common.org_container;
19                 config.ids.altcanvas.holds                      = 'holds_box';
20                 config.ids.altcanvas.check_holds        = 'check_holds_box';
21                 config.ids.altcanvas.xulholds           = 'xulholds_box';
22                 config.ids.altcanvas.loading            = 'loading_alt';
23                 //config.ids.altcanvas.cnbrowse         = 'cn_browse';
24         </script>
25
26         <!--#if expr="$FRONT_PAGE!='true'"-->
27                 <!--#include virtual="holds.xml"-->
28                 <!-- #include virtual="cn_browse.xml"-->
29         <!--#endif-->
30
31         <div id='loading_alt' class='hide_me canvas' style='margin-top: 6px;'>
32                 <div style='margin-top: 30px; margin-bottom: 30px; text-align: center; font-weight: 700;'>
33                         <img src='../../../../images/progressbar_green.gif' style='margin: 5px; width: 32px; height: 32px;' />
34                 </div>
35         </div>
36
37 </div>