qa-ifish7/web/Application/Data/templateFile/7.html

19 lines
396 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{$pagetitle}</title>
</head>
<body>
{:abc()}
<h1>{$r.title}</h1>
<h1>点击:<script src='/index.php/Home/View/getClick?catid={$r.cat.catid}&id={$r.id}'></script></h1>
<h2>{$r.newstime|date="Y年m月d日",###}</h2>
{:htmlspecialchars_decode($r[newstext])}
<p>上一条:{$preinfo}</p>
<p>下一条:{$nextinfo}</p>
</body>
</html>