<?php
/***************************************************************************
* copyright : (C) 2006 The openology Group
* email : hide@address.com
*
* $Id: $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
if(!file_exists(dirname(__FILE__) . '/config_base.php'))
{
if ( strstr( $_SERVER['PHP_SELF'], '../install') ) $path = '';
else $path = '../install/';
die("There doesn't seem to be a <code>config_base.php</code> file. I need this before we can get started. You can <a href='{$path}install.php'>create a <code>config_base.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.");
}
include ('config.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-EU" lang="en-EU">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo $TEXT['backManage']; ?></title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<SCRIPT>
function switchSysBar(){
if (document.getElementById("switchPoint").innerText=="in"){
document.getElementById("switchPoint").innerText="out";
document.getElementById("frmTitle").style.display="none";
}else{
document.getElementById("switchPoint").innerText="in";
document.getElementById("frmTitle").style.display="";
}
}
</SCRIPT>
</head>
<body>
<div id="header">
<div id="headerfunctions"><?=$TEXT['welcome']?> <span class="loginas"><?=$_SESSION['valid_user']?></span> <a href=log_out.php><?=$TEXT['logout']?></a> | <a href="?lang=zh-cn" title="Zh">䏿</a> | <a href="?lang=en" title="En">English</a> </div>
<div id="headerlogo"> </div>
</div>
<div id="tabbar">
<ul class="tabs">
<li class="current_tab"><a href="index.php" title="System configuration [Alt+H]" accesskey="h"><?=$TEXT['home']?></a></li>
<li><a href="../file_view.php" target="window_main" title="System configuration [Alt+F]" accesskey="f"><?=$TEXT['filemanage']?></a></li>
<li><a href="sys_back_data.php" target="window_main" title="System configuration [Alt+D]" accesskey="d"><?=$TEXT['datamanage']?></a></li>
<li><a href="sys_manager.php" target="window_main" title="System configuration [Alt+A]" accesskey="a"><?=$TEXT['adminusers']?></a></li>
</ul>
</div>
<div id="mainbody">
<TABLE width="100%" height="500px" border=0 cellPadding=0 cellSpacing=0>
<TR><TD align=middle id=frmTitle noWrap vAlign=top><iframe frameborder="0" name="window_left" scrolling="NO" src="index_left.php" style="HEIGHT:600px;VISIBILITY:inherit;WIDTH:200px;Z-INDEX:2"> </iframe></TD>
<TD>
<TABLE border=0 cellSpacing=0 cellPadding=0 height="600px" bgcolor="#eeeeee">
<tr>
<TD onclick="switchSysBar()" HEIGHT="100%"><div id="switchPoint">in</div></td>
</tr>
</TABLE></TD>
<TD vAlign=top WIDTH="100%"><iframe src="index_right.php" frameborder="0" name="window_main" style="HEIGHT:600px;VISIBILITY:inherit;WIDTH:100%;Z-INDEX:1"></iframe></td>
</TR>
</TABLE>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-335337-1";
urchinTracker();
</script>
</body>
</html>