login.tpl.php
来自「a short sketch about linux syntex lines.」· PHP 代码 · 共 61 行
PHP
61 行
<!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;
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="12" align="center"><font color="#FF0000"><?php echo $this->message;?></font></td>
</tr>
<tr>
<td height="30" align="center">用 户:
<input name="username" type="text" class="in_user_03" id="username" />
</td>
</tr>
<tr>
<td height="30" align="center">密 码:
<input name="password" type="password" class="in_user_03" id="password" /></td>
</tr>
<tr>
<td height="29" align="center"><input type="image" src="images/index/in_user_log.gif" />
<a href="javascript:register('<?php echo $this->installdir;?>')"><img src="images/index/in_user_l.gif" border="0" /></a> </td>
</tr>
<tr>
<td height="1" align="center" bgcolor="#E2E2E2"></td>
</tr>
<tr>
<td height="53" 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 + =
减小字号Ctrl + -
显示快捷键?