|
Lines 3-8
Link Here
|
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
[% INCLUDE 'calendar.inc' %] |
4 |
[% INCLUDE 'calendar.inc' %] |
| 5 |
<style type="text/css">fieldset.rows table { clear: none; margin: 0;}</style> |
5 |
<style type="text/css">fieldset.rows table { clear: none; margin: 0;}</style> |
|
|
6 |
<script type="text/javascript"> |
| 7 |
$(document).ready(function() { |
| 8 |
$("#date_range").change(function(){ |
| 9 |
$("input#from").parents('li').show(); |
| 10 |
}); |
| 11 |
$("#all_dates").change(function(){ |
| 12 |
$("input#from").parents('li').hide(); |
| 13 |
}); |
| 14 |
$("#all_dates").click().change(); |
| 15 |
}); |
| 16 |
</script> |
| 6 |
</head> |
17 |
</head> |
| 7 |
<body id="rep_dictionary" class="rep"> |
18 |
<body id="rep_dictionary" class="rep"> |
| 8 |
[% INCLUDE 'header.inc' %] |
19 |
[% INCLUDE 'header.inc' %] |
| 9 |
- |
|
|