Files
2026-08-31 16:22:00 +08:00

23 lines
891 B
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link href="{PE.SiteConfig.ajaxsitepath/}Wap/WapDefault.css" rel="stylesheet" type="text/css" />
<title>信息成功提示页</title>
</head>
<body>
<div class="wrapper">
{PE.Label id="WAP头部(其它)"/}
<div class="mistake">
成功信息:<br />
{PE.Control.SuccessText/} <a href='{PE.Control.RedirectUrl/}'>返回</a>
</div>
{PE.Label id="wap底部" /}
</div>
</body>
</html>