Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{$pagetitle}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>{$pagetitle}</h1>
|
||||
<table width="800" border="1">
|
||||
<tbody>
|
||||
<foreach name="data" item="v">
|
||||
<tr>
|
||||
<td><a href="{$v.titleurl}" target="_blank">{$v.title}</a></td>
|
||||
<td>{$v.newstime|date="Y年m月d日",###}</td>
|
||||
</tr>
|
||||
</foreach>
|
||||
</tbody>
|
||||
</table>
|
||||
<H2>{$listpage}</H2>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user