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-04-06 19:26:26 -07:00
|
|
|
<div id="yearMonths">
|
|
|
|
|
<?
|
|
|
|
|
foreach($monthList as $year => $monthArr):
|
|
|
|
|
?>
|
|
|
|
|
<ul class="yearList">
|
|
|
|
|
<li><span class="year"><?=$year?></span>
|
|
|
|
|
<ul class="monthList" id="<?=$year?>">
|
|
|
|
|
<?foreach($monthArr as $month => $job):?>
|
|
|
|
|
<li><span class="month"><?=$month;?></span></li>
|
|
|
|
|
<?endforeach;?>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
</ul>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
2011-04-06 19:26:26 -07:00
|
|
|
<?endforeach;?>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
2011-04-06 19:26:26 -07:00
|
|
|
</div>
|
2011-04-06 01:37:21 -07:00
|
|
|
|
|
|
|
|
|
2011-04-06 19:26:26 -07:00
|
|
|
<div id="reports">
|
2011-04-06 01:37:21 -07:00
|
|
|
|
|
|
|
|
|
2011-04-06 19:26:26 -07:00
|
|
|
</div>
|