+ add the feature of attatch.

This commit is contained in:
wangchunsheng
2010-02-26 03:26:14 +00:00
parent 1ea38667f9
commit d891578294
5 changed files with 29 additions and 8 deletions
+4
View File
@@ -43,6 +43,10 @@
<legend><?php echo $lang->task->legendDesc;?></legend>
<div><?php echo nl2br($task->desc);?></div>
</fieldset>
<fieldset>
<legend><?php echo $lang->files;?></legend>
<div><?php foreach($task->files as $file) echo html::a($file->fullPath, $file->title, '_blank');?></div>
</fieldset>
<?php include '../../common/action.html.php';?>
<div class='a-center' style='font-size:16px; font-weight:bold'>
<?php