Files
OMS/app/desktop/view/finder/export.html
2025-12-28 23:13:25 +08:00

18 lines
795 B
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>
<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}>