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

📄 login_process.php

📁 通达OA部分源代码
💻 PHP
字号:
<?php
	/* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /*
	/* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /*
	===									     ===
	===      THE CODE OF THIS SCRIPT HAS BEEN DEVELOPED BY SOFTBIZ SOLUTIONS     ===
	===      AND IS MEANT TO BE USED ON THIS SITE ONLY AND IS NOT FOR REUSE,     ===
	===      RESALE OR REDISTRIBUTION.                                           ===
	===      IF YOU NOTICE ANY VIOLATION OF ABOVE PLEASE REPORT AT:              ===
	===      admin@sof tbizscripts.com                                           ===
	===      http://www.softbizscri pts.com                                      ===
	===      http://www.softbizsolution s.com                                    ===
	===									     ===
	/* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /*
	/* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* /* */

?>
<style type="text/css">
<!--
.maintablestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #990033;
	text-decoration: none;
	font-size: 12px;
	background-color: #f3faff;
}

.maintablestyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #990033;
	text-decoration: none;
	font-size: 12px;
	background-color: #f3faff;
	border: 1px solid #aee2ff;

}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}

a:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}
a.softbiz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

a.softbiz:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}

a.sbbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.sbbold:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF00CC;
	text-decoration: none;
}

a.side:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF00FF;
	text-decoration: underline;
}

-->
</style>


<title>Login In Progress</title>
<?php
$msg='';
if ( isset($_REQUEST["msg"])&&$_REQUEST['msg']<>"")
	$msg=$_REQUEST["msg"];
?>
<meta http-equiv="Refresh" content="2; url=adminhome.php?msg=<?php echo urlencode($msg); ?>">
<table width="100%" border="0">
  <tr>
    <td><table width="100%" border="0" cellpadding="4" cellspacing="4" bgcolor="#F3FAFF" class="maintablestyle1">
        <tr> 
          <td width="159" valign="bottom"><!--<img src="../admin/sbbleads_icons/<? echo $config["sb_logo"];?>">--><img src="../images/logo.gif" width="199" height="87"></td>
        </tr>
      </table></td>
  </tr>

  <tr> 
    <td></td>
  </tr>
</table><br>
<br>

<table width="100%" border="0" cellpadding="0" cellspacing="0" dwcopytype="CopyTableCell">
  <tr>
    <td valign="top">&nbsp; </td>
    <td valign="top"><FORM name=loginForm  action="login.php"
      method=post>
        <div align="center"></div>
        <table width="40%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr> 
            <td> 
              <table border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#0080C0">
                <tr> 
                  <td><table width="100%" border=0 align=center cellpadding=5 cellspacing=0 bgcolor="#D2F0FF">
                      <tbody>
                        <tr valign=center> 
                          <td align="center"><strong><font color="#993333" size="2" face="Arial, Helvetica, sans-serif">LOGIN 
                            IN PROGRESS</font></strong> </td>
                        </tr>
                        <tr align=right> 
                          <td><div align="center"><font size="2" face="Arial, Helvetica, sans-serif" class="normal">If 
                              the page does not refresh in 5 seconds <a href="adminhome.php?msg=<? echo urlencode($msg); ?>">click</a> 
                              here</font> </div></td>
                        </tr>
                      </tbody>
                    </table></td>
                </tr>
              </table></td>
          </tr>
          <tr> 
            <td><div align="right">&nbsp;<font size="2" face="Verdana, Arial, Helvetica, sans-serif"><font size="1">Powered 
                by SoftbizScripts</font></font> 
              </div></td>
          </tr>
        </table>
        <div align="center"></div>
      </FORM></td>
    <td valign="top">&nbsp; </td>
  </tr>
</table><?php 
	////////// //////////////////////////////////// //////////////////////////////
	//      THE CODE OF THIS SCRIPT HAS BEEN DEVELOPED BY SOFTBIZ SOLUTIONS  /////
	//      AND IS MEANT TO BE USED ON THIS SITE ONLY AND IS NOT FOR REUSE,  /////
	//      RESALE OR REDISTRIBUTION.                                        ///// 
#	$$      IF YOU NOTICE ANY VIOLATION OF ABOVE PLEASE REPORT AT:           )))))
#	&&      admin@softbiz scripts.com                                        (((((
	//      http://www.so ftbizscripts.com                                   /////
	//      http://www.softbizsolu tions.com                                 /////  
	//// ////////////////////////// //////////////////////////////////////////////

?>

⌨️ 快捷键说明

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