mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 10:55:34 +08:00
41 lines
1.5 KiB
HTML
41 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.
|
|
-->
|
|
|
|
<{capture name="header"}>
|
|
<style media="print">
|
|
div{font-size:14pt; }
|
|
.errormsg{display:none}
|
|
</style>
|
|
<style media="screen">
|
|
div{font-size:12px ;}
|
|
</style>
|
|
<style>
|
|
.order-box{ height:auto; padding:10px 10px 0 10px; margin:5px 20px 0 20px; }
|
|
.order-box li{ padding:3px 0}
|
|
.order-tr{ font-weight:bold; border-bottom:1px solid #000;}
|
|
.table-border{ margin:10px 0; border-top:2px solid #333;border-bottom:2px solid #333}
|
|
.order-box td{ padding:3px 5px; vertical-align:top}
|
|
.order-font{ font-weight:bold; padding:0 5px; clear:both; height:25px; line-height:25px; margin:5px 0 25px 0}
|
|
</style>
|
|
<{/capture}>
|
|
<div class="errormsg notice" id="errormsg">
|
|
<div id="msg" class="msg"><{$msg}></div>
|
|
</div>
|
|
<script>
|
|
new opener.Dialog(new Element('div', {'class':'notice', 'html' : '<br><b><{$msg}></b><br><br>'}),
|
|
{'title':'出错啦!', 'width':300 , 'height':115});
|
|
window.close();
|
|
</script> |