showphoto.htm
1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!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>