Lines 91-97
$(document).ready(function() {
Link Here
|
91 |
|
91 |
|
92 |
</div> |
92 |
</div> |
93 |
|
93 |
|
94 |
<div class="yui-u"> |
94 |
<div class="yui-u" id="BudgetsAndFundsWrapper"> |
95 |
|
95 |
|
96 |
[% IF ( loop_budget ) %] |
96 |
[% IF ( loop_budget ) %] |
97 |
|
97 |
|
Lines 107-112
$(document).ready(function() {
Link Here
|
107 |
<thead> |
107 |
<thead> |
108 |
<tr> |
108 |
<tr> |
109 |
<th>Fund</th> |
109 |
<th>Fund</th> |
|
|
110 |
<th>Fund name</th> |
110 |
<th>Owner</th> |
111 |
<th>Owner</th> |
111 |
<th>Library</th> |
112 |
<th>Library</th> |
112 |
<th>Amount</th> |
113 |
<th>Amount</th> |
Lines 120-125
$(document).ready(function() {
Link Here
|
120 |
<th>Total</th> |
121 |
<th>Total</th> |
121 |
<th> </th> |
122 |
<th> </th> |
122 |
<th> </th> |
123 |
<th> </th> |
|
|
124 |
<th> </th> |
123 |
<th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th> |
125 |
<th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th> |
124 |
<th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th> |
126 |
<th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th> |
125 |
<th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th> |
127 |
<th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th> |
Lines 135-140
$(document).ready(function() {
Link Here
|
135 |
<tr class="highlight"> |
137 |
<tr class="highlight"> |
136 |
[% END %] |
138 |
[% END %] |
137 |
<td align="center">[% loop_budge.budget_code %]</td> |
139 |
<td align="center">[% loop_budge.budget_code %]</td> |
|
|
140 |
<td>[% loop_budge.budget_name %]</td> |
138 |
<td align="center">[% loop_budge.budget_owner %]</td> |
141 |
<td align="center">[% loop_budge.budget_owner %]</td> |
139 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
142 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
140 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
143 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
Lines 149-154
$(document).ready(function() {
Link Here
|
149 |
<tr class="highlight" id = "b_inactive" style="display : none;"> |
152 |
<tr class="highlight" id = "b_inactive" style="display : none;"> |
150 |
[% END %] |
153 |
[% END %] |
151 |
<td align="center" >[% loop_budge.budget_code %]</td> |
154 |
<td align="center" >[% loop_budge.budget_code %]</td> |
|
|
155 |
<td>[% loop_budge.budget_name %]</td> |
152 |
<td align="center">[% loop_budge.budget_owner %]</td> |
156 |
<td align="center">[% loop_budge.budget_owner %]</td> |
153 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
157 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
154 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
158 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
155 |
- |
|
|