|
123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
- <title><?php echo $arctitle; ?></title>
- <link href="<?php echo $cfg_templets_skin; ?>/style/search.css" rel="stylesheet" type="text/css" media="screen" />
- </head>
- <body>
- <div class="header">
- <div class="top">
- <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>
- </div>
- </div>
-
- <div class="msgbar">
- <p>
- <strong><b>图集详细页面 >> <a href='<?php echo $arcurl?>'><?php echo $arctitle; ?></a></b></strong>
- </p>
- </div>
-
-
- <table width='100%' border='0' cellpadding='2' cellspacing='1' >
- <tr>
- <td align='center' >
- <a href='<?php echo $nextlink; ?>'><br>
- <img src='<?php echo $src?>' border='0' /></a><br>
- <div style='line-height:32px;'>
- <a href="<?php echo $src; ?>" target='_blank'>[查看原图]</a>
- </div>
- <div style='line-height:32px;border-top:1px dashed #BED6A7'>
- <?php echo $pageGuide?>
- </div>
- </td>
- </tr>
- </table>
-
-
- </body>
- </html>
|