|
@@ -89,7 +89,7 @@
|
|
|
{if condition="$ecr['oldImgurl_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldImgurl|getStoragePath}" style="max-width:100px;">
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-width:100px;">
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-width:100px;">
|
|
|
{/if}
|
|
|
</li>
|
|
|
{else/}
|
|
@@ -98,7 +98,7 @@
|
|
|
{if condition="$ecr['oldImgurl_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldImgurl|getStoragePath}" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldImgurl|getStoragePath}', 'imgurl')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|
|
@@ -107,7 +107,7 @@
|
|
|
{if condition="$ecr['newImgurl_is_img'] eq 1"}
|
|
|
<img src="{$ecr.newImgurl|getStoragePath}" onclick="Feng.showImg(this)" style="max-width:100px;"/><i class="new">新</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.newImgurl|getStoragePath}', 'imgurl')" style="max-width:100px;"><i class="new">新</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newImgurl|getStoragePath}', 'imgurl')" style="max-width:100px;"><i class="new">新</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|
|
@@ -156,7 +156,7 @@
|
|
|
{if condition="$ecr['oldBankImg_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldBankImg|getStoragePath}" style="max-width:100px;">
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-width:100px;">
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-width:100px;">
|
|
|
{/if}
|
|
|
</li>
|
|
|
{else/}
|
|
@@ -165,7 +165,7 @@
|
|
|
{if condition="$ecr['oldBankImg_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldBankImg|getStoragePath}" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBankImg|getStoragePath}', 'bankImg')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|
|
@@ -174,7 +174,7 @@
|
|
|
{if condition="$ecr['newBankImg_is_img'] eq 1"}
|
|
|
<img src="{$ecr.newBankImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-width:100px;"/><i class="new">新</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.newBankImg|getStoragePath}', 'bankImg')" style="max-width:100px;"><i class="new">新</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newBankImg|getStoragePath}', 'bankImg')" style="max-width:100px;"><i class="new">新</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|
|
@@ -237,7 +237,7 @@
|
|
|
{if condition="$ecr['oldDomainImg_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-width:100px;">
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-width:100px;">
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-width:100px;">
|
|
|
{/if}
|
|
|
</li>
|
|
|
{else/}
|
|
@@ -246,7 +246,7 @@
|
|
|
{if condition="$ecr['oldDomainImg_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldDomainImg|getStoragePath}" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldDomainImg|getStoragePath}', 'domainImg')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|
|
@@ -255,7 +255,7 @@
|
|
|
{if condition="$ecr['newDomainImg_is_img'] eq 1"}
|
|
|
<img src="{$ecr.newDomainImg|getStoragePath}" onclick="Feng.showImg(this)" style="max-width:100px;"/><i class="new">新</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')" style="max-width:100px;"><i class="new">新</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newDomainImg|getStoragePath}', 'domainImg')" style="max-width:100px;"><i class="new">新</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|
|
@@ -299,7 +299,7 @@
|
|
|
{if condition="$ecr['oldBeian_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-width:100px;">
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-width:100px;">
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-width:100px;">
|
|
|
{/if}
|
|
|
</li>
|
|
|
{else/}
|
|
@@ -308,7 +308,7 @@
|
|
|
{if condition="$ecr['oldBeian_is_img'] eq 1"}
|
|
|
<img onclick="Feng.showImg(this)" src="{$ecr.oldBeian|getStoragePath}" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.oldBeian|getStoragePath}', 'beian')" style="max-width:100px;"><i class="old">旧</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|
|
@@ -317,7 +317,7 @@
|
|
|
{if condition="$ecr['newBeian_is_img'] eq 1"}
|
|
|
<img src="{$ecr.newBeian|getStoragePath}" onclick="Feng.showImg(this)" style="max-width:100px;"/><i class="new">新</i>
|
|
|
{else/}
|
|
|
- <img src="/static/img/File.png" onclick="Feng.showPdf('{$ecr.newBeian|getStoragePath}', 'beian')" style="max-width:100px;"><i class="new">新</i>
|
|
|
+ <img src="/static/img/Pdf.png" onclick="Feng.showPdf('{$ecr.newBeian|getStoragePath}', 'beian')" style="max-width:100px;"><i class="new">新</i>
|
|
|
{/if}
|
|
|
</li>
|
|
|
{/if}
|