Lines 405-411
$(document).ready(function()
Link Here
|
405 |
</li> |
405 |
</li> |
406 |
<li> |
406 |
<li> |
407 |
<label for="notes">Notes: </label> |
407 |
<label for="notes">Notes: </label> |
408 |
<textarea id="notes" cols="30" rows="3" name="notes"></textarea> |
408 |
<textarea id="notes" cols="30" rows="3" name="notes" ><!-- TMPL_VAR name="notes"--></textarea> |
409 |
</li> |
409 |
</li> |
410 |
<li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
410 |
<li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div> |
411 |
<label for="sort1">Statistic 1: </label> |
411 |
<label for="sort1">Statistic 1: </label> |
412 |
- |
|
|