/[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.1 by sysadm, Sat Apr 12 12:27:29 2025 UTC Revision 1.2 by sysadm, Sun Apr 13 03:27:08 2025 UTC
# Line 33  Line 33 
33                          <credit><? echo $article["exp"]; ?></credit>                          <credit><? echo $article["exp"]; ?></credit>
34                          <photo><? echo $article["photo_path"]; ?></photo>                          <photo><? echo $article["photo_path"]; ?></photo>
35                          <ArticleId><? echo $article["aid"]; ?></ArticleId>                          <ArticleId><? echo $article["aid"]; ?></ArticleId>
36                          <ArticleTitle><? echo htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'); ?></ArticleTitle>                          <ArticleTitle><? echo htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'); ?><? if ($article["transship"]) { ?> [转载]<? } ?></ArticleTitle>
37                          <ExpressionIcon><? echo $article["icon"]; ?></ExpressionIcon>                          <ExpressionIcon><? echo $article["icon"]; ?></ExpressionIcon>
38                          <PostDateTime><? echo $article["sub_dt"]->format("Y-m-d H:i:s (\U\T\C P)"); ?></PostDateTime>                          <PostDateTime><? echo $article["sub_dt"]->format("Y-m-d H:i:s (\U\T\C P)"); ?></PostDateTime>
39                          <PostIP><? echo $article["sub_ip"]; ?></PostIP>                          <PostIP><? echo $article["sub_ip"]; ?></PostIP>


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

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