| 33 |
<credit><?= $article["exp"]; ?></credit> |
<credit><?= $article["exp"]; ?></credit> |
| 34 |
<photo><?= $article["photo_path"]; ?></photo> |
<photo><?= $article["photo_path"]; ?></photo> |
| 35 |
<ArticleId><?= $article["aid"]; ?></ArticleId> |
<ArticleId><?= $article["aid"]; ?></ArticleId> |
| 36 |
<ArticleTitle><?= htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'); ?><? if ($article["transship"]) { ?> [转载]<? } ?></ArticleTitle> |
<ArticleTitle><?= htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'); ?><?php if ($article["transship"]) { ?> [转载]<?php } ?></ArticleTitle> |
| 37 |
<ExpressionIcon><?= $article["icon"]; ?></ExpressionIcon> |
<ExpressionIcon><?= $article["icon"]; ?></ExpressionIcon> |
| 38 |
<PostDateTime><?= $article["sub_dt"]->format("Y-m-d H:i:s (\U\T\C P)"); ?></PostDateTime> |
<PostDateTime><?= $article["sub_dt"]->format("Y-m-d H:i:s (\U\T\C P)"); ?></PostDateTime> |
| 39 |
<PostIP><?= $article["sub_ip"]; ?></PostIP> |
<PostIP><?= $article["sub_ip"]; ?></PostIP> |
| 40 |
<Content><![CDATA[<?= LML($article["content"], true, false, 1024); ?>]]></Content> |
<Content><![CDATA[<?= LML($article["content"], true, false, 1024); ?>]]></Content> |
| 41 |
<Length><?= $article["length"]; ?></Length> |
<Length><?= $article["length"]; ?></Length> |
| 42 |
|
<Visible><?= $article["visible"]; ?></Visible> |
| 43 |
</Article> |
</Article> |
| 44 |
<?php |
<?php |
| 45 |
} |
} |