/[LeafOK_CVS]/fenglin/bbs/themes/xml/view_article_xml.view.php
ViewVC logotype

Diff of /fenglin/bbs/themes/xml/view_article_xml.view.php

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

Revision 1.7 by sysadm, Sat Apr 26 11:29:53 2025 UTC Revision 1.11 by sysadm, Fri Oct 24 02:45:16 2025 UTC
# Line 33  Line 33 
33                  $username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8');                  $username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8');
34                  $nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8');                  $nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8');
35                  $level = user_level($article["exp"]);                  $level = user_level($article["exp"]);
36                  $content = LML($article["content"], true, false, 130);                  $content = LML($article["content"], true, 130);
37    
38                  $transship_info = "";                  $transship_info = "";
39                  if ($article["transship"])                  if ($article["transship"])
# Line 60  Line 60 
60                                  <Length>{$article["length"]}</Length>                                  <Length>{$article["length"]}</Length>
61                                  <Visible>{$article["visible"]}</Visible>                                  <Visible>{$article["visible"]}</Visible>
62                          </Article>                          </Article>
63                            
64                  HTML;                  HTML;
65          }          }
66    
# Line 68  Line 68 
68                  </Articles>                  </Articles>
69          </Topic>          </Topic>
70          HTML;          HTML;
 ?>  
   


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

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