]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/html/menubar
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / html / menubar
1 [%# menubar: create 2 cell edgebox with content on left and menu on right
2   # ARGS:
3   #     edge        #  edge colour
4   #     fill        # fill colour
5   #     border      # border (edge) width
6   #     content     # menu bar content (e.g. title text)
7   #     menu        # structure for menu items, as per html/menu
8 -%]
9 [% DEFAULT content = ' ' -%]
10 [% WRAPPER html/edgebar -%]
11 <td>
12 [% content %]
13 </td>
14 <td align="right">
15 &nbsp;[% INCLUDE html/menu -%]
16 </td>
17 [%- END %]