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

📄 _document_file_frame.php

📁 极限OA开源系统
💻 PHP
字号:
<html>
<head>
<title>Document_File Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<script>// Example: obj = findObj("image1");
function findObj(theObj, theDoc)
{
  var p, i, foundObj;
  
  if(!theDoc) theDoc = document;
  if( (p = theObj.indexOf("?")) > 0 && parent.frames.length)
  {
    theDoc = parent.frames[theObj.substring(p+1)].document;
    theObj = theObj.substring(0,p);
  }
  if(!(foundObj = theDoc[theObj]) && theDoc.all) foundObj = theDoc.all[theObj];
  for (i=0; !foundObj && i < theDoc.forms.length; i++) 
    foundObj = theDoc.forms[i][theObj];
  for(i=0; !foundObj && theDoc.layers && i < theDoc.layers.length; i++) 
    foundObj = findObj(theObj,theDoc.layers[i].document);
  if(!foundObj && document.getElementById) foundObj = document.getElementById(theObj);
  
  return foundObj;
}
</script>
<style type="text/css">
<!--
.folder {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-image: url(e.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	cursor: hand;
}
.collapsedFolder {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-image: url(c.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	cursor: hand;
}
.submenu {
	padding-left: 18px;
}
.iefile {
	background-image: url(f.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
a {
	color: #003399;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
a:hover {
	color: #FF0000;
	background-color: #eeeeee;
	border: 1px solid #0d78ee;
}
body {
	margin: 0px;
	background-color: buttonface;
	overflow: auto;
	border: 0px;
	background-image: url(../images/mainSkinBG.gif)
}
.ctrlbar {
	border: 1px inset;
}
.explorer {
	background-color: #FFFFFF;
	border: 1px inset;
}
-->
</style>
<style type="text/css">
<!--
.ctbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #eeeeee;
	border-width: 1px;
	width: 9px;
	height: 100px;
	margin-bottom: 100px;
}
-->
</style>
<base target="browserframe"/>
</head>

<body>
<!-- onselectstart="return false"-->

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="170" align="center" valign="top" class="explorer" id="menubar">
      <table width="100%" border="0" cellspacing="0" cellpadding="2" background="images/bg2.gif">
      <tr height=100>
        <td background="./images/pageHeaderBG_File.gif"></td>
      </tr></table>

<?=$menulist?>
<!--
<br><br><br>
      <table width="100%" border="0" cellspacing="0" cellpadding="2" background="images/bg2.gif">
      <tr>
        <td class="folder" onmouseup="with(findObj('blueidea').style){display=display=='none'?'':'none';this.style.backgroundImage=display!='none'?'url(e.gif)':'url(c.gif)'}">根目录</td>
      </tr>
      <tr>
        <td class="submenu" id="blueidea"><table width="100%" border="0" cellspacing="0" cellpadding="2">
            <tr>
              <td class="folder" onmouseup="with(findObj('forums').style){display=display=='none'?'':'none';this.style.backgroundImage=display!='none'?'url(e.gif)':'url(c.gif)'}">个人文件夹</td>
            </tr>
            <tr>
              <td class="submenu" id="forums"><table width="100%" border="0" cellspacing="0" cellpadding="2">
                  <tr>
                    <td class="iefile"><a href="http://www.blueidea.com/bbs/list.asp?GroupName=Dreamweaver+%26+Javascript%D7%A8%C0%B8">JS &amp; DWMX</a></td>
                  </tr>
                  <tr>
                    <td class="iefile"><a href="http://www.blueidea.com/bbs/list.asp?GroupName=Dreamweaver%2BMX%2BDeveloper%2B%D3%EB%CA%FD%BE%DD%BF%E2%B1%E0%B3%CC">DHTML</a></td>
                  </tr>
                  <tr>
                    <td class="iefile"><a href="http://www.blueidea.com/bbs/list.asp?GroupName=Fireworks%2B%D7%A8%C0%B8">Fireworks</a></td>
                  </tr>
                  <tr>
                    <td class="iefile"><a href="http://www.blueidea.com/bbs/list.asp?GroupName=Flash%2B%D7%A8%C0%B8">Flash</a></td>
                  </tr>
                </table>
              </td>
            </tr>
            <tr>
              <td class="collapsedFolder" onmouseup="with(findObj('others').style){display=display=='none'?'':'none';this.style.backgroundImage=display!='none'?'url(e.gif)':'url(c.gif)'}">部门文件夹</td>
            </tr>
            <tr>
              <td class="submenu" id="others" style="display:none"><table width="100%" border="0" cellspacing="0" cellpadding="2">
                  <tr>
                    <td class="iefile"><a href="http://www.blueidea.com/download/index.asp">Download</a></td>
                  </tr>
                  <tr>
                    <td class="iefile"><a href="http://www.blueidea.com/tech/index.asp">Documents</a></td>
                  </tr>
                </table>
              </td>
            </tr>
            <tr>
              <td class="iefile"><a href="http://www.blueidea.com/">Homepage</a></td>
            </tr>
            <tr>
              <td class="iefile"><a href="http://www.blueidea.com/bbs/">BBS</a></td>
            </tr>
          </table>
        </td>
      </tr>
      <tr>
        <td class="collapsedFolder" onmouseup="with(findObj('lexrus').style){display=display=='none'?'':'none';this.style.backgroundImage=display!='none'?'url(e.gif)':'url(c.gif)'}">LeXRus.com</td>
      </tr>
      <tr>
        <td class="submenu" id="lexrus" style="display:none"><table width="100%" border="0" cellpadding="2" cellspacing="0">
            <tr>
              <td class="iefile"><a href="http://www.lexrus.com/">Homepage</a></td>
            </tr>
            <tr>
              <td class="iefile"><a href="http://lexrus.com/blog/">Blog</a></td>
            </tr>
          </table>
        </td>
      </tr>
      </table>-->
      <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="2" background="images/bg2.gif">
      <tr>
        <td>&nbsp;</td>
      </tr></table></td>
    <td width="1" class="ctrlbar"><button class="ctbutton" onfocus="blur();" onmouseup="with(findObj('menubar').style){display=display=='none'?'':'none';this.innerText=display=='none'?'&gt;':'&lt;'}" onmouseover="this.style.backgroundColor='#ffffff'" onmouseout="this.style.backgroundColor='#eeeeee'">&lt;</button></td>
    <td class="explorer"><iframe name="browserframe" id="browserframe" src="document.php?action=file_main&fid=<?=$fid?>" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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