*finished the task #444

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-04-21 08:01:55 +00:00
parent 961a3db29f
commit 0955a29a3d
7 changed files with 52 additions and 9 deletions
+7 -1
View File
@@ -63,8 +63,14 @@
</tr>
<?php endforeach;?>
</tbody>
<tfoot>
<tr>
<td colspan = 9>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
</table>
<?php $pager->show();?>
</td>
</tr>
</table>
+7 -1
View File
@@ -108,8 +108,14 @@ var customed = <?php echo (int)$customed;?>;
</tr>
<?php endforeach;?>
</tbody>
<tfoot>
<tr>
<td colspan = 9>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
</table>
<?php $pager->show();?>
</td>
</tr>
</table>
+7 -1
View File
@@ -74,8 +74,14 @@ var browseType = '<?php echo $browseType;?>';
</tr>
<?php endforeach;?>
</tbody>
<tfoot>
<tr>
<td colspan=6>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
</table>
<?php $pager->show();?>
</td>
</tr>
</table>
+7 -1
View File
@@ -59,7 +59,13 @@
</tr>
<?php endforeach;?>
</tbody>
<tfoot>
<tr>
<td colspan = 9>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
</table>
<?php $pager->show();?>
<script language='javascript'>$("#<?php echo $type;?>Tab").addClass('active');</script>
<?php include '../../common/view/footer.html.php';?>
+9 -2
View File
@@ -52,8 +52,15 @@
</td>
</tr>
<?php endforeach;?>
</tbody>
</tbody>
<tfoot>
<tr>
<td colspan=7>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
</table>
<?php $pager->show();?>
<script language="Javascript">$("#<?php echo $type;?>Tab").addClass('active'); </script>
<?php include '../../common/view/footer.html.php';?>
+8 -2
View File
@@ -86,8 +86,14 @@
</tr>
<?php endforeach;?>
</tbody>
</table>
<?php $pager->show();?>
<tfoot>
<tr>
<td colspan = 10>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
</table>
</td>
</tr>
</table>
+7 -1
View File
@@ -88,8 +88,14 @@ var moduleID = '<?php echo $moduleID;?>';
</tr>
<?php endforeach;?>
</thead>
<tfoot>
<tr>
<td colspan=7>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
</table>
<?php $pager->show();?>
</td>
</tr>
</table>