代码拉取完成,页面将自动刷新
同步操作将从 易航/Joe再续前缘版 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
/**
* 留言
*
* @package custom
*
**/
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<?php $this->need('module/head.php'); ?>
<script src="<?= joe\theme_url('assets/lib/draggabilly/draggabilly.pkgd.min.js'); ?>"></script>
<script src="<?= joe\theme_url('assets/js/joe.leaving.min.js'); ?>"></script>
</head>
<body>
<div id="Joe">
<?php $this->need('module/header.php'); ?>
<div class="joe_container">
<div class="joe_main">
<div class="joe_detail" data-cid="<?php echo $this->cid ?>">
<?php $this->need('module/batten.php'); ?>
<div class="joe_detail__leaving">
<?php $this->comments()->to($comments); ?>
<?php if ($comments->have()) : ?>
<ul class="joe_detail__leaving-list">
<?php while ($comments->next()) : ?>
<li class="item">
<div class="user">
<div class="zetx">
<img class="avatar lazyload a" src="<?php joe\getAvatarLazyload() ?>" data-src="<?php joe\getAvatarByMail($comments->mail); ?>" alt="头像" />
<img class="avatar lazyload b" src="<?php joe\getAvatarLazyload() ?>" data-src="<?php joe\letter_avatar($comments->author); ?>" alt="头像" />
</div>
<div class="nickname"><?php $comments->author(); ?></div>
<div class="date"><?php $comments->date('Y/m/d'); ?></div>
</div>
<div class="wrapper">
<div class="content"><?php echo _parseCommentReply($comments, 'leaving'); ?></div>
</div>
</li>
<?php endwhile; ?>
</ul>
<?php else : ?>
<div class="joe_detail__leaving-none">暂无留言,期待第一个脚印。</div>
<?php endif; ?>
</div>
</div>
<?php $this->need('module/comment.php'); ?>
</div>
</div>
<?php $this->need('module/footer.php'); ?>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。