📄 login_succeed.tpl.php
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -