| 1 |
<? |
<? |
| 2 |
require_once "../lib/common.inc.php"; |
require_once "../lib/common.inc.php"; |
| 3 |
require_once "../lib/db_open.inc.php"; |
require_once "../lib/db_open.inc.php"; |
| 4 |
|
require_once "../bbs/session_init.inc.php"; |
| 5 |
require_once "../lib/lml.inc.php"; |
require_once "../lib/lml.inc.php"; |
| 6 |
require_once "../lib/str_process.inc.php"; |
require_once "../lib/str_process.inc.php"; |
| 7 |
|
|
| 36 |
<title><? echo $BBS_name; ?> - <? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </title> |
<title><? echo $BBS_name; ?> - <? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </title> |
| 37 |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
| 38 |
<style type="text/css"> |
<style type="text/css"> |
|
|
|
| 39 |
TD.content |
TD.content |
| 40 |
{ |
{ |
| 41 |
font-size: 16px; |
font-size: 16px; |
| 42 |
line-height: 26px; |
line-height: 26px; |
| 43 |
} |
} |
|
|
|
| 44 |
</style> |
</style> |
| 45 |
|
<script type="text/javascript" src="../js/img_adjust.js"></script> |
|
<script language="JavaScript" src="/js/imageszoom.js"></script> |
|
| 46 |
</head> |
</head> |
|
|
|
| 47 |
<body> |
<body> |
| 48 |
<center> |
<center> |
| 49 |
<? |
<? |
| 116 |
case "gif": |
case "gif": |
| 117 |
case "jpg": |
case "jpg": |
| 118 |
case "jpeg": |
case "jpeg": |
| 119 |
|
case "png": |
| 120 |
|
case "tif": |
| 121 |
|
case "tiff": |
| 122 |
?> |
?> |
| 123 |
<img onmousewheel="return bbs_img_zoom(event, this)" src="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>"> |
<img onmousewheel="return bbs_img_zoom(event, this)" src="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>"> |
| 124 |
<? |
<? |
| 156 |
</td> |
</td> |
| 157 |
<td valign="top"> |
<td valign="top"> |
| 158 |
<script type="text/javascript"> |
<script type="text/javascript"> |
| 159 |
google_ad_client = "ca-pub-3013347141025996"; |
google_ad_client = "ca-pub-3013347141025996"; |
| 160 |
google_ad_slot = "1068955943"; |
google_ad_slot = "1068955943"; |
| 161 |
google_ad_width = 120; |
google_ad_width = 120; |
| 162 |
google_ad_height = 600; |
google_ad_height = 600; |
| 163 |
</script> |
</script> |
| 164 |
<!-- fenglin_content_right --> |
<!-- fenglin_content_right --> |
| 165 |
<script type="text/javascript" |
<script type="text/javascript" |