⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login_netbar.tpl.php

📁 a short sketch about linux syntex lines.
💻 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 {
	text-decoration: none;
	color: #666666;
}
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"><?php echo $this->netbar['name'];?></font></td>
          </tr>
          <tr>
            <td width="40%" align="right">剩余天数:</td>
            <td width="60%" align="left"><?php echo $this->netbar['days'];?></td>
          </tr>
          <tr>
            <td align="right">并发数:</td>
            <td align="left"><?php echo $this->netbar['maxnum'] ? $this->netbar['maxnum'] : '无限制' ;?>台电脑</td>
          </tr>
          <tr>
            <td align="right">等级:</td>
            <td align="left">合作伙伴</td>
          </tr>
          <tr>
            <td colspan="2" align="right"><a href="<?php echo $this->installdir;?>?mod=member&action=validate" target="_top">我是注册会员,点击用会员登录</a></td>
          </tr>
          <tr>
            <td colspan="2" align="center"><?php echo $this->user['vip'];?><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 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>
</form>
</body>
</html>

⌨️ 快捷键说明

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