迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
经验值系统,会员中心默认模板报错
插件教程:https://www.xunruicms.com/doc/app-707.html
{template "mheader.html"} <div class="portlet light "> <div class="portlet-title tabbable-line"> <div class="caption"> <span class="caption-subject"> 升级经验 </span> </div> </div> <div class="portlet-body"> <div class="fc-table-note"> 账户{SITE_EXPERIENCE}:{$member.experience} </div> <div class="table-scrollable"> <table class="table table-striped table-bordered table-hover table-checkable dataTable"> <thead> <tr class="heading"> <th width="70" class="{dr_sorting('id')}" name="id">流水</th> <th width="150" class="{dr_sorting('inputtime')}" name="inputtime">时间</th> <th width="120" class="{dr_sorting('value')}" name="value" style="padding-left:15px">变动值</th> <th>说明</th> </tr> </thead> <tbody> {loop $list $t} <tr class="odd gradeX" id="dr_row_{$t.id}"> <td>{$t.id}</td> <td>{dr_date($t.inputtime)}</td> <td><b>{dr_pay_money_html($t.value, 0)}</b></td> <td> {if $t.url} <a href="{$t.url}" target="_blank">{$t.note}</a> {else} {$t.note} {/if} </td> </tr> {/loop} </tbody> </table> </div> {if $mypages} <div class="fc-pages text-center">{$mypages}</div> {/if} </div> </div> {template "mfooter.html"}