/[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.11 by sysadm, Wed Mar 12 13:28:32 2025 UTC
# Line 8  Line 8 
8          else          else
9                  $uid=0;                  $uid=0;
10          if (isset($_GET["as_email"]))          if (isset($_GET["as_email"]))
11                  $base_url="http://www.fenglin.info";                  $base_url="https://www.fenglin.info";
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_HTML401, 'UTF-8'))); ?><br>
194                          <br>                          <br>
195  <?  <?
196          }          }
197          mysql_free_result($rs_article);          mysql_free_result($rs_article);
198  ?>  ?>
199                          </font> </td>                          </font>
200                                              </td>
201                      </tr>                      </tr>
202                      <tr>                      <tr>
203                        <td width="393" align="left"> <font face="times, times new roman, sans serif" size="-1">&#149;                        <td width="393" align="left"><br></td>
204                          <a href="<? echo $base_url; ?>/bbs/class.php?cid=<? echo $row["CID"]; ?>" target="_blank">More Article</a></font><br> <br> </td>                        <td width="100" align="right"><br></td>
                       <td width="100" align="right"> <font face="times, times new roman, sans serif" size="-1"><a href="#top">Back  
                         to Top</a></font><br> <br> </td>  
205                      </tr>                      </tr>
206                    </table>                    </table>
207                                  </td>                                  </td>
# Line 233  Line 230 
230                    <td width="588"> <p>&nbsp;</p>                    <td width="588"> <p>&nbsp;</p>
231              <p><font face="Times New Roman,Times,Serif" size="-1"><strong>枫林在线论坛精华区</strong><br>              <p><font face="Times New Roman,Times,Serif" size="-1"><strong>枫林在线论坛精华区</strong><br>
232                <br>                <br>
233                枫林在线除了向您推荐近期的优秀文章外,还提供以往的精彩文章的<a href="<? echo $base_url; ?>/gen_ex/">在线浏览</a>和<a href="<? echo $base_url; ?>/bbs/bbs_ex_dl.php?sid=100">打包下载</a>服务。</font>                枫林在线除了向您推荐近期的优秀文章外,还提供以往的精彩文章的<a href="<? echo $base_url; ?>/gen_ex/">在线浏览</a>服务。</font>
234              </p>              </p>
235              <hr width="588" size="1">              <hr width="588" size="1">
236                      <p> <font face="Times New Roman,Times,Serif" size="-1"> <strong>关于本邮件</strong><br>                      <p> <font face="Times New Roman,Times,Serif" size="-1"> <strong>关于本邮件</strong><br>
# Line 251  Line 248 
248                  <tr>                  <tr>
249                <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">
250              <font face="Times New Roman,Times,Serif" size="-1"> Copyright &copy;              <font face="Times New Roman,Times,Serif" size="-1"> Copyright &copy;
251              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>
252                  </tr>                  </tr>
253            </table>            </table>
254          </td>          </td>


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

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