* adjust the all projects page.

This commit is contained in:
wangchunsheng
2012-12-15 01:34:09 +00:00
parent dc0a46bb3a
commit a2720b5fe0
4 changed files with 13 additions and 11 deletions
+4 -5
View File
@@ -9,12 +9,11 @@
* @version $Id$
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/sparkline.html.php';?>
<?php include '../../common/view/colorize.html.php';?>
<h3>
<?php echo html::a(inlink("index", "locate=no&status=undone"), $lang->project->unDoneProjects);?>
<?php echo html::a(inlink("index", "locate=no&status=done"), $lang->project->doneProjects);?>
<?php echo html::a(inlink("index", "locate=no&status=undone&projectID=$project->id"), $lang->project->unDoneProjects);?>
<?php echo html::a(inlink("index", "locate=no&status=done&projectID=$project->id"), $lang->project->doneProjects);?>
</h3>
<table class='table-1 fixed colored'>
<tr class='colhead'>
@@ -45,4 +44,4 @@
</tr>
<?php endforeach;?>
</table>
<?php include '../../common/view/footer.lite.html.php';?>
<?php include '../../common/view/footer.html.php';?>