Lines 75-81
$(document).ready(function() {
Link Here
|
75 |
|
75 |
|
76 |
</div> |
76 |
</div> |
77 |
|
77 |
|
78 |
<div class="yui-u"> |
78 |
<div class="yui-u" id="BudgetsAndFundsWrapper"> |
79 |
|
79 |
|
80 |
[% IF ( loop_budget ) %] |
80 |
[% IF ( loop_budget ) %] |
81 |
|
81 |
|
Lines 91-96
$(document).ready(function() {
Link Here
|
91 |
<thead> |
91 |
<thead> |
92 |
<tr> |
92 |
<tr> |
93 |
<th>Fund</th> |
93 |
<th>Fund</th> |
|
|
94 |
<th>Fund name</th> |
94 |
<th>Owner</th> |
95 |
<th>Owner</th> |
95 |
<th>Library</th> |
96 |
<th>Library</th> |
96 |
<th>Amount</th> |
97 |
<th>Amount</th> |
Lines 104-109
$(document).ready(function() {
Link Here
|
104 |
<th>Total</th> |
105 |
<th>Total</th> |
105 |
<th> </th> |
106 |
<th> </th> |
106 |
<th> </th> |
107 |
<th> </th> |
|
|
108 |
<th> </th> |
107 |
<th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th> |
109 |
<th align="right" ><span class="bu_active" style="display : none;">[% total %]</span><span class="bu_inactive" >[% total_active %]</span></th> |
108 |
<th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th> |
110 |
<th align="right" ><span class="bu_active" style="display : none;">[% totordered %]</span><span class="bu_inactive" >[% totordered_active %]</span></th> |
109 |
<th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th> |
111 |
<th align="right" ><span class="bu_active" style="display : none;">[% totspent %]</span><span class="bu_inactive" >[% totspent_active %]</span></th> |
Lines 119-124
$(document).ready(function() {
Link Here
|
119 |
<tr class="highlight"> |
121 |
<tr class="highlight"> |
120 |
[% END %] |
122 |
[% END %] |
121 |
<td align="center">[% loop_budge.budget_code %]</td> |
123 |
<td align="center">[% loop_budge.budget_code %]</td> |
|
|
124 |
<td>[% loop_budge.budget_name %]</td> |
122 |
<td align="center">[% loop_budge.budget_owner %]</td> |
125 |
<td align="center">[% loop_budge.budget_owner %]</td> |
123 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
126 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
124 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
127 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
Lines 133-138
$(document).ready(function() {
Link Here
|
133 |
<tr class="highlight" id = "b_inactive" style="display : none;"> |
136 |
<tr class="highlight" id = "b_inactive" style="display : none;"> |
134 |
[% END %] |
137 |
[% END %] |
135 |
<td align="center" >[% loop_budge.budget_code %]</td> |
138 |
<td align="center" >[% loop_budge.budget_code %]</td> |
|
|
139 |
<td>[% loop_budge.budget_name %]</td> |
136 |
<td align="center">[% loop_budge.budget_owner %]</td> |
140 |
<td align="center">[% loop_budge.budget_owner %]</td> |
137 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
141 |
<td align="center">[% loop_budge.budget_branchname %]</td> |
138 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
142 |
<td align="right" >[% loop_budge.budget_amount %]</td> |
139 |
- |
|
|