Skip to content
Snippets Groups Projects
Commit 724b29ba authored by Tim Steiner's avatar Tim Steiner
Browse files

Chagnes to iACE reports.

parent 16821499
Branches
Tags
No related merge requests found
......@@ -11,24 +11,25 @@
<table>
<tr>
<th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
</tr>
<?php foreach ($this->data as $record) { ?>
<tr <?php if ($rowCount++ % 2) { ?>class="even"<?php } ?>>
<td>
<a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
<?php echo $record->getSlo(); ?></td>
<?php echo $record->getSlo(); ?>
</a>
</td>
<td>
<a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
<?php echo $record->getCourseCode(); ?>
<?php echo $record->getCollege(); ?>
</a>
</td>
<td>
<a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
<?php echo $record->getCollege(); ?>
<?php echo $record->getCourseCode(); ?>
</a>
</td>
<td>
......
......@@ -11,8 +11,8 @@
<table>
<tr>
<th><a href="<?php echo $this->url(array('sort' => 'slo')); ?>">SLO</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'college')); ?>">College</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'course')); ?>">Course</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'title')); ?>">Title</a></th>
<th><a href="<?php echo $this->url(array('sort' => 'finalizeTime')); ?>">Certified</a></th>
</tr>
......@@ -20,16 +20,17 @@
<tr <?php if ($rowCount++ % 2) { ?>class="even"<?php } ?>>
<td>
<a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
<?php echo $record->getSlo(); ?></td>
<?php echo $record->getSlo(); ?>
</a>
</td>
<td>
<a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
<?php echo $record->getCourseCode(); ?>
<?php echo $record->getCollege(); ?>
</a>
</td>
<td>
<a href="<?php echo $this->baseUrl(); ?>/courses/view/print/id/<?php echo $record->getRequestId(); ?>">
<?php echo $record->getCollege(); ?>
<?php echo $record->getCourseCode(); ?>
</a>
</td>
<td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment