Files
OMS/app/desktop/statics/tpl.html
2025-12-28 23:13:25 +08:00

55 lines
1.8 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.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
TPL FOR AJAX - Powered By shopeX
</title>
<script>window.onload = function(){(parent.loadedPart[1])++;}</script>
</head>
<body>
<!--dialog TPL-->
<textarea id='dialog'>
<div class="dialog-box">
<div class="dialog-head clearfix">
<div class="dialog-title flt"></div>
<a class="btn-close frt" href='javascript:void(0)'>&#10006;</a>
</div>
<div class="dialog-content-head" style="font-size:0;height:0;"></div>
<div container="true" class="dialog-content-body">
<{t}>正在加载...<{/t}>
</div>
<div class="dialog-content-foot" style="font-size:0;height:0;"></div>
<div class="btn-resize"></div>
</div>
</textarea>
<!--dialogwithframe TPL-->
<textarea id='dialogwithframe'>
<div class="dialog-box">
<div class="dialog-head clearfix">
<div class="dialog-title flt"></div>
<a class="btn-close frt" href='javascript:void(0)'>&#10006;</a>
</div>
<div class="dialog-content-head" style="font-size:0;height:0;overflow:hidden"></div>
<iframe frameborder="0" src="about:blank" container="true" class="dialog-content-body dialog-frame-body" name="dialog-frame">
</iframe>
<div class="dialog-content-foot" style="font-size:0;height:0;overflow:hidden"></div>
<div class="btn-resize">&nbsp;</div>
</div>
</textarea>
</body>
</html>