Lines 77-85
$(document).ready(function() {
Link Here
|
77 |
<input type="hidden" name="op" value="set-cost-matrix" /> |
77 |
<input type="hidden" name="op" value="set-cost-matrix" /> |
78 |
<div id="transport-cost-matrix"> |
78 |
<div id="transport-cost-matrix"> |
79 |
<div class="help"> |
79 |
<div class="help"> |
80 |
<p>Costs are decimal values 0 to some arbitrarymax value (1 or 100), 0 being minimum (no) cost.</p> |
80 |
<p>Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost.</p> |
81 |
<p>Red cells signify no transfer allowed</p> |
81 |
<p>Red cells signify no transfer allowed.</p> |
82 |
<p>Click on the cell to edit</p> |
82 |
<p>Click on individual cells to edit.</p> |
83 |
</div> |
83 |
</div> |
84 |
<ul class="errors" %]> |
84 |
<ul class="errors" %]> |
85 |
[% FOR e IN errors %] |
85 |
[% FOR e IN errors %] |
86 |
- |
|
|