first commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="UTF-8">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="keywords" /}" name="Keywords" />
|
||||
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="description" /}" name="Description"/>
|
||||
<title>{PE.Control.PageTitle/}</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}Blog/message.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
{PE.Control.form1}
|
||||
<div id="MsgBox">
|
||||
<div class="hd">
|
||||
<h3>{PE.Control.llTitle/}</h3>
|
||||
<a href="javascript:window.close();" title="关闭" class="bt">关闭</a>
|
||||
</div>
|
||||
<div class="bd">
|
||||
<p>{PE.Control.LtrMessage/}</p>
|
||||
<div class="return">{PE.Control.LnkReturnUrl/}</div>
|
||||
</div>
|
||||
<div class="ft">© PowerEasy Inc.</div>
|
||||
</div>
|
||||
{/PE.Control.form1}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user