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

📄 super_left.php

📁 php做的一个同学录网站,功能齐全. 后台管理非常方便,有需要的同学可以下载测试.
💻 PHP
📖 第 1 页 / 共 2 页
字号:
<?php
include("pwdsuper.php");
?>
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
 <!--
 function confirmmsgadmin() {
   return confirm('请管理员注意:\n\n使用此功能会涉及到用户的个人隐私,\n也许会给您带来不必要的麻烦,\n所以我们希望您尽量不要使用本功能,\n请尽量使用我们为您提供的数据清理功能。\n\n一定要使用这个功能吗?\n如不使用请点击“取消”!')
  }
 function confirminvadmin() {
   return confirm('请管理员注意:\n\n使用此功能会涉及到用户的个人隐私,\n也许会给您带来不必要的麻烦,\n所以我们希望您尽量不要使用本功能,\n请尽量使用我们为您提供的数据清理功能。\n\n一定要使用这个功能吗?\n如不使用请点击“取消”!')
  }
 function high(which2){
 theobject=which2
 highlighting=setInterval("highlightit(theobject)",50)
 }
 function low(which2){
 clearInterval(highlighting)
 which2.filters.alpha.opacity=60
 }
 function highlightit(cur2){
 if (cur2.filters.alpha.opacity<100)
 cur2.filters.alpha.opacity+=10
 else if (window.highlighting)
 clearInterval(highlighting)
 }
function exitsite(){
if(confirm('您确定要退出吗?')){ top.location="../exit.php?userid=<?php echo $userid; ?>&exitflag=0" }
}
function logoutsite(){
if(confirm('您确定要退出吗?')){ top.location="../exit.php?userid=<?php echo $userid; ?>&exitflag=1"}
}
 //-->
 </script>
<script language="JavaScript1.2">
file://<!--
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;

if (ver4) {
    with (document) {
        write("<STYLE TYPE='text/css'>");
        if (NS4) {
            write(".parent {position:absolute; visibility:visible}");
            write(".Child {position:absolute; visibility:visible}");
            write(".regular1 {position:absolute; visibility:visible}")
        }
        else {
            write(".Child {display:none}")
        }
        write("</STYLE>");
    }
}

function getIndexout(el) {
    ind = null;
    for (i=0; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.id == el) {
            ind = i;
            break;
        }
    }
    return ind;
}

function arrangeout() {
    nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
    for (i=firstInd+1; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.visibility != "hide") {
            whichEl.pageY = nextY;
            nextY += whichEl.document.height;
        }
    }
}

function initItout(){
    if (!ver4) return;
    if (NS4) {
        for (i=0; i<document.layers.length; i++) {
            whichEl = document.layers[i];
            if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";
       }
        arrange();
    }
    else {
        divColl = document.all.tags("DIV");
        for (i=0; i<divColl.length; i++) {
            whichEl = divColl(i);
            if (whichEl.className == "Child") whichEl.style.display = "none";
        }
    }
}

function expandItout(el,im) {
    if (!ver4) return;
    if (IE4) {
        whichEl = eval(el + "Child");
        if (whichEl.style.display == "none") {
            whichEl.style.display = "block";
            im.src="images/minus.gif";
        }
        else {
            whichEl.style.display = "none";
            im.src="images/plus.gif";

        }
    }
    else {
        whichEl = eval("document." + el + "Child");
        if (whichEl.visibility == "hide") {
            whichEl.visibility = "show";
            im.src="images/minus.gif";
        }
        else {
            whichEl.visibility = "hide";
            im.src="images/plus.gif";
        }
        arrangeout();
    }
}
onload = initItout;
// -->
</script>
            <script language="JavaScript1.2">
file://<!--
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;

if (ver4) {
    with (document) {
        write("<STYLE TYPE='text/css'>");
        if (NS4) {
            write(".parent {position:absolute; visibility:visible}");
            write(".Child {position:absolute; visibility:visible}");
            write(".regular1 {position:absolute; visibility:visible}")
        }
        else {
            write(".Child {display:none}")
        }
        write("</STYLE>");
    }
}

function getIndex(el) {

⌨️ 快捷键说明

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