📄 lostpass.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>密码找回--{#$config['sitename']#}</title>
<link href="<?php echo $this->basedir;?>templates/public/images/re.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $this->basedir;?>js/jquery.js"></script>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
-->
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#form1").validate({
rules:{
userid:{
required:true,
maxlength:30,
minlength:5
}
},
success: function(label) {
label.text('ok').addClass("success");
},
messages:{
userid:{
required:'请填写用户名或者邮箱!'
}
}
})
});
</script>
</head>
<body>
<TABLE width=469 height="323" border=0 align=center cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD height="63"><IMG height=63 src="<?php echo $this->basedir;?>templates/public/images/mb_05_2.gif" width=469></TD>
</TR>
<TR>
<TD height="204"><TABLE cellSpacing=0 cellPadding=0 width=468 align=center border=0>
<TBODY>
<TR>
<TD width=11><IMG height=204 src="<?php echo $this->basedir;?>templates/public/images/mb_06.gif" width=11></TD>
<TD bgColor="#f6ffe4" valign="middle"><table width="321" border="0" align="center">
<tr>
<td><?php echo $this->rightBody;?></td>
</tr>
</table></TD>
<TD width=133><IMG height=204 src="<?php echo $this->basedir;?>templates/public/images/mb_07.gif" width=133></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD height="56"><IMG height=56 src="<?php echo $this->basedir;?>templates/public/images/mb_08.gif"
width=433></TD>
</TR>
</TBODY>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -