admin_frame_index.php 1.1 KB

123456789101112131415161718192021
  1. <?php if(!defined('UC_ROOT')) exit('Access Denied');?>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>UCenter Administrator's Control Panel</title>
  6. <meta http-equiv="Content-Type" content="text/html;charset=<?php echo UC_CHARSET;?>" />
  7. <link rel="stylesheet" href="images/admincp.css" type="text/css" media="all" />
  8. <meta content="Comsenz Inc." name="Copyright" />
  9. </head>
  10. <body scroll="no">
  11. <table cellpadding="0" cellspacing="0" width="100%" height="100%">
  12. <tr>
  13. <td colspan="2" height="69"><iframe src="admin.php?m=frame&a=header&sid=<?php echo $sid;?>" name="header" width="100%" height="69" scrolling="no" frameborder="0"></iframe></td>
  14. </tr>
  15. <tr>
  16. <td valign="top" width="160"><iframe src="admin.php?m=frame&a=menu&sid=<?php echo $sid;?>" name="menu" target="main" width="160" height="100%" scrolling="no" frameborder="0"></iframe></td>
  17. <td valign="top"><iframe src="<?php echo $mainurl;?>" name="main" width="100%" height="100%" frameborder="0" scrolling="yes" style="overflow:visible;"></iframe></td>
  18. </tr>
  19. </table>
  20. </body>
  21. </html>