mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 05:25:32 +08:00
29 lines
1.3 KiB
HTML
29 lines
1.3 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>
|
|
<input type="radio" onclick="$('x-form-exporter').action='index.php?ctl=<{$env.get.ctl}>&act=do_export&p[0]=csv'" checked="checked" id="finder-exporter-0" name="_exporter"> <label for="finder-exporter-0"><{t}>csv-逗号分隔的文本文件<{/t}></label>
|
|
</div>
|
|
<iframe name="_export_frm" style="border:none;display:none"></iframe>
|
|
|
|
<{area inject=".mainFoot"}>
|
|
<form action="index.php?ctl=<{$env.get.ctl}>&act=do_export" method="post" id="x-form-exporter" target="_export_frm">
|
|
<{toinput from=$env.post}>
|
|
<div class="table-action">
|
|
<{button label=$___desktop="导出"|t:'desktop' type="submit" icon="visible.gif" class="btn-primary"}>
|
|
</div>
|
|
</form>
|
|
<{/area}> |