| 110 |
$ext=strtolower(substr($filename,(strrpos($filename,".") ? strrpos($filename,".")+1 : 0))); |
$ext=strtolower(substr($filename,(strrpos($filename,".") ? strrpos($filename,".")+1 : 0))); |
| 111 |
?> |
?> |
| 112 |
<img src="images/dl.gif"><a class="s2" href="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>" target="_target"><? echo $filename; ?></a> (<? echo $size; ?>字节) |
<img src="images/dl.gif"><a class="s2" href="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>" target="_target"><? echo $filename; ?></a> (<? echo $size; ?>字节) |
| 113 |
<? if ($check==0){?><font color=red>未验证</font><? } else { ?> |
<? if ($check==0){?><font color=red>未审核</font><? } else { ?> |
| 114 |
<br> |
<br> |
| 115 |
<? |
<? |
| 116 |
switch ($ext) |
switch ($ext) |