Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php if (!defined('THINK_PATH')) exit();?><!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title><?php echo ($pagetitle); ?></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1><?php echo ($pagetitle); ?></h1>
|
||||
<table width="800" border="1">
|
||||
<tbody>
|
||||
<?php if(is_array($data)): foreach($data as $key=>$v): ?><tr>
|
||||
<td><a href="<?php echo ($v["titleurl"]); ?>" target="_blank"><?php echo ($v["title"]); ?></a></td>
|
||||
<td><?php echo (date("Y年m月d日",$v["newstime"])); ?></td>
|
||||
</tr><?php endforeach; endif; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<H2><?php echo ($listpage); ?></H2>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user