主题 : 标签异常 |
级别: 秀才
![]() |
3# 发表于:2020-11-27 14:12:13 IP:112.244.*.*
[#if a.attr.fileUploads??][#list a.attr.fileUploads.contentAttrRes as res]
[#if (res.resAlias)?index_of('.pdf') != -1] <img src="../../../../../../r/cms/www/default/image/pdf.png" alt=""> [#elseif (res.resAlias)?index_of('.xlsx') != -1] <img src="../../../../../../r/cms/www/default/image/excel.png" alt=""> [#elseif (res.resAlias)?index_of('.zip') != -1] <img src="../../../../../../r/cms/www/default/image/winrar.png" alt=""> [#elseif (res.resAlias)?index_of('.docx') != -1] <img src="../../../../../../r/cms/www/default/image/word.png" alt=""> [#elseif (res.resAlias)?index_of('.png')!= -1 || index_of('.jpg')!= -1 || index_of('.gif')!= -1 || index_of('.bmp')!= -1 || index_of('.psd')!= -1 || index_of('.jpeg')!= -1] <img src="../../../../../../r/cms/www/default/image/pit2.png" alt=""> [/#if] [/#list][/#if] |
||
---|---|---|---|
级别: 秀才
![]() |
10# 发表于:2020-11-27 15:21:51 IP:112.244.*.*
[#if a.attr.fileUploads??][#list a.attr.fileUploads.contentAttrRes as res]
[#if (res.resAlias)?index_of('.pdf') != -1] <img src="../../../../../../r/cms/www/default/image/pdf.png" alt=""> [#elseif (res.resAlias)?index_of('.xlsx') != -1] <img src="../../../../../../r/cms/www/default/image/excel.png" alt=""> [#elseif (res.resAlias)?index_of('.zip') != -1] <img src="../../../../../../r/cms/www/default/image/winrar.png" alt=""> [#elseif (res.resAlias)?index_of('.docx') != -1] <img src="../../../../../../r/cms/www/default/image/word.png" alt=""> [#elseif (res.resAlias)?index_of('.png')!= -1 || index_of('.jpg')!= -1 || index_of('.gif')!= -1 || index_of('.bmp')!= -1 || index_of('.psd')!= -1 || index_of('.jpeg')!= -1] <img src="../../../../../../r/cms/www/default/image/pit2.png" alt=""> [/#if] [/#list][/#if] |
||
---|---|---|---|