diff --git a/trunk/module/build/view/view.html.php b/trunk/module/build/view/view.html.php new file mode 100644 index 0000000000..191f835166 --- /dev/null +++ b/trunk/module/build/view/view.html.php @@ -0,0 +1,70 @@ +. + * + * @copyright Copyright: 2009 Chunsheng Wang + * @author Chunsheng Wang + * @package build + * @version $Id$ + * @link http://www.zentao.cn + */ +?> + + + + + build->view;?> + + build->product;?> + productName;?> + + + build->name;?> + name;?> + + + build->builder;?> + builder];?> + + + build->date;?> + date;?> + + + build->scmPath;?> + scmPath;?> + + + build->filePath;?> + filePath;?> + + + + build->desc;?> + desc);?> + + + + id", $lang->edit); + common::printLink('build', 'delete', "buildID=$build->id", $lang->delete); + ?> + + + + + +