Parent Directory
|
Revision Log
|
Patch
| Revision 1.14 by sysadm, Wed Apr 23 05:13:57 2025 UTC | Revision 1.15 by sysadm, Wed Apr 23 05:32:21 2025 UTC | |
|---|---|---|
| # | Line 439 window.addEventListener("load", () => { | Line 439 window.addEventListener("load", () => { |
| 439 | <span id="title_<?= $article["aid"]; ?>" class="<?= ($article["visible"] ? "title_normal" : "title_deleted"); ?>"> | <span id="title_<?= $article["aid"]; ?>" class="<?= ($article["visible"] ? "title_normal" : "title_deleted"); ?>"> |
| 440 | <?= split_line(htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?> | <?= split_line(htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'), "", 65, 2, "<br />"); ?> |
| 441 | </span> | </span> |
| 442 | <? if ($article["transship"]) { ?><font color="red">[转载]</font><? } ?> | <?php if ($article["transship"]) { ?><font color="red">[转载]</font><?php } ?> |
| 443 | </td> | </td> |
| 444 | <td width="5%"> | <td width="5%"> |
| 445 | </td> | </td> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |