| 41 |
text-decoration: line-through; |
text-decoration: line-through; |
| 42 |
} |
} |
| 43 |
</style> |
</style> |
|
<script type="text/javascript" src="/js/nw_open.js"></script> |
|
| 44 |
<script type="text/javascript" src="../js/img_adjust.js"></script> |
<script type="text/javascript" src="../js/img_adjust.js"></script> |
| 45 |
<script src="../js/polyfill.min.js"></script> |
<script src="../js/polyfill.min.js"></script> |
| 46 |
<script src="../js/axios.min.js"></script> |
<script src="../js/axios.min.js"></script> |
| 360 |
if ($_SESSION["BBS_priv"]->checkpriv(0, S_MSG) && $_SESSION["BBS_uid"] != $article["uid"]) |
if ($_SESSION["BBS_priv"]->checkpriv(0, S_MSG) && $_SESSION["BBS_uid"] != $article["uid"]) |
| 361 |
{ |
{ |
| 362 |
?> |
?> |
| 363 |
<img src="images/mail.gif" width="16" height="16"><a class="s4" href="" onclick="return NW_open('send_msg.php?uid=<? echo $article["uid"]; ?>', 'send_msg', 500, 300);" title="给作者发消息">消息</a> |
<img src="images/mail.gif" width="16" height="16"><a class="s4" href="read_msg.php?sent=1&uid=<? echo $article["uid"]; ?>" target=_blank title="给作者发消息">消息</a> |
| 364 |
<? |
<? |
| 365 |
} |
} |
| 366 |
if ($article["visible"]) |
if ($article["visible"]) |
| 446 |
</tr> |
</tr> |
| 447 |
<tr> |
<tr> |
| 448 |
<td align="center"> |
<td align="center"> |
| 449 |
昵称: <span style="color:#909090;"><? echo htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); ?></span> |
昵称: <span style="color: #909090;"><? echo htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); ?></span> |
| 450 |
</td> |
</td> |
| 451 |
<td class="body"> |
<td class="body"> |
| 452 |
<span style="color:#606060;">来自:</span> <span style="color:#909090; "><? echo $article["sub_ip"]; ?></span> |
<span style="color:#606060;">来自:</span> <span style="color: #909090; "><? echo $article["sub_ip"]; ?></span> |
| 453 |
</td> |
</td> |
| 454 |
<td> |
<td> |
| 455 |
</td> |
</td> |
| 459 |
经验值: <span style="color:red;"><? echo $article["exp"]; ?></span> |
经验值: <span style="color:red;"><? echo $article["exp"]; ?></span> |
| 460 |
</td> |
</td> |
| 461 |
<td class="body"> |
<td class="body"> |
| 462 |
<span style="color:#606060;">发贴时间:</span> <span style="color:#909090; "><? echo $article["sub_dt"]->format("Y年m月d日 H:i:s (\U\T\C P)"); ?></span> |
<span style="color:#606060;">发贴时间:</span> <span style="color: #909090; "><? echo $article["sub_dt"]->format("Y年m月d日 H:i:s (\U\T\C P)"); ?></span> |
| 463 |
</td> |
</td> |
| 464 |
<td> |
<td> |
| 465 |
</td> |
</td> |
| 466 |
</tr> |
</tr> |
| 467 |
<tr> |
<tr> |
| 468 |
<td align="center"> |
<td align="center"> |
| 469 |
等级: <span style="color:#909090;"><? echo user_level($article["exp"]); ?></span> |
等级: <span style="color: #909090;"><? echo user_level($article["exp"]); ?></span> |
| 470 |
</td> |
</td> |
| 471 |
<td class="body"> |
<td class="body"> |
| 472 |
<span style="color:#606060;">长度:</span> <span style="color:#909090; "><? echo $article["length"]; ?>字</span> |
<span style="color:#606060;">长度:</span> <span style="color: #909090; "><? echo $article["length"]; ?>字</span> |
| 473 |
</td> |
</td> |
| 474 |
<td> |
<td> |
| 475 |
</td> |
</td> |
| 477 |
<tr height="2"> |
<tr height="2"> |
| 478 |
<td> |
<td> |
| 479 |
</td> |
</td> |
| 480 |
<td style="background-color:#909090;"> |
<td style="background-color: #909090;"> |
| 481 |
</td> |
</td> |
| 482 |
<td> |
<td> |
| 483 |
</td> |
</td> |
| 522 |
case "tif": |
case "tif": |
| 523 |
case "tiff": |
case "tiff": |
| 524 |
?> |
?> |
| 525 |
<img onmousewheel="return bbs_img_zoom(event, this)" src="dl_file.php?aid=<? echo $attachment["aid"]; ?>"> |
<br /><img onmousewheel="return bbs_img_zoom(event, this)" src="dl_file.php?aid=<? echo $attachment["aid"]; ?>"> |
| 526 |
<? |
<? |
| 527 |
break; |
break; |
| 528 |
} |
} |
| 555 |
</td> |
</td> |
| 556 |
</tr> |
</tr> |
| 557 |
<tr> |
<tr> |
| 558 |
<td width="40%" style="color:#909090"> |
<td width="40%" style="color: #909090"> |
| 559 |
<form action="view_article.php" method="get" id="change_page" name="change_page"> |
<form action="view_article.php" method="get" id="change_page" name="change_page"> |
| 560 |
<input type="hidden" id="id" name="id" value="<? echo $result_set["data"]["id"]; ?>"> |
<input type="hidden" id="id" name="id" value="<? echo $result_set["data"]["id"]; ?>"> |
| 561 |
<input type="hidden" id="ex" name="ex" value="<? echo $result_set["data"]["ex"]; ?>"> |
<input type="hidden" id="ex" name="ex" value="<? echo $result_set["data"]["ex"]; ?>"> |