23 lines
909 B
HTML
23 lines
909 B
HTML
<!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" />
|
|
<title>{PE.Label id="取得节点名称" nodeId="@RequestInt_Id" /}-{PE.SiteConfig.SiteName /}</title>
|
|
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
|
<link href="{PE.SiteConfig.SkinPath/}article.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<!-- 子栏目列表信息列表开始 -->
|
|
<div class="r_announce">
|
|
<dl>
|
|
<dd>
|
|
<div id="announce_vertical">
|
|
{PE.Label id="公告列表" outputQty="10" titleLength="40" contentLength="0" displayAuthor="true" displayDateTime="" outputType="0" /}
|
|
</div>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<!-- 子栏目列表信息列表结束 -->
|
|
</body>
|
|
</html>
|