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

📄 login.tpl.php

📁 一个文章管理系统,很不错的,php语言开发,运行平台:windows和linux
💻 PHP
字号:
<?php
if( !defined('ISELOOK') ){
	header('HTTP/1.0 404 Not Found');
	exit;
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>">
<title><?=$settings['s_name'] .'-'.$lang['page_title_login']?></title>
<link rel="stylesheet" href="./templates/default/css/style.css" type="text/css">
<style type="text/css">
<!--
body{
	background-image:url(images/bg.gif);
	font-size: 12px; 
	color: #151515;
}
-->
</style>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr> 
    <td> 
      <form action="login.php?action=checklogin" method="post" name="form">
        <div align="center"> 
          <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
            <tr> 
              <td height="31"><img src="images/bj_6_top.gif" width="370" height="31"></td>
            </tr>
          </table>
            <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
              <tr> 
                <td background="images/bj_7.gif"> 
                <table  width="245" border="0" align="center" cellpadding="1" cellspacing="1">
                  <tr bgcolor="#FFFFFF" class="red"> 
                    <td colspan="3" height="25"><?=$err_msg?></td>
                  </tr>
                  <tr bgcolor="#FFFFFF" height="30"> 
                    <td width="52"> 
                      <div align="left"><?=$lang['str_adminname']?></div>
                    </td>
                    <td width="91"> 
                      <div align="left"> 
                        <input name="adminname" size="12">
                      </div>
                    </td>
                    <td width="92"><input type="image" src="images/xx.gif" width="60" height="18">
                    </td>
                  </tr>
                  <tr bgcolor="#FFFFFF" height="30"> 
                    <td width="52"> 
                      <div align="left"><?=$lang['str_adminpassword']?></div>
                    </td>
                    <td width="91"> 
                      <div align="left"> 
                        <input name="password" type="password" size="12">
                      </div>
                    </td>
                    <td width="92"><img src="images/qc.gif" width="60" height="18" border="0"  onClick="document.form.reset();"  style="cursor: hand;"> 
                    </td>
                  </tr>
                  <tr bgcolor="#FFFFFF"> 
                    <td width="52"> 
                      <div align="left"><?=$lang['str_verifycode_1']?></div>
                    </td>
                    <td colspan="2" height="30"> 
                      <div style="float:left;"><input name="verifycode" size="12"></div><div style="float:left;padding-left:10px;"><img src="<?//ROOT_PATH?>getcode.php" alt="<?=$lang['str_verifycode_3']?>" class="simg" style="cursor : pointer;" onClick="this.src='<?//ROOT_PATH?>getcode.php';" onMouseOver="this.className='bigimg';" onMouseOut="this.className='simg';"></div>
					 </td>
                  </tr>
                  <tr bgcolor="#FFFFFF"> 
                    <td colspan="3" height="10"></td>
                  </tr>
                </table>
                </td>
              </tr>
            </table>
            <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
              <tr> 
                <td background="images/bj_8.gif" height="23"> </td>
              </tr>
            </table>
            <table width="370" border="0" cellspacing="0" cellpadding="0" height="100">
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table>
          </div>
        </form>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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