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

📄 front_top.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: front_top.tpl.php 250 2009-03-10 17:29:43Z along $
#
#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
 ?>
<div class="body_top">
<div class="l"></div>
<div class="r"></div>
<div class="m">
<?php if($pd_uid){ ?>
<a href="<?=urr("index","item=share&uid={$pd_uid}")?>" title="<?=$lang['my_share']?>"><?=$pd_username?></a> |
<a href="<?=urr("index","item=account&action=logout")?>" onclick="return confirm('<?=$lang['confirm_logout']?>');"><?=$lang['exit']?></a> |
<a href="<?=urr("index","item=share&uid={$pd_uid}")?>"><?=$lang['my_share']?></a> |
<a href="<?=urr("mydisk","")?>"><?=$lang['mydisk_cp']?></a> |
<?php if($pd_gid ==1){ ?>
<a href="<?=urr("admincp","")?>" target="_blank"><?=$lang['admincp']?></a> |
<?php } ?>
<?php }else{ ?>
<a href="<?=urr("index","item=account&action=login")?>"><?=$lang['login']?></a> | <a href="<?=urr("index","item=account&action=register")?>"><?=$lang['register']?></a> |
<?php } ?>
<a href="<?=urr("index","item=extract&action=file_extract")?>"><?=$lang['file_extract']?></a> |
<a href="<?=urr("index","item=search&action=index")?>"><?=$lang['public_file']?></a>
</div>
</div>
<div class="circle_box">
<a href="<?=urr("index","")?>"><img src="images/logo.gif" width="275" height="64" align="absmiddle" border="0" alt="<?=$settings['site_title']?>"></a>
<div class="body_line"></div>

⌨️ 快捷键说明

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