国内流行的内容管理系统(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.

41 lines
1.4KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
  5. <title><?php echo $arctitle; ?></title>
  6. <link href="<?php echo $cfg_templets_skin; ?>/style/search.css" rel="stylesheet" type="text/css" media="screen" />
  7. </head>
  8. <body>
  9. <div class="header">
  10. <div class="top">
  11. <h1><a href="<?php echo $cfg_basehost;?>" title="<?php echo $cfg_webname;?>"><img src="<?php echo $cfg_templets_skin; ?>/images/logo.gif" alt=""/></a> </h1>
  12. </div>
  13. </div>
  14. <div class="msgbar">
  15. <p>
  16. <strong><b>图集详细页面 >> <a href='<?php echo $arcurl?>'><?php echo $arctitle; ?></a></b></strong>
  17. </p>
  18. </div>
  19. <table width='100%' border='0' cellpadding='2' cellspacing='1' >
  20. <tr>
  21. <td align='center' >
  22. <a href='<?php echo $nextlink; ?>'><br />
  23. <img src='<?php echo $src?>' border='0' /></a><br />
  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>