mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
36 lines
1.6 KiB
HTML
36 lines
1.6 KiB
HTML
<!--
|
||
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> |