login_succeed.tpl.php

来自「a short sketch about linux syntex lines.」· PHP 代码 · 共 7 行

PHP
7
字号
document.write('<div>账户:<?php echo $this->user['username'];?></div>');document.write('<div>等级:<?php echo $this->user['groupname'];?></div>');document.write('<div>余额:<?php echo $this->user['state'];?></div>');document.write('<div>最近点播:<?php echo $this->user['movie'];?></div>')document.write('<div><?php echo $this->user['vip'];?></div>')document.write('<div><a href="<?php echo $this->installdir;?>?mod=member&action=logoff" onclick="return confirm(\'确认退出吗!\')">退出登录</a> <a href="<?php echo $this->installdir;?>?mod=member" target="_parent">进入控制面板</a></div>');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?