Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user