* code for task#1477.

This commit is contained in:
zhujinyong
2013-07-03 02:34:05 +00:00
parent 3360589ade
commit 8ea77a0215
5 changed files with 19 additions and 4 deletions
+4 -4
View File
@@ -12,8 +12,8 @@
?>
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/datepicker.html.php';?>
<?php js::set('confirmFinish', $lang->task->confirmFinish);?>
<form method='post' target='hiddenwin'>
<?php js::set('confirmRecord', $lang->task->confirmRecord);?>
<form id="recordForm" method='post' target='hiddenwin'>
<table class='table-1'>
<caption><?php echo $task->name;?></caption>
<tr>
@@ -58,12 +58,12 @@
<td><?php echo $i . html::hidden("id[$i]", $i);?></td>
<td><?php echo html::input("dates[$i]", '', "class='text-6 a-center date'");?></td>
<td><?php echo html::input("consumed[$i]", '', "class='text-1 a-center'");?></td>
<td><?php echo html::input("left[$i]", '', "class='text-1 a-center'");?></td>
<td><?php echo html::input("left[$i]", '', "class='text-1 a-center left'");?></td>
<td class="a-left"><?php echo html::textarea("work[$i]", '', "class='text-1' rows='1'");?></td>
</tr>
<?php endfor;?>
<tr>
<td colspan='6' class='a-center'><?php echo html::submitButton() . html::backButton(); ?></td>
<td colspan='6' class='a-center'><?php echo html::submitButton() . html::backButton();?></td>
</tr>
</table>
<?php endif;?>