同步
This commit is contained in:
34
announce-details.html
Normal file
34
announce-details.html
Normal file
@@ -0,0 +1,34 @@
|
||||
{include file="header"}
|
||||
|
||||
<link rel="stylesheet" href="/web/default/css/announce.css">
|
||||
<script src="/web/default/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"}
|
||||
Reference in New Issue
Block a user