Initial commit

This commit is contained in:
易焱
2021-03-13 18:42:01 +08:00
commit d9a3c376d5
3243 changed files with 627198 additions and 0 deletions
+18
View File
@@ -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>