📄 login_succeed.tpl.php
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户登陆</title>
<link href="images/index.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $this->basedir;?>js/func.js"></script>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
background-color: #F3F3F3;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table width="95%" border="0" align="center" cellpadding="1" cellspacing="2">
<tr>
<td colspan="2" align="center"><font color="#FF0000">上次登陆:</font><?php echo date('Y-m-d H:i:s', $this->user['lastime']);?></td>
</tr>
<tr>
<td width="40%" align="right">账户:</td>
<td width="60%" align="left"><?php echo $this->user['username'];?></td>
</tr>
<tr>
<td align="right">剩余:</td>
<td align="left"><?php echo $this->user['state'];?></td>
</tr>
<tr>
<td align="right">等级:</td>
<td align="left"><?php echo $this->user['groupname'];?></td>
</tr>
<?php if ($this->user['movie']){?>
<tr>
<td align="right">最近点播:</td>
<td align="center"><?php echo $this->user['movie'];?></td>
</tr>
<?php }?>
<tr>
<td align="center"><?php echo $this->user['vip'];?></td>
<td align="center"><a href="<?php echo $this->installdir;?>?mod=member&action=logoff">退出登陆</a></td>
</tr>
<tr>
<td colspan="2" align="center" valign="bottom" class="in_user_04"><table width="98%" border="0">
<tr>
<td colspan="2" align="center" valign="bottom" class="in_user_04"><table width="98%" border="0">
<tr>
<td align="center"><a href="<?php echo $this->installdir;?>?mod=member&action=lostpass" target="_parent">密码找回</a></td>
<td align="center"><a href="<?php echo $this->installdir;?>?mod=member&action=payment" target="_parent">账户充值</a></td>
</tr>
<tr>
<td align="center"><a href="<?php echo $this->installdir;?>?mod=category&action=free" target="_parent">免费试片</a></td>
<td align="center"><a href="<?php echo $this->basedir;?>help/" target="_blank">点播帮助</a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -