|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- <!--This is IE DTD patch , Don't delete this line.-->
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
-
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
- <title><?php echo $cfg_webname; ?>-<?php echo $cfg_softname." ".$cfg_version; ?></title>
- <link href="css/frame.css" rel="stylesheet" type="text/css" />
- <script src="../static/js/jquery.js" language="javascript" type="text/javascript"></script>
- <script src="js/frame.js" language="javascript" type="text/javascript"></script>
- <link href="images/style<?php echo $cfg_admin_skin;?>/style.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- #skinlist {
- display: block;
- height: 11px;
- margin-top: 10px;
- overflow: hidden;
- width: 86px;
- }
-
- #skin div {
- float: left;
- }
-
- #skin li {
- cursor: pointer;
- float: left;
- height: 11px;
- width: 14px;
- }
-
- #def div,
- #s1 div,
- #s2 div,
- #s3 div,
- #s4 div {
- background-image: url("images/skinbutton.png");
- background-repeat: no-repeat;
- }
-
- #s1 div {
- background-position: 0 0px;
- }
-
- #s2 div {
- background-position: 0 -11px;
- }
-
- #s3 div {
- background-position: 0 -22px;
- }
-
- #s4 div {
- background-position: 0 -33px;
- }
-
- #s1 div.sel {
- background: url("images/skinbutton.png") no-repeat scroll -14px top transparent;
- }
-
- #s2 div.sel {
- background: url("images/skinbutton.png") no-repeat scroll -14px -11px transparent;
- }
-
- #s3 div.sel {
- background: url("images/skinbutton.png") no-repeat scroll -14px -22px transparent;
- }
-
- #s4 div.sel {
- background: url("images/skinbutton.png") no-repeat scroll -14px -33px transparent;
- }
- </style>
- </head>
-
- <body class="showmenu">
- <div class="pagemask"></div>
- <iframe class="iframemask"></iframe>
- <div class="allmenu">
- <div class="allmenu-box">
- <?php
- echo $mapstring;
- ?>
- <br style='clear:both' />
- </div>
- </div>
- <div class="head">
- <div class="top">
- <div class="top_logo"> <img src="images/style<?php echo $cfg_admin_skin;?>/admin_top_logo.gif" width="200"
- height="37" alt="DedeCMSV6 Logo" title="Welcome use DedeCMSV6" id="topdedelogo" /> </div>
- <div class="top_version"
- style="padding-top: 23px;font-weight: bolder;color: white;float: left;margin-left: -10px;font-style:italic;">v6
- </div>
- <div class="top_link">
- <ul>
- <li class="welcome">您好:<?php echo $cuserLogin->getUserName(); ?> ,欢迎使用DedeCMSV6!</li>
- <li><a href="index_menu.php" target="menu">主菜单</a></li>
- <li><a href="#" onclick="JumpFrame('catalog_menu.php','public_guide.php');">内容发布</a></li>
- <li><a href="#" onclick="JumpFrame('index_menu.php','content_list.php');">内容维护</a></li>
- <li><a href="#" onclick="JumpFrame('index_menu.php','index_body.php');">系统主页</a></li>
- <li><a href="../index.php?upcache=1" target="_blank">网站主页</a></li>
- <li><a href="../member" target="_blank">会员中心</a></li>
- <li><a href="exit.php" target="_top">注销</a></li>
- </ul>
- </div>
- </div>
- <div class="topnav">
- <div class="menuact"> <a href="#" id="togglemenu">隐藏菜单</a>
- <?php
- if($cuserLogin->getUserType() >= 10) echo '<a href="#" id="allmenu">功能地图</a>';
- ?>
- </div>
- <div id="skin">
- <div>
-
- </div>
-
- </div>
- <div class="nav" id="nav"> </div>
- <div class="sysmsg">
- <h3>滚动消息:</h3>
- <div class="scroll">
- <form action="action_search.php" target="main" method="post">
- <input name="keyword" type="text" value="功能搜索" onfocus="if(this.value=='功能搜索'){this.value='';}"
- onblur="if(this.value==''){this.value='功能搜索';}" class="allsearch" style="width:150px;" />
- <input name="" type="submit" value="搜索" class="np" />
- <a href='<?php echo $cfg_biz_gitUrl;?>' target='_blank'>代码托管</a> <a href='<?php echo $cfg_biz_helpUrl;?>'
- target='_blank'>帮助中心</a>
- </form>
- </div>
- </div>
- </div>
- </div>
- <div class="left">
- <div class="menu" id="menu">
- <iframe src="index_menu.php" id="menufra" name="menu" frameborder="0"></iframe>
- </div>
- </div>
- <div class="right">
- <div class="main">
- <iframe id="main" name="main" frameborder="0" src="index_body.php"></iframe>
- </div>
- <!--<div id="help"><span id="content"><a href="#">栏目管理操作使用说明</a></span></div>-->
- </div>
- <div class="qucikmenu" id="qucikmenu">
- <ul>
- <?php
- $dtp = new DedeTagparse();
- $dtp->SetNameSpace('menu','<','>');
- $dtp->LoadTemplet($myIcoFile);
- if(is_array($dtp->CTags))
- {
- foreach($dtp->CTags as $ctag)
- {
- $title = $ctag->GetAtt('title');
- $ico = $ctag->GetAtt('ico');
- $link = $ctag->GetAtt('link');
- echo "<li><a href='{$link}' target='main'>{$title}</a></li>\r\n";
- }
- }
- ?>
- </ul>
- </div>
- <script language="javascript">
- function JumpFrame(url1, url2) {
- jQuery('#menufra').get(0).src = url1;
- jQuery('#main').get(0).src = url2;
- }
- (function ($) {
- $("#skinlist>li").click(function () {
- var adminskin = $(this).index() + 1;
- var csshref = "images/style" + adminskin + "/style.css";
- $("#skinlist>li").each(function () { $(this).children('div').attr('class', '') });
- $("#topdedelogo").attr('src', 'images/style' + adminskin + '/admin_top_logo.gif')
- $('link').each(function () {
- if ($(this).attr('href').match(/style.css$/)) {
- $(this).attr('href', csshref);
- }
- });
- $(this).children('div').attr('class', 'sel');
- $(window.frames["menu"].document).find("link").each(function () {
- if ($(this).attr('href').match(/style.css$/)) {
- $(this).attr('href', csshref);
- }
- });
- $(window.frames["main"].document).find("link").each(function () {
- if ($(this).attr('href').match(/style.css$/)) {
- $(this).attr('href', csshref);
- }
- });
- $.get('index_body.php?dopost=setskin&cskin=' + adminskin);
- });
- })(jQuery);
- </script>
- </body>
-
- </html>
|