|
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="{dede:global name='cfg_soft_lang'/}">
- <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
- <title><?php echo $arctitle;?>-<?php echo $cfg_webname;?></title>
- <link rel="stylesheet" href="<?php echo $cfg_templets_skin;?>/style/search.css">
- </head>
- <body>
- <?php pasterTempletDiy('top.htm');?>
- <div class="container py-3">
- <div class="row">
- <div class="col-md-12">
- <h4 class="mb-3">图集详细页面:<a href="<?php echo $arcurl?>"><?php echo $arctitle;?></a></h4>
- <table width="100%" cellpadding="2" cellspacing="1">
- <tr>
- <td align="center">
- <a href="<?php echo $nextlink;?>"><img src="<?php echo $src?>"></a>
- <a href="<?php echo $src;?>" target="_blank">[查看原图]</a>
- <div style="border-top:1px dashed #BED6A7"><?php echo $pageGuide?></div>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- <?php pasterTempletDiy('foot.htm');?>
- </body>
- </html>
|