<!DOCTYPE HTML> <html> <head> <#include "head-file.htm"> </head> <body> <#include "head.htm"> <section class="met-shownews animsition"> <div class="container"> <div class="row"> <div class="col-md-12 met-shownews-body"> <div class="row"> <div class="bread-crumb"> 当前位置: {ms:field.typetitle/} > {ms:field.title/} </div> <div class="met-shownews-header"> <h1>{ms:field.title/}</h1> <div class="info"> <span>{ms:field.author/}</span> <span>{ms:field.date?string("yyyy-MM-dd")/}</span> </div> </div> <div class="met-editor clearfix"> <div> {ms:field.content/} <div id="metinfo_additional"></div> </div> </div> </div> </div> </div> </div> </section> <#include "footer.htm"> <script type="text/javascript"> $(".news-list-a").attr("href", $(".news-list-a").attr("href") + location.search); </script> </body> </html>