* adjust the html code and kindeditor.

This commit is contained in:
wangchunsheng
2010-09-12 13:52:57 +00:00
parent 836ae51efd
commit fb7d154dd3
3 changed files with 6 additions and 18 deletions

View File

@@ -25,13 +25,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script language='javascript'>
/* 富文本编辑器。*/
KE.show({
id:'desc',
items:simpleTools
});
</script>
<script language='javascript'>KE.show({id:'desc', items:simpleTools});</script>
<div class='yui-d0'>
<form method='post' target='hiddenwin'>
<table class='table-1'>

View File

@@ -25,13 +25,7 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<script language='javascript'>
/* 富文本编辑器。*/
KE.show({
id:'desc',
items:simpleTools
});
</script>
<script language='javascript'>KE.show({id:'desc', items:simpleTools});</script>
<div class='yui-d0'>
<form method='post' target='hiddenwin'>
<table class='table-1'>

View File

@@ -41,19 +41,19 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->begin;?></th>
<td><?php echo $task->begin;?>
<td><?php echo $task->begin;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->end;?></th>
<td><?php echo $task->end;?>
<td><?php echo $task->end;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->status;?></th>
<td><?php echo $lang->testtask->statusList[$task->status];?>
<td><?php echo $lang->testtask->statusList[$task->status];?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->testtask->desc;?></th>
<td><?php echo $task->desc;?>
<td class='content'><?php echo $task->desc;?></td>
</tr>
</table>
<div class='a-center f-16px strong'>