mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 06:26:52 +08:00
55 lines
1.8 KiB
HTML
55 lines
1.8 KiB
HTML
<!--
|
||
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)'>✖</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)'>✖</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"> </div>
|
||
</div>
|
||
</textarea>
|
||
|
||
|
||
|
||
</body>
|
||
</html>
|