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

📄 front_msg.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_msg.tpl.php 249 2009-03-10 14:59:03Z along $
#
#	Copyright (C) 2008-2009 PHPDisk Team. All Rights Reserved.
#
##
 ?>
<?php require_once template('circle_box_header',TPL_NAME);  ?>
<div class="cboxcontent">
<div class="alert_msg">
<h1><?=$lang['system_message']?></h1>
<?php 
if(count($sysmsg)>0){
	for($i=0;$i<count($sysmsg);$i++){
 ?>
<li>* <?=$sysmsg[$i]?></li>
<?php 
	}
}
unset($sysmsg);
 ?>
<br><br>
<li>&raquo; <a href="javascript:history.back();"><?=$lang['go_back']?></a></li>
<li>&raquo; <a href="<?=$settings['phpdisk_url']?>"><?=$lang['go_index']?></a></li>
<br><br>
</div>
</div>
<?php require_once template('circle_box_footer',TPL_NAME);  ?>

⌨️ 快捷键说明

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