mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-09 16:05:33 +08:00
47 lines
2.0 KiB
HTML
47 lines
2.0 KiB
HTML
<!--
|
||
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
|
||
<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> |