|
@@ -281,7 +281,7 @@
|
|
or fn:containsIgnoreCase(fileAttachment.attachName,'gif')
|
|
or fn:containsIgnoreCase(fileAttachment.attachName,'gif')
|
|
or fn:containsIgnoreCase(fileAttachment.attachName,'bmp')
|
|
or fn:containsIgnoreCase(fileAttachment.attachName,'bmp')
|
|
or fn:containsIgnoreCase(fileAttachment.attachName,'jpeg')}">
|
|
or fn:containsIgnoreCase(fileAttachment.attachName,'jpeg')}">
|
|
- <img src="${fileAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileAttachment.temporaryUrl}','90%','90%')" alt="${fileAttachment.attachName}">
|
|
|
|
|
|
+ <img src="${fileAttachment.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileAttachment.temporaryUrl}','90%','90%')" alt="${fileAttachment.attachName}">
|
|
</c:when>
|
|
</c:when>
|
|
<c:otherwise>
|
|
<c:otherwise>
|
|
<c:choose>
|
|
<c:choose>
|
|
@@ -398,7 +398,7 @@
|
|
or fn:containsIgnoreCase(fileGistdata.attachName,'gif')
|
|
or fn:containsIgnoreCase(fileGistdata.attachName,'gif')
|
|
or fn:containsIgnoreCase(fileGistdata.attachName,'bmp')
|
|
or fn:containsIgnoreCase(fileGistdata.attachName,'bmp')
|
|
or fn:containsIgnoreCase(fileGistdata.attachName,'jpeg')}">
|
|
or fn:containsIgnoreCase(fileGistdata.attachName,'jpeg')}">
|
|
- <img src="${fileGistdata.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileGistdata.temporaryUrl}','90%','90%')" alt="${fileGistdata.attachName}">
|
|
|
|
|
|
+ <img src="${fileGistdata.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileGistdata.temporaryUrl}','90%','90%')" alt="${fileGistdata.attachName}">
|
|
</c:when>
|
|
</c:when>
|
|
<c:otherwise>
|
|
<c:otherwise>
|
|
<c:choose>
|
|
<c:choose>
|
|
@@ -517,7 +517,7 @@
|
|
or fn:containsIgnoreCase(fileOther.attachName,'gif')
|
|
or fn:containsIgnoreCase(fileOther.attachName,'gif')
|
|
or fn:containsIgnoreCase(fileOther.attachName,'bmp')
|
|
or fn:containsIgnoreCase(fileOther.attachName,'bmp')
|
|
or fn:containsIgnoreCase(fileOther.attachName,'jpeg')}">
|
|
or fn:containsIgnoreCase(fileOther.attachName,'jpeg')}">
|
|
- <img src="${fileOther.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileOther.temporaryUrl}','90%','90%')" alt="${fileOther.attachName}">
|
|
|
|
|
|
+ <img src="${fileOther.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${fileOther.temporaryUrl}','90%','90%')" alt="${fileOther.attachName}">
|
|
</c:when>
|
|
</c:when>
|
|
<c:otherwise>
|
|
<c:otherwise>
|
|
<c:choose>
|
|
<c:choose>
|