📄 tx_left.php
字号:
<?php
include("pwdtx.php");
?>
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
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>
<style type="text/css">
<!--
td{font-size:12px;line-height:17px;}
a:active {text-decoration: none;}
a:link {text-decoration: none;}
a:hover{text-decoration: underline;}
a:visited {text-decoration: none;}
BODY{font-size:12px;line-height:17px;SCROLLBAR-FACE-COLOR: #83d160; SCROLLBAR-HIGHLIGHT-COLOR: #CCFF00; SCROLLBAR-SHADOW-COLOR: #CCFF00; SCROLLBAR-3DLIGHT-COLOR: #009900; SCROLLBAR-ARROW-COLOR: #006600; SCROLLBAR-TRACK-COLOR: ##99FF00; SCROLLBAR-DARKSHADOW-COLOR: #009900; }
-->
</style>
<title>41197CLASS</title>
</head>
<body marginheight=0 marginwidth=0 topmargin=0 leftmargin=0 bgcolor="83d160">
<table width=146 border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan=2><img src="images/logo.gif" width="146" height="78"><spacer type=block width=1></td>
</tr>
<tr>
<td colspan=2 height=3><spacer type=block width=1></td>
</tr>
<tr>
<td width=10%> </td>
<td> <font color=2F700F> <a href="rightf.php?userid=<?php echo $userid; ?>" target=main>
集中营社区首页</a>
<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;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -