]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/org_tree.ttk
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / chunks / org_tree.ttk
1 [%
2
3         WRAPPER html/div id='ot_wrapper_box' class='nav_wrapper_box'; 
4
5                 WRAPPER html/div id='ot_nav_widget' class='nav_widget hide_me' ; 
6
7                         WRAPPER html/div class='expando_links';
8                                 lines(1);
9                         END;
10
11                         WRAPPER html/div class='expando_links';
12                                 
13                                 anchor(text="Expand All", onclick="globalPage.locationTree.widget.expandAll();");
14                                 space(3);
15                                 anchor(text="Collapse All", 
16                                                 onclick="
17                                                         globalPage.locationTree.widget.collapseAll();
18                                                         globalPage.locationTree.widget.expand();
19                                                         ");
20                                 space(3);
21
22                         END;
23
24                         lines(1);
25
26                         WRAPPER html/div class='ot_nav_widget_box' id='ot_nav_widget_box'; 
27                                 "Loading Tree...";
28                         END;
29
30                 END;
31
32         END;
33         
34 %]