pull/3/head
rekoe 2016-03-25 13:52:59 +08:00
parent 11982eccca
commit 478961ef65
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ function getTableForm() {
<@p.table value=obj;project,i,has_next><#rt/>
<@p.column title="ID" align="center">${i+1}</@p.column><#t/>
<@p.column title="姓名" align="center">${project.pj}</@p.column><#t/>
<@p.column title="路径" align="center">${project.path}</@p.column><#t/>
<@p.column title="URL" align="center"><a href="rep?pj=${project.pj}">${project.url}</a></@p.column><#t/>
<@p.column title="类型" align="center">${project.type}</@p.column><#t/>
<@p.column title="描述" align="center">${project.des}</@p.column><#t/>