Пример #1
0
<?php

//载入全局配置和函数包
require_once dirname(__FILE__) . '/../../app.php';
?>
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $_G['product']['charset'];
?>
" />
<title>IFRAME 引用代码 - Powered By VeryIDE</title>

<?php 
echo loader_style(array(VI_BASE . "static/style/general.css", VI_BASE . "static/style/share.css"), 'utf-8', $_G['product']['version']);
echo loader_script(array(VI_BASE . "static/js/mo.js", VI_BASE . "static/js/mo.drag.js", VI_BASE . "static/js/mo.interface.js"), 'utf-8', $_G['product']['version']);
echo $_CACHE['system']['module']['passport'] ? loader_script(array(VI_BASE . "module/passport/js/share.js"), 'utf-8', $_G['product']['version']) : '';
?>

<style type="text/css">
	#handle{position:absolute; cursor:se-resize; z-index:1000;}
	#bg{position:absolute;background:#333; filter:alpha(opacity=10); opacity:0.1;z-index:0; top:0;left:0; z-index:999;}
</style>
</head>

<body>
	
	<div id="wrapper" class="auto">
    
    	<div id="header">
Пример #2
0
<?php

/*
*	Copyright VeryIDE 2009-2012
*	http://www.veryide.com/
*/
require '../../source/dialog/loader.php';
html_start("官方动态 - VeryIDE");
?>

	<?php 
echo loader_style(VI_BASE . "static/style/feed.css", 'utf-8', $_G['product']['version']);
require VI_ROOT . 'source/class/xml.lastrss.php';
?>
    
    <?php 
$action = getgpc('action');
$action = $action ? $action : 'archive';
$nav = array('archive' => $_G['project']['home'] . 'misc.php?action=rss', 'thread' => $_G['project']['home'] . 'misc.php?action=feed', 'comment' => $_G['project']['home'] . 'misc.php?action=feed&execute=comment');
?>
    
    <div id="box">


		<?php 
echo '
        <ul id="subtab">
			<li class="action"><a href="http://www.veryide.com/" target="_blank">官网</a> - <a href="http://www.veryide.com/bbs.php" target="_blank">论坛</a></li>
            <li' . ($action == 'archive' ? ' class="active"' : '') . '><a href="?action=archive" data-hash="true">最新文章</a></li>
            <li' . ($action == 'thread' ? ' class="active"' : '') . '><a href="?action=thread" data-hash="true">最新帖子</a></li>
            <li' . ($action == 'comment' ? ' class="active"' : '') . '><a href="?action=comment" data-hash="true">最新评论</a></li>
Пример #3
0
		系统数据统计
*/
//载入全局配置和函数包
require_once dirname(__FILE__) . '/../../app.php';
?>
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo $_G['product']['charset'];
?>
" />
<title>添加插件 - Powered By VeryIDE</title>

<?php 
echo loader_style(array(VI_BASE . "static/style/general.css", VI_BASE . "static/style/dialog.css"), $_G['product']['charset'], $_G['product']['version']);
echo loader_script(array(VI_BASE . "static/js/mo.js", VI_BASE . "static/js/serv.dialog.js"), 'utf-8', $_G['product']['version']);
?>

<script>

Mo.reader(function(){
	
	//高亮选中主题
	Mo("#widget button").bind( 'click', function( index , e ){
                
		switch( this.className ){
				
			//新添加
			case "":
Пример #4
0
    $_G['project']['time_end'] = microtime();
    //页面执行耗时
    echo '<!--Processed in ' . ($_G['project']['time_end'] - $_G['project']['time_start']) . ' second(s) , ' . $_G['project']['queries'] . ' queries-->';
    echo '
	</div>
	<script type="text/javascript">Serv.Manager.Loaded(); Serv.Message(\'' . $_G['project']['message'] . '\',\'' . $_G['project']['class'] . '\');</script>
	</body>
	</html>';
}
////////////////////框架公共函数块_结束///////////////////////
//登录状态
System::check_login();
//HTML DTD
html_dtd();
//HTML CSS
echo loader_style(array(VI_BASE . "static/style/general.css", VI_BASE . "static/style/dialog.css", VI_BASE . "static/style/ubb.css", VI_BASE . "static/style/calendar.css"), 'utf-8', $_G['product']['version']);
/****************************/
//页面消息
if (isset($_GET["VMSG"])) {
    if (count($_GET["VMSG"]) > 1) {
        $_G['project']['message'] = $_GET["VMSG"][count($_GET["VMSG"])];
    } else {
        $_G['project']['message'] = $_GET["VMSG"];
    }
}
//跳转地址
$_G['project']['jump'] = getgpc("jump");
//错误跟踪
set_error_handler(array('System', 'show_error'));
/****************************/
//页面权限