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

📄 mydisk.tpl.php

📁 创建虚拟磁盘。用户可以创建磁盘
💻 PHP
字号:
<?php 
// This is PHPDISK auto-generated file. Do NOT modify me.

if(!defined('IN_PHPDISK'))
	exit('[PHPDisk] Access Denied');
?>
<?php 
##
#	Project: PHPDisk
#	This is NOT a freeware, use is subject to license terms.
#
#	Site: http://www.phpdisk.com
#
#	$Id: mydisk.tpl.php 253 2009-03-11 03:05:27Z along $
#
#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
 ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?=$settings['site_title']?> - Powered by PHPDisk Team</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="<?=$tpl_dir?>/images/mydisk.css" rel="stylesheet" type="text/css" >
<SCRIPT language="javascript" type="text/javascript">
function switch_it(){
     if (document.getElementById("sw_bar").style.display == ""){
          switchPoint.innerHTML = '<img src="<?=$tpl_dir?>/images/left.gif">';
          document.getElementById("sw_bar").style.display="none";
     }else{
          switchPoint.innerHTML = '<img src="<?=$tpl_dir?>/images/right.gif">';
          document.getElementById("sw_bar").style.display="";
     }
}
</SCRIPT>

</head>

<body style="margin:0">
<div class="top_table">
<div class="top_table_leftbg">
	<div class="system_logo"><img src="<?=$tpl_dir?>/images/logo_up.gif" width="145" height="41" border="0"></div>
  <div class="system_lano">
	<ul id="nav">
      <li><a href="<?=urr("mydisk","item=upload&action=index")?>" class="nav_1" target="mainframe"><?=$lang['menu_upload_file']?></a></li>
      <li><a href="<?=urr("mydisk","item=files&action=index")?>" class="nav_1" target="mainframe"><?=$lang['menu_file_manage']?></a></li>
      <li><a href="<?=urr("mydisk","item=folders&action=index")?>" class="nav_1" target="mainframe"><?=$lang['menu_folder_manage']?></a></li>
	  </ul>
	</div>
</div>
</div>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" style="margin-top:-18px !important; margin-top:0;">
  <tr>
    <td id=sw_bar valign=top name="fmTitle" class="main_left"><iframe frameborder="0" id="leftframe" name="leftframe" src="<?=urr("mydisk","item=menu")?>" class="left_iframe" scrolling="auto"></iframe>	</td>
    <td width="1%" valign="top" bgcolor="#337ABB"><table border="0" cellpadding="0" cellspacing="0" height="100%">
      <tbody>
        <tr>
          <td onClick="switch_it()" style="HEIGHT: 100%"><span style="cursor:hand;" id="switchPoint" title="<?=$lang['open_close_title']?>"><img src="<?=$tpl_dir?>/images/right.gif" width="9" height="41" ></span> </td>
        </tr>
      </tbody>
    </table></td>
    <td width="100%" valign="top">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="28" bgcolor="#337ABB">&nbsp;</td>
      </tr>
    </table>
        <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#C4D8ED">
          <tr height="32">
            <td valign="top" width="8" background="<?=$tpl_dir?>/images/bg2.gif"><img src="<?=$tpl_dir?>/images/teble_top_left.gif"></td>
            <td background="<?=$tpl_dir?>/images/bg2.gif"width="51" ><img src="<?=$tpl_dir?>/images/arrow.gif" alt="" align="absmiddle" ></td>
            <td width="486" height="32" background="<?=$tpl_dir?>/images/bg2.gif"> 
			<?=$lang['welcome']?>: <?=$pd_username?>&nbsp;&nbsp;&nbsp;&nbsp;<?=$lang['user_group']?>: <span style="color:#0000FF"><?=$pd_group_name?></span>&nbsp;&nbsp;
			<?php if($pd_gid ==1){ ?>
			<a href="<?=urr("admincp","")?>" target="_blank"><img src="<?=$tpl_dir?>/images/admin_icon.gif" align="absbottom" border="0"><font color="#135294"><?=$lang['admincp']?></font></a>
			<?php } ?>		    
			</td>
            <td width="397" background="<?=$tpl_dir?>/images/bg2.gif" style="text-align:right; color: #135294; ">
			<a href="<?=urr("index","")?>"><font color="#135294"><?=$lang['site_index']?></font></a> | 
			<a href="<?=urr("mydisk","item=main&action=index")?>" target="mainframe"><font color="#135294"><?=$lang['mydisk_index']?></font></a> | 
			<a href="<?=urr("index","item=account&action=relogin")?>"><font color="#135294"><?=$lang['relogin']?></font></a> | 
			<a href="<?=urr("index","item=account&action=logout")?>" onClick="return confirm('<?=$lang['confirm_logout']?>');"><font color="#135294"><?=$lang['logout']?></font></a> </td>
			<td align="right" valign="top" background="<?=$tpl_dir?>/images/bg2.gif" width="8" ><img src="<?=$tpl_dir?>/images/teble_top_right.gif" alt="" width="8" height="8"></td>
            <td align="right" width="23" bgcolor="#337ABB"></td>
          </tr>
        </table>
	    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td><iframe frameborder="0" id="mainframe" name="mainframe" scrolling="auto" src="<?=urr("mydisk","item=main&action=index")?>" class="main_iframe"></iframe></td>
          </tr>
        </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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