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

📄 index_main.asp

📁 20041230162250801409: 浙江省丽水市公铁联运有限公司OA系统(物流) 开发语言:PHP/ASP/PERL 本系统包括各个部门的管理
💻 ASP
字号:
<%
if session("pwd")<>"pass" then 
 response.Redirect "../admin_login.asp"
 response.end 
 end if 
  %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><link href="../../appMain.css" rel="stylesheet" type="text/css">

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>公铁联运</title>
</head>

<body>
<div align="center"> <font color="#FFFFFF"></font> 
  <table width="92%" align="center" cellpadding="0" cellspacing="0" class="TOOLBARTABLE">
    <tr>
      <td height="27" background="../../image/titlebg.gif" class="TOOLBARTABLE">你的身份:<font color="#FF0000">超级管理员!您你可以查看本部分系统的信息。</font></td>
    </tr>
    <tr> 
      <td class="TOOLBARTABLE"><p>该部分功能如下:<br>
          1、员工信息部分:包括员工注册、员工资料、员工查寻等功能。系统善处于试用阶段,其它功能还在进一步开发中。随着试用的成熟,功能将不断完善。<br>
          2、系统管理部分:包括更改密码、及系统的一些简单介绍等。同样在不断的完善中。<br>
          3、货运站信息:包括货运站的公转公信息,公转铁信息,及所有信息个体的查寻<br>
          4、车队信息:包括货车大队在岫车辆一览表,营运车辆基本各简况,受伤人员信息,聘用驾驶员信息,以及<br>
          所有信息的个体查寻等。</p>
        </td>
    </tr>
    <tr>
      <td class="TOOLBARTABLE"><table width="44%" border="0" align="center" cellpadding="0" cellspacing="0" class="front">
          <tr bgcolor="#DFDFDB"> 
            <td width="1" height="21" align="center" bgcolor="#FFFFFF"><div align="left"></div></td>
            <td width="268" align="center" id=Clock><font color="#FFFFFF"> 
              <script language=jscript>
function tick() {
  var hours, minutes, seconds, xfile;
  var intHours, intMinutes, intSeconds;
  var today;

  today = new Date();

  intHours = today.getHours();
  intMinutes = today.getMinutes();
  intSeconds = today.getSeconds();

  if (intHours == 0) {
     hours = "12:";
     xfile = "北京时间:午夜 ";
  } else if (intHours < 12) { 
     hours = intHours+":";
     xfile = "北京时间:上午 ";
  } else if (intHours == 12) {
     hours = "12:";
     xfile = "北京时间:正午 ";
  } else {
     intHours = intHours - 12
     hours = intHours + ":";
     xfile = "北京时间:下午 ";
  }

  if (intMinutes < 10) {
     minutes = "0"+intMinutes+":";
  } else {
     minutes = intMinutes+":";
  }

  if (intSeconds < 10) {
     seconds = "0"+intSeconds+" ";
  } else {
     seconds = intSeconds+" ";
  } 

  timeString = xfile+hours+minutes+seconds;

  Clock.innerHTML = timeString;

  window.setTimeout("tick();", 100);
}

window.onload = tick;	

						</script>
              </font></td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td height="27" class="TOOLBARTABLE">&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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