/[LeafOK_CVS]/fenglin/bbs/themes/default/search_article.view.php
ViewVC logotype

Diff of /fenglin/bbs/themes/default/search_article.view.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.7 by sysadm, Wed Apr 23 05:13:57 2025 UTC Revision 1.8 by sysadm, Wed Apr 23 10:44:16 2025 UTC
# Line 166  function ch_rpp() Line 166  function ch_rpp()
166                          <?= $status_str; ?>                          <?= $status_str; ?>
167                  </td>                  </td>
168                  <td width="16%" class="dark">                  <td width="16%" class="dark">
169                          <a class="s2" href="show_profile.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' title="<?= $article["username"]; ?>" target=_blank>                          <a class="s2" href="view_user.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' title="<?= $article["username"]; ?>" target=_blank>
170                                  <?= $article["nickname"]; ?>                                  <?= $article["nickname"]; ?>
171                          </a>                          </a>
172                  </td>                  </td>
# Line 178  function ch_rpp() Line 178  function ch_rpp()
178                  if ($article["reply_count"] > 0)                  if ($article["reply_count"] > 0)
179                  {                  {
180  ?>  ?>
181                          <a class="s2" href="show_profile.php?uid=<?= $article["last_reply_uid"]; ?>" onclick='return <?= ($last_reply_user_viewable ? "true" : "false"); ?>' title="<?= $article["last_reply_username"]; ?>" target=_blank>                          <a class="s2" href="view_user.php?uid=<?= $article["last_reply_uid"]; ?>" onclick='return <?= ($last_reply_user_viewable ? "true" : "false"); ?>' title="<?= $article["last_reply_username"]; ?>" target=_blank>
182                                  <?= $article["last_reply_nickname"]; ?>                                  <?= $article["last_reply_nickname"]; ?>
183                          </a>                          </a>
184  <?php  <?php


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1