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

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

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

Revision 1.9 by sysadm, Thu Oct 23 04:52:59 2025 UTC Revision 1.12 by sysadm, Thu Oct 30 15:52:32 2025 UTC
# Line 5  Line 5 
5                  exit();                  exit();
6          }          }
7    
8            require_once "../lib/lml.inc.php";
9            require_once "../lib/str_process.inc.php";
10          require_once "../lib/astro.inc.php";          require_once "../lib/astro.inc.php";
11  ?>  ?>
12  <html>  <html>
# Line 327  window.addEventListener("load", () => { Line 329  window.addEventListener("load", () => {
329                          case "CHICKEN":                          case "CHICKEN":
330                                  $current_action_name = "电子小鸡";                                  $current_action_name = "电子小鸡";
331                                  break;                                  break;
332                          case "":                          case "WWW":
333                                  $current_action_name = "Web浏览";                                  $current_action_name = "Web浏览";
334                                  break;                                  break;
335                          default:                          default:
# Line 458  window.addEventListener("load", () => { Line 460  window.addEventListener("load", () => {
460                                          <table border="0" cellspacing="0" cellpadding="0" width="80%">                                          <table border="0" cellspacing="0" cellpadding="0" width="80%">
461                                                  <tr>                                                  <tr>
462                                                          <td style="color:gray; font-size:14px;">                                                          <td style="color:gray; font-size:14px;">
463                                                                  <pre><?= LML(htmlspecialchars($result_set["data"]["introduction"], ENT_HTML401, 'UTF-8'), true, true, 80); ?></pre>                                                                  <pre><?= split_line(LML(htmlspecialchars($result_set["data"]["introduction"], ENT_HTML401, 'UTF-8'), true, 80 + 1), "", 80, 10); ?></pre>
464                                                          </td>                                                          </td>
465                                                  </tr>                                                  </tr>
466                                          </table>                                          </table>


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

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