Files
OMS/app/image/view/view_gimages.html
2025-12-28 23:13:25 +08:00

36 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<div class="tableform notice mainHead"><{t}>您可以在本页面下方复制图片的URL该URL方便您将商品图片粘贴到需要使用该图片的目标位置<{/t}>
</div>
<div class="division">
<table cellspacing="0" cellpadding="0" border="0" width="100%" class="shopping_setting">
<tbody>
<tr>
<th style="width:100px;"><{t}>原图:<{/t}></th>
<td><input style='width:90%;font-size:9px;color:#000;padding:2px;' type="text" class="shadow" value="<{$image_id|storager:'s'}>" readonly=true onclick="this.focus();this.select()"/></td>
</tr>
<tr>
<th style="width:100px;"><{t}>大图:<{/t}></th>
<td><input style='width:90%;font-size:9px;color:#000;padding:2px;' type="text" class="shadow" value="<{$image_id|storager:'l'}>" readonly=true onclick="this.focus();this.select()"/></td>
</tr>
<tr>
<th style="width:100px;"><{t}>中图:<{/t}></th>
<td>
<input style='width:90%;font-size:9px;color:#000;padding:2px;' type="text" class="shadow" value="<{$image_id|storager:'m'}>" readonly=true onclick="this.focus();this.select()"/></td>
</tr>
<tr >
<th style="width:100px;"><{t}>小图:<{/t}></th>
<td><input style='width:90%;font-size:9px;color:#000;padding:2px;' type="text" class="shadow" value="<{$image_id|storager:'s'}>" readonly=true onclick="this.focus();this.select()"/></td>
</tr>
</tbody>
</table>
</div>