35 lines
964 B
HTML
35 lines
964 B
HTML
{include file="header"}
|
|
|
|
<link rel="stylesheet" href="/web/BlackFruit-web/css/announce.css">
|
|
<script src="/web/BlackFruit-web/js/announce-details.js"></script>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<header>{include file="public/header"}</header>
|
|
|
|
<!-- 文档列表 -->
|
|
<section class="section document-announce document-news">
|
|
<div class="section-content ">
|
|
<div>
|
|
<ol class="breadcrumb">
|
|
<li><a href="./announce.html">公告主页</a></li>
|
|
<li><a href="javascript:;" id="announce-type"></a></li>
|
|
<li><a href="javascript:;" id="announce-name"></a></li>
|
|
</ol>
|
|
</div>
|
|
<div class="announce-details">
|
|
<h3 class="announce-title"></h3>
|
|
<p class="announce-details-time"></p>
|
|
<div class="announce-details-cont"></div>
|
|
<div class="fboxWrap Xbetween" id="nextAnnounce">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
{include file="footer"}
|