]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/acq/po/view.tt2
pile of dojo layout fixes for 1.3 and to better ascimilate into the TT framework
[working/Evergreen.git] / Open-ILS / web / templates / default / acq / po / view.tt2
1 [% WRAPPER 'default/base.tt2' %]
2 <script src='[% ctx.media_prefix %]/js/ui/default/acq/po/view_po.js'> </script>
3 <div dojoType="dijit.layout.ContentPane" style="height:100%">
4     <div>
5         <div id='oils-acq-picklist-header'>
6             <div>
7                 Purchase Order
8             </div>
9             <table class='oils-generic-table'>
10                 <tr><td>Total Lineitems</td><td><span id='acq-po-view-total-li'/></td></tr>
11                 <tr><td>Total Encumbered</td><td>$<span id='acq-po-view-total-enc'/></td></tr>
12                 <tr><td>Total Spent</td><td>$<span id='acq-po-view-total-spent'/></td></tr>
13             </table>
14         </div>
15     </div>
16     <script type="text/javascript">var poId = '[% ctx.page_args.0 %]';</script>
17     [% INCLUDE 'default/acq/common/li_table.tt2' %]
18 </div>
19 [% END %]