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

📄 sparklog.php

📁 火花留言本
💻 PHP
字号:
<?php require_once('Connections/connBoard.php'); ?>
<?php require_once('inc/logRec.php'); ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="stlye_login.css" rel="stylesheet" type="text/css">
<title>火花网站内容管理系统3.0</title>
</head>

<body>
<table width="224" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="13" rowspan="7" background="image/login_09.gif"><IMG SRC="image/login_09.gif" WIDTH=13 HEIGHT=14 ALT=""></td>
    <td height="14"><IMG SRC="image/login_03.gif" WIDTH=200 HEIGHT=14 ALT=""></td>
    <td width="11" rowspan="7" background="image/login_08.gif"><IMG SRC="image/login_08.gif" WIDTH=11 HEIGHT=15 ALT=""></td>
  </tr>
  <tr>
    <td height="86" align="right" bgcolor="#E9E9E9"><IMG SRC="image/login_07.gif" WIDTH=76 HEIGHT=86 ALT=""></td>
  </tr>
  <tr>
    <td height="48"><IMG SRC="image/login_12.gif" WIDTH=200 HEIGHT=48 ALT=""></td>
  </tr>
  <tr>
    <td height="42" background="image/login_03.gif">&nbsp;</td>
  </tr>
  <tr>
    <td background="image/login_03.gif"><form action="<?php echo $FF_LoginAction?>" METHOD="POST" name="form1">
	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="79" rowspan="2"><img src="image/login_14.gif" width=74 height=52 alt=""></td>
        <td width="121" height="26"><input  class="input2" name="username" type="text" id="username" size="12" maxlength="16"></td>
      </tr>
      <tr>
        <td><input  class="input2" name="passwd" type="password" id="passwd" size="12" maxlength="16"></td>
      </tr>
      <tr>
        <td height="45" colspan="2"><img src="image/spacer.gif" width="27" height="1"><input name="submit" type="image" id="submit" src="image/login_18.gif" width="67" height="26" onClick="return check();"></td>
      </tr>
    </table></form>
	</td>
  </tr>
  <tr>
    <td background="image/login_03.gif">&nbsp;</td>
  </tr>
  <tr>
    <td align="right" background="image/login_03.gif"><IMG SRC="image/login_22.gif" WIDTH=69 HEIGHT=186 ALT=""></td>
  </tr>
</table>
</body>
</html>
<script LANGUAGE="javascript">
<!--
function checkspace(checkstr) {
  var str = '';
  for(i = 0; i < checkstr.length; i++) {
    str = str + ' ';
  }
  return (str == checkstr);
}
function check()
{
  if(checkspace(document.admininfo.admin.value)) {
	document.admininfo.admin.focus();
    alert("请输入帐号!");
	return false;
  }
  if(checkspace(document.admininfo.password.value)) {
	document.admininfo.password.focus();
    alert("请输入密码!");
	return false;
  }
	document.admininfo.submit();
  }
//-->
</script> 

⌨️ 快捷键说明

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