/[LeafOK_CVS]/fenglin/www/show_article.php
ViewVC logotype

Diff of /fenglin/www/show_article.php

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

Revision 1.16 by sysadm, Fri Mar 28 14:21:52 2025 UTC Revision 1.17 by sysadm, Sat Mar 29 07:06:57 2025 UTC
# Line 1  Line 1 
1  <?  <?
2            require_once "../lib/common.inc.php";
3          require_once "../lib/db_open.inc.php";          require_once "../lib/db_open.inc.php";
4          require_once "../lib/lml.inc.php";          require_once "../lib/lml.inc.php";
5          require_once "../lib/str_process.inc.php";          require_once "../lib/str_process.inc.php";
# Line 33  Line 34 
34  <html>  <html>
35  <head>  <head>
36  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
37  <title>枫林在线 - <? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </title>  <title><? echo $BBS_name; ?> - <? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </title>
38  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
39  <style type="text/css">  <style type="text/css">
40    
# Line 56  TD.content Line 57  TD.content
57  <table width="760" border="0" cellpadding="0" cellspacing="0">  <table width="760" border="0" cellpadding="0" cellspacing="0">
58          <tr height=20 bgcolor=#F3F9FC>          <tr height=20 bgcolor=#F3F9FC>
59                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
60                  <td>枫林在线 &gt;&gt; <? echo split_line(htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'), "", 65, 2); ?></td>                  <td><? echo $BBS_name; ?> &gt;&gt; <? echo split_line(htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'), "", 65, 2); ?></td>
61                  <td width="200" align="right">本文已被浏览<font color=red><? echo $row["view_count"]; ?></font>次</td>                  <td width="200" align="right">本文已被浏览<font color=red><? echo $row["view_count"]; ?></font>次</td>
62                  <td width="20">&nbsp;</td>                  <td width="20">&nbsp;</td>
63          </tr>          </tr>


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

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