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

Diff of /fenglin/www/journal.php

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

Revision 1.7 by sysadm, Fri Jul 28 11:45:21 2023 UTC Revision 1.8 by sysadm, Sat Mar 1 09:08:07 2025 UTC
# Line 12  Line 12 
12          else          else
13                  $base_url="";                  $base_url="";
14                    
         $sql_charset="utf8";  
   
15          $db_conn=include "./db_open.inc.php";          $db_conn=include "./db_open.inc.php";
16    
17          $rs=mysql_query("select * from journal_index where JID=$jid and enable")          $rs=mysql_query("select * from journal_index where JID=$jid and enable")
# Line 192  Line 190 
190                          <font size="3"><strong><a href="<? echo $base_url; ?>/www/show_article.php?aid=<? echo $row_article["AID"]; ?>" target="_blank"><? echo $row_article["title"]; ?></a></strong></font><br>                          <font size="3"><strong><a href="<? echo $base_url; ?>/www/show_article.php?aid=<? echo $row_article["AID"]; ?>" target="_blank"><? echo $row_article["title"]; ?></a></strong></font><br>
191                          <font color="#666666" size="-1"><? echo $row_article["s_title"]; ?>&nbsp;&nbsp;                          <font color="#666666" size="-1"><? echo $row_article["s_title"]; ?>&nbsp;&nbsp;
192                          By <? echo $row_article["nickname"]; ?></font><br>                          By <? echo $row_article["nickname"]; ?></font><br>
193                          <? echo str_replace(" ","&nbsp;",str_replace("\n","<br>",htmlspecialchars($row_article["abstract"], ENT_COMPAT | ENT_HTML401, 'GB2312'))); ?><br>                          <? echo str_replace(" ","&nbsp;",str_replace("\n","<br>",htmlspecialchars($row_article["abstract"], ENT_COMPAT | ENT_HTML401, 'UTF-8'))); ?><br>
194                          <br>                          <br>
195  <?  <?
196          }          }
# Line 251  Line 249 
249                  <tr>                  <tr>
250                <td width="598" colspan="3" bgcolor="#e4e4e4" height="25"> <img src="<? echo $base_url; ?>/www/images/spacer.gif" width="5" height="1" border="0">                <td width="598" colspan="3" bgcolor="#e4e4e4" height="25"> <img src="<? echo $base_url; ?>/www/images/spacer.gif" width="5" height="1" border="0">
251              <font face="Times New Roman,Times,Serif" size="-1"> Copyright &copy;              <font face="Times New Roman,Times,Serif" size="-1"> Copyright &copy;
252              2003-2012 <a href="<? echo $base_url; ?>/" target="_blank">枫林在线</a> | <a href="<? echo $base_url; ?>/www/privacy.php">隐私保护</a> </font> </td>              2003-2025 <a href="<? echo $base_url; ?>/" target="_blank">枫林在线</a> | <a href="<? echo $base_url; ?>/www/privacy.php">隐私保护</a> </font> </td>
253                  </tr>                  </tr>
254            </table>            </table>
255          </td>          </td>


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

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