|
<td>
<netui:span value=""></netui:span>
</td>
<td>
<netui:textBox dataSource="pageFlow.topicForm.title"></netui:textBox>
</td>
</tr>
<tr>
<td>
<netui:span value=""></netui:span>
</td>
<td>
<netui:textBox dataSource="pageFlow.topicForm.deadline"></netui:textBox>
<netui:span value=""></netui:span>
</td>
</tr>
<tr>
<td>
<netui:span value=""></netui:span>
</td>
<td>
<netui-data:repeater dataSource="pageFlow.topicForm.fileList">
<netui-data:repeaterItem>
<netui:image src="../resources/images/i.p.attach.gif"></netui:image>
<netui:span value=" "/>
</netui-data:repeaterItem>
</netui-data:repeater>
</td>
</tr>
<tr>
<td>
<netui:span value=""></netui:span>
</td>
<td>
<netui:textArea dataSource="pageFlow.topicForm.content" cols="50" rows="10"></netui:textArea> 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|