@ms.html5>
<@ms.nav title="文件列表">@ms.nav>
<@ms.panel>
<@ms.uploadFile path="${uploadFileUrl}" inputName="file" size="20" filetype="*.htm;*.html;*.jpg;*.gif;*.png;*.css;*.js;*.ico;*.swf" msg="建议上传5M以下htm/html/css/js/jpg/gif/png/swf文件" maxSize="5" callBack="refresh" isRename="false"/>
<@ms.table head=['
图标 | ','模板名称',"类型 | ","操作 | "]>
<#if fileNameList?has_content>
<#list fileNameList as fileName>
|
${fileName} |
|
|
#list>
<#else>
|
<@ms.nodata/>
|
#if>
@ms.table>
@ms.panel>
@ms.html5>
<@ms.modal modalName="delete" title="删除评论">
<@ms.modalBody>
确定删除该模板吗?
@ms.modalBody>
<@ms.modalButton>
<@ms.button value="返回" id="closeDelete"/>
<@ms.button class="btn btn-danger" id="deleteButton" value="删除"/>
@ms.modalButton>
@ms.modal>