|
@@ -400,7 +400,7 @@
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
|
- <td><img src="${workClientAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.temporaryUrl}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
+ <td><img src="${workClientAttachment.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.temporaryUrl}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
@@ -515,7 +515,7 @@
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
|
- <td><img src="${workClientAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.temporaryUrl}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
+ <td><img src="${workClientAttachment.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.temporaryUrl}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
@@ -629,7 +629,7 @@
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'gif')
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'bmp')
|
|
|
or fn:containsIgnoreCase(workClientAttachment.attachmentName,'jpeg')}">
|
|
|
- <td><img src="${workClientAttachment.url}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.temporaryUrl}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
+ <td><img src="${workClientAttachment.temporaryUrl}" width="50" height="50" onclick="openDialogView('预览','${ctx}/sys/picturepreview/picturePreview?url=${workClientAttachment.temporaryUrl}','90%','90%')" alt="${workClientAttachment.attachmentName}">
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
@@ -884,4 +884,4 @@
|
|
|
}
|
|
|
</script>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|