| 35 |
<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> |
| 36 |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
| 37 |
<style type="text/css"> |
<style type="text/css"> |
|
|
|
| 38 |
TD.content |
TD.content |
| 39 |
{ |
{ |
| 40 |
font-size: 16px; |
font-size: 16px; |
| 41 |
line-height: 26px; |
line-height: 26px; |
| 42 |
} |
} |
|
|
|
| 43 |
</style> |
</style> |
| 44 |
|
<script type="text/javascript" src="../js/img_adjust.js"></script> |
|
<script language="JavaScript" src="/js/imageszoom.js"></script> |
|
| 45 |
</head> |
</head> |
|
|
|
| 46 |
<body> |
<body> |
| 47 |
<center> |
<center> |
| 48 |
<? |
<? |
| 115 |
case "gif": |
case "gif": |
| 116 |
case "jpg": |
case "jpg": |
| 117 |
case "jpeg": |
case "jpeg": |
| 118 |
|
case "png": |
| 119 |
|
case "tif": |
| 120 |
|
case "tiff": |
| 121 |
?> |
?> |
| 122 |
<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"]; ?>"> |
| 123 |
<? |
<? |