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

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

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

Revision 1.24 by sysadm, Wed Apr 23 10:38:02 2025 UTC Revision 1.26 by sysadm, Wed Apr 23 11:06:04 2025 UTC
# Line 73  function upload_del(id) Line 73  function upload_del(id)
73                  return false;                  return false;
74          }          }
75    
76          instance.post('upload_del.php', {          instance.post('upload_service_del.php', {
77                  aid: id,                  aid: id,
78          })          })
79          .then(function (response) {          .then(function (response) {
# Line 431  window.addEventListener("load", () => { Line 431  window.addEventListener("load", () => {
431                          </tr>                          </tr>
432                          <tr>                          <tr>
433                                  <td width="20%" align="center">                                  <td width="20%" align="center">
434                                          作者:&nbsp;<a class="s2" href="show_profile.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' target=_blank title="查看用户资料"><?= htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); ?></a>                                          作者:&nbsp;<a class="s2" href="view_user.php?uid=<?= $article["uid"]; ?>" onclick='return <?= ($user_viewable ? "true" : "false"); ?>' target=_blank title="查看用户资料"><?= htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); ?></a>
435                                  </td>                                  </td>
436                                  <td width="75%" class="body">                                  <td width="75%" class="body">
437                                          <span style="color:#606060;">标题:</span>                                          <span style="color:#606060;">标题:</span>


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

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