Files
OMS/app/ome/view/admin/delivery/message.html
2025-12-28 23:13:25 +08:00

31 lines
1.1 KiB
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.
-->
<{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>
//opener.MessageBox.error('<{$msg}>', {autohide:10000});
new opener.Dialog(new Element('div', {'class':'notice', 'html' : '<br><b><{$msg}></b><br><br>'}),
{'title':'出错啦!', 'width':300 , 'height':115});
window.close();
</script>