mirror of
https://gitee.com/ShopeX/OMS
synced 2026-05-02 05:05:40 +08:00
38 lines
1.5 KiB
HTML
38 lines
1.5 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="gridlist-footer finder-footer" id="finder-footer-<{$name}>">
|
|
<div id="finder-pager-<{$name}>" class="clearfix">
|
|
<{$pager}>
|
|
</div>
|
|
</div>
|
|
<{if $env.get.dialog && $env.get.nobuttion!=1}>
|
|
<div class='finder-submit-btn '>
|
|
<table cellspacing="0" cellpadding="0" class="table-action">
|
|
<tbody>
|
|
<tr valign="middle">
|
|
<td>
|
|
<{assign var='___df' value="关 闭"}>
|
|
<{assign var='___dg' value="确 定"}>
|
|
<{assign var='___de' value=$___desktop='确定退出?'|t:'desktop'}>
|
|
<{button label=$___desktop=$___dg|t:'desktop' class="btn-primary dialogBtn" onclick=""}>
|
|
<{button label=$___desktop=$___df|t:'desktop' class="btn-secondary close" onclick="if(confirm('{$___de}'))window.close()"}>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<{/if}> |