mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
66 lines
2.3 KiB
HTML
66 lines
2.3 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.
|
|
-->
|
|
|
|
<!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>
|