新闻评论列表
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='description' content='这是一个展示最新新闻评论的页面,您可以在这里浏览新闻标题、评论时间以及评论的详细内容。'>
<meta name='author' content=''>
<title>新闻评论列表</title>
<link rel='stylesheet' href='/static/apps/css/bootstrap.min.css' type='text/css'>
<link href='/static/apps/owl-carousel/owl.carousel.css' rel='stylesheet'>
<link rel='stylesheet' href='/static/apps/css/style.css'>
<link rel='stylesheet' href='/static/apps/font-awesome-4.4.0/css/font-awesome.min.css' type='text/css'>
</head>
<body class='sub-page'>
<div id='page-content' class='single-page'>
<div class='container'>
<div class='row'>
<div id='main-content'>
<article>
<a href='/index'><img src='/static/apps/images/banner1.jpg' style='height: 300px;width: 100%' alt='新闻 banner'></a>
<div class='art-content'>
<table class='table table-striped' id='example1' >
<thead>
<tr>
<th><h4>新闻标题</h4></th>
<th><h4>评论时间</h4></th>
<th><h4>评论内容</h4></th>
</tr>
</thead>
<tbody id='road'>
{% for data in results %}
<tr>
<td class='num'><a href='/single?id={{ resu.xinwen_id }}'>{{ data.xinwen }}</a></td>
<td class='road_name'>{{ data.dates }}</td>
<td class='road_name'>{{ data.content }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<br/>
<br/><br/>
</article>
</div>
</div>
</div>
</div>
<script type='text/javascript' src='/static/apps/js/jquery-2.1.1.js'></script>
<script type='text/javascript' src='/static/apps/js/bootstrap.min.js'></script>
<script src='/static/apps/js/agency.js'></script>
<script src='/static/apps/js/jquery.easing.min.js'></script>
<script src='/static/apps/js/classie.js'></script>
<script src='/static/apps/js/cbpAnimatedHeader.js'></script>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/jzeg 著作权归作者所有。请勿转载和采集!