2011-04-06 19:26:26 -07:00
|
|
|
<?=$javascript->link('job_reports');?>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
2011-04-06 19:26:26 -07:00
|
|
|
<h2>Book 1 - Reports</h2>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
|
|
|
|
|
2011-05-11 23:39:39 -07:00
|
|
|
<div id="years">
|
|
|
|
|
<ul class="years">
|
|
|
|
|
<? foreach($Fyears as $year => $count):
|
|
|
|
|
$lastYear = $year - 1;
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<?if($year != 1970):?>
|
|
|
|
|
<li id="<?=$year?>" class="year"><?=$lastYear?> - <?=$year?> <span class="count">(<?=$count?>)</span></li>
|
|
|
|
|
<?else:?>
|
|
|
|
|
<li id="<?=$year?>" class="year">No Date <span class="count">(<?=$count?>)</span></li>
|
|
|
|
|
<?endif;?>
|
|
|
|
|
|
|
|
|
|
<?endforeach;?>
|
2011-04-06 19:26:26 -07:00
|
|
|
</ul>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
2011-05-11 23:39:39 -07:00
|
|
|
<ul months="months">
|
2011-05-12 17:34:47 -07:00
|
|
|
|
2011-05-11 23:39:39 -07:00
|
|
|
</ul>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
2011-05-11 23:39:39 -07:00
|
|
|
</div>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
2011-05-11 23:39:39 -07:00
|
|
|
<div class="scrollHorizontal">
|
|
|
|
|
<div id="reports">
|
|
|
|
|
</div>
|
2011-04-06 19:26:26 -07:00
|
|
|
</div>
|