国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global name='cfg_soft_lang'/}">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title><?php echo $arctitle; ?></title>
  7. <link href="<?php echo $cfg_templets_skin; ?>/style/search.css" rel="stylesheet" media="screen">
  8. </head>
  9. <body>
  10. <div class="header">
  11. <div class="top">
  12. <h1><a href="<?php echo $cfg_basehost;?>" title="<?php echo $cfg_webname;?>"><img src="<?php echo $cfg_templets_skin; ?>/images/logo.gif"></a></h1>
  13. </div>
  14. </div>
  15. <div class="msgbar">
  16. <p>图集详细页面 ><a href="<?php echo $arcurl?>"><?php echo $arctitle; ?></a></p>
  17. </div>
  18. <table width="100%" cellpadding="2" cellspacing="1">
  19. <tr>
  20. <td align="center">
  21. <a href="<?php echo $nextlink; ?>">
  22. <img src="<?php echo $src?>">
  23. </a>
  24. <div style="line-height:32px">
  25. <a href="<?php echo $src; ?>" target="_blank">[查看原图]</a>
  26. </div>
  27. <div style="line-height:32px;border-top:1px dashed #BED6A7">
  28. <?php echo $pageGuide?>
  29. </div>
  30. </td>
  31. </tr>
  32. </table>
  33. </body>
  34. </html>