1 Star 8 Fork 1

朱某不爱说话/typecho-Joe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
leaving.php 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
Aurora 提交于 2023-04-18 19:14 . 8.1.4
<?php
/**
* 留言
*
* @package custom
*
**/
?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<?php $this->need('public/include.php'); ?>
<script src="<?php _getAssets('assets/lib/draggabilly@3.0.0/draggabilly.min.js'); ?>"></script>
<script src="<?php _getAssets('assets/js/joe.leaving.min.js'); ?>"></script>
</head>
<body>
<div id="Joe">
<?php $this->need('public/header.php'); ?>
<div class="joe_container">
<?php $this->need('public/aside-the.php'); ?>
<div class="joe_main">
<div class="joe_detail" data-cid="<?php echo $this->cid ?>">
<?php $this->need('public/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">
<img class="avatar lazyload" src="<?php _getAvatarLazyload(); ?>" data-src="<?php _getAvatarByMail($comments->mail) ?>" alt="用户头像" />
<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 _parseLeavingReply($comments->content); ?></div>
</div>
</li>
<?php endwhile; ?>
</ul>
<?php else : ?>
<div class="joe_detail__leaving-none">暂无留言,期待第一个脚印。</div>
<?php endif; ?>
</div>
</div>
<?php $this->need('public/comment.php'); ?>
</div>
<?php $this->need('public/aside.php'); ?>
</div>
<?php $this->need('public/footer.php'); ?>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhuxucy/Joe.git
git@gitee.com:zhuxucy/Joe.git
zhuxucy
Joe
typecho-Joe
master

搜索帮助

Cb406eda 1850385 E526c682 1850385