* split the css and js.

* rewrite the ui code.
This commit is contained in:
wangchunsheng
2011-03-02 15:53:28 +00:00
parent 597f851044
commit f077b68309
14 changed files with 307 additions and 325 deletions
+3 -5
View File
@@ -11,9 +11,7 @@
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<style>body{background:white}</style>
<div class='yui-d0'>
<form method='post'>
<form method='post'>
<table class='table-1'>
<caption class='caption-tl'>CASE#<?php echo $run->case->id. $lang->colon . $run->case->title;?></caption>
<tr class='colhead'>
@@ -45,5 +43,5 @@
</td>
</tr>
</table>
</form>
</div>
</form>
<?php include '../../common/view/footer.lite.html.php';?>