<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head><title> 在线目录后台
</title>
<meta http-equiv="Content-Type" c>
</head>
<frameset rows="60,*,27" frameborder="no" border="0" framespacing="0">
<frame src="<?php echo $this->config->site_url();?>/Welcome/top" name="topFrame" scrolling="no">
<frameset rows="*" cols="0,*" name="ecc" framespacing="0" frameborder="no" border="0">
<frame src="<?php echo $this->config->site_url();?>/Welcome/menu" name="mainFrame" border="0" scrolling="no">
<frame src="<?php echo $this->config->site_url();?>/Welcome/main" name="rightFrame" scrolling="auto">
</frameset>
<frame src="<?php echo $this->config->site_url();?>/Welcome/bottom" name="bottomFrame" scrolling="no">
</frameset>
</html>