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

14 lines
674 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 id="ipt_<{$_input.domid}>" class='clearfix' style=<{$_input.style}>>
<{input type="material_object" object="{$_input.object}" app=$_input.app_id id="sel_{$_input.domid}" data=$_input cols=$_input.cols filter=$_input.filter select='checkbox' emptytext=$_input.emptytext}>
<{if $_input.items && $_input.replacehtml}>
<{$_input.replacehtml}>
<{/if}>
<div class="gridlist rows-body" id="handle_<{$_input.domid}>" <{if $_input.display_datarow != 'true'}>style="display:none;"<{/if}>>
<{include file="finder/input-row.html" app="material"}>
</div>
</div>