Browse Source

fleat:update template

igb 3 weeks ago
parent
commit
a8ef480952
28 changed files with 357 additions and 79 deletions
  1. 11 1
      abnormal.php
  2. 11 1
      claimRecord.php
  3. 1 1
      css/common.css
  4. 11 1
      customerAdd.php
  5. 11 1
      customerEdit.php
  6. 11 1
      customerView.php
  7. 18 26
      customers.php
  8. 11 1
      customersFollow.php
  9. 11 1
      customersNew.php
  10. 10 0
      dashboard.php
  11. 32 0
      dashboard_search.php
  12. 11 1
      highSeas.php
  13. 50 8
      home.php
  14. 3 1
      js/js.js
  15. 11 1
      nullTag.php
  16. 22 22
      panel.php
  17. 11 1
      price.php
  18. 11 1
      pwdEdit.php
  19. 11 1
      searchResult.php
  20. 11 1
      silentCustomer.php
  21. 11 1
      subCustomers.php
  22. 11 1
      subTag.php
  23. 11 1
      subTagClound.php
  24. 1 1
      system/customers.php
  25. 11 1
      tag.php
  26. 11 1
      tagClound.php
  27. 11 1
      team.php
  28. 11 1
      teamSeas.php

+ 11 - 1
abnormal.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
 <?php
 $act = $_GET['act'] ?? '';

+ 11 - 1
claimRecord.php

@@ -31,9 +31,19 @@ checkLogin();
         }
     }
     </script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <?php
 $page = $_GET['Page'] ?? '';
 $keys = $_GET['Keys'] ?? '';

+ 1 - 1
css/common.css

@@ -240,7 +240,7 @@ div{
 }
 
 #man_zone {
-	width: calc(100% - 241px);
+	width: 100%;/*calc(100% - 241px);*/
 	border:1px solid #DDD;
 	background-color:#FFFFFF;
 	padding:15px 30px;

+ 11 - 1
customerAdd.php

@@ -30,9 +30,19 @@ checkLogin();
         });
     });
     </script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <form name="form1" id="form1" method="post" action="customerSave.php<?= $hrefstr ?? '' ?>" onSubmit="return checkInput();">
         <table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">

+ 11 - 1
customerEdit.php

@@ -77,9 +77,19 @@ if (!empty($id) && is_numeric($id)) {
         });
     });
     </script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <form name="form1" id="form1" method="post" action="customerSave.php<?= $hrefstr ?>" onSubmit="return checkInput();">
         <table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">

+ 11 - 1
customerView.php

@@ -12,8 +12,18 @@ checkLogin();
     <script src="js/js.js"></script>
     <script src="system/xheditor-1.1.9/xheditor-1.1.9-zh-cn.min.js"></script>
 </head>
+<style>
+    body {
+        margin: 0;
+        padding: 20px;
+        background: #fff;
+    }
+    #man_zone {
+        margin-left: 0;
+    }
+</style>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
 <?php
 $id = $_GET['id'] ?? '';

+ 18 - 26
customers.php

@@ -230,38 +230,30 @@ $sqlStr = "SELECT id, cs_code, cs_name, cs_country, cs_address, cs_tel, cs_email
            ORDER BY {$ordStr}cs_updatetime DESC";
 
 ?>
-<!DOCTYPE html>
+<!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=utf-8" />
-    <title>管理区域</title>
+    <title>客户列表</title>
     <link rel="stylesheet" href="css/common.css" type="text/css" />
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
-    <script src="system/js/jquery-1.7.2.min.js"></script>
+    <script src="js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
-    <script language="javascript" src="js/jquery-1.7.2.min.js"></script>
-    <script type="text/javascript" src="js/js.js"></script>
-    <script type="text/javascript" src="xheditor-1.1.9/xheditor-1.1.9-zh-cn.min.js"></script>
-    <script>
-    $(document).ready(function(){
-        $('.txt2').xheditor({
-            tools:'full',
-            hoverExecDelay:-1,
-            urlBase:'system/',
-            upLinkUrl:"upload.php",
-            upLinkExt:"zip,rar,txt,pdf",
-            upImgUrl:"upload.php",
-            upImgExt:"jpg,jpeg,gif,png",
-            upFlashUrl:"upload.php",
-            upFlashExt:"swf",
-            upMediaUrl:"upload.php",
-            upMediaExt:"wmv,avi,wma,mp3,mid"
-        });
-    });
-    </script>
+
+
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+
+        }
+    </style>
 </head>
-<body class="clear">
-<?php require_once 'panel.php'; ?>
+<body>
 <div id="man_zone">
 <?php
 $keys = $_GET['Keys'] ?? '';
@@ -446,7 +438,7 @@ $hrefstr = "?keys=" . $keys;
                 $tempNum++;
                 ?>
                 <div class="tline color<?= $row['colortag'] ?>">
-                    <div class="col1" align="center"><input type="checkbox" name="chkbox[]" value="<?= $row['id'] ?>" /></div>
+                    <div class="col1" align="center"><input type="checkbox" name="chkbox" value="<?= $row['id'] ?>" /></div>
                     <div class="col2"><?= $tempNum ?></div>
                     <div class="col3 slidepanel"><?= $row['cs_code'] ?>
                         <?php if ($row['cs_claimFrom'] > 0): ?>

+ 11 - 1
customersFollow.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
 <?php
 $act = $_GET['act'] ?? '';

+ 11 - 1
customersNew.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
 <?php
 $act = $_GET['act'] ?? '';

+ 10 - 0
dashboard.php

@@ -74,6 +74,16 @@ checkLogin("信息管理");
         }
     }
     </script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 
 <body>

+ 32 - 0
dashboard_search.php

@@ -0,0 +1,32 @@
+<!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=utf-8" />
+    <title>管理区域</title>
+    <link rel="stylesheet" href="css/common.css" type="text/css" />
+    <link rel="stylesheet" href="css/alert.css" type="text/css" />
+    <script language="javascript" src="system/js/jquery-1.7.2.min.js"></script>
+    <script type="text/javascript" src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
+</head>
+<body class="clear">
+
+<div id="man_zone">
+    <div class="searchForm homeSearch">
+        <form method="post" action="/searchResult.asp"  accept-charset="UTF-8">
+            <input class="keywords " id="keyword" name="keywords" placeholder="请输入联系人 / 电话 / 邮箱 / 微信 / WhatsApp.."  >
+            <input class="searchSubmit" type="submit" value="客户检索">
+        </form>
+    </div>
+</div>
+</body>
+</html>

+ 11 - 1
highSeas.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js?ver=0620"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
 <?php
 $act = $_GET['act'] ?? '';

+ 50 - 8
home.php

@@ -11,15 +11,52 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 0;
+            overflow: hidden;
+        }
+        .container {
+            display: flex;
+            height: 100vh;
+            width: 100vw;
+            overflow: hidden;
+        }
+        .panel-container {
+            width: 250px;
+            height: 100%;
+            overflow-y: auto;
+        /* 隐藏滚动条但保持功能 */
+        scrollbar-width: none; /* Firefox */
+            -ms-overflow-style: none; /* IE and Edge */
+        }
+        .panel-container::-webkit-scrollbar {
+            display: none; /* Chrome, Safari and Opera */
+        }
+        .content-container {
+            flex: 1;
+            height: 100%;
+            width: 100%;
+        }
+        #contentFrame {
+            width: 100%;
+            height: 100%;
+            border: none;
+        }
+    </style>
+
 </head>
-<body class="clear">
-<?php require_once 'panel.php'; ?>
-<div id="man_zone">
-    <div class="searchForm homeSearch">
-        <form method="post" action="/searchResult.php" accept-charset="UTF-8">
-            <input class="keywords" id="keyword" name="keywords" placeholder="请输入联系人 / 电话 / 邮箱 / 微信 / WhatsApp.." >
-            <input class="searchSubmit" type="submit" value="客户检索">
-        </form>
+<body>
+<div class="container" style="">
+    <div class="panel-container">
+        <?php
+        // 只有首页 panel.php
+        require_once 'panel.php';
+        ?>
+    </div>
+    <div class="content-container">
+        <iframe id="contentFrame" name="contentFrame" src="dashboard_search.php"></iframe>
     </div>
 </div>
 
@@ -92,6 +129,11 @@ $update_stmt->close();
   function closePopup() {
     $("#modal").removeClass("active");
   }
+
+// Prevent iframe content from being loaded in parent window when logged out
+if (window.top !== window.self) {
+    window.top.location.href = window.location.href;
+}
 </script>
 
 </body>

+ 3 - 1
js/js.js

@@ -21,7 +21,9 @@
 	})
 
 	$(".subnav").click(function() {
-		$(this).find(".list-wraper").slideToggle();
+		$(this).find(".list-wraper").slideDown();
+
+		$(this).siblings().find(".list-wraper").slideUp();
 	})
 
 	$(".slidepanel").click(function() {

+ 11 - 1
nullTag.php

@@ -17,9 +17,19 @@ while ($row = $result->fetch_assoc()) {
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <div class="fastSelect clear">
         <H1>无标签客户</H1>

+ 22 - 22
panel.php

@@ -32,49 +32,49 @@ $stmt->close();
     <div>
         <dl>
             <?php if (strpos($em_code, "BX") === false): ?>
-                <dt><a href="../home.php">客户查找</a></dt>
+                <dt><a href="../home.php" target="contentFrame">客户查找</a></dt>
             <?php endif; ?>
-            <dt><a href="../customerAdd.php">客户录入</a></dt>
+            <dt><a href="../customerAdd.php" target="contentFrame">客户录入</a></dt>
             <dt id="myCustomer" class="subnav">我的客户
                 <div class="list-wraper">
-                    <a href="../customers.php">全部客户  (<?= $_SESSION['t'] ?>)</a>
-                    <a href="../customers.php?fliterBusiness=1">经销商  (<?= $_SESSION['t1'] ?>)</a>
-                    <a href="../customers.php?fliterBusiness=2">零售  (<?= $_SESSION['t2'] ?>)</a>
-                    <a href="../customers.php?fliterBusiness=3">连锁店铺  (<?= $_SESSION['t3'] ?>)</a>
-                    <a href="../customers.php?fliterBusiness=4">中间商  (<?= $_SESSION['t4'] ?>)</a>
-                    <a href="../customers.php?fliterDeal=2">明确需求  (<?= $_SESSION['d2'] ?>)</a>
-                    <a href="../customers.php?fliterDeal=3">已经成交  (<?= $_SESSION['d1'] ?>)</a>
-                    <a href="../customersNew.php">本月新增</a>
+                    <a href="../customers.php" target="contentFrame">全部客户  (<?= $_SESSION['t'] ?>)</a>
+                    <a href="../customers.php?fliterBusiness=1" target="contentFrame">经销商  (<?= $_SESSION['t1'] ?>)</a>
+                    <a href="../customers.php?fliterBusiness=2" target="contentFrame">零售  (<?= $_SESSION['t2'] ?>)</a>
+                    <a href="../customers.php?fliterBusiness=3" target="contentFrame">连锁店铺  (<?= $_SESSION['t3'] ?>)</a>
+                    <a href="../customers.php?fliterBusiness=4" target="contentFrame">中间商  (<?= $_SESSION['t4'] ?>)</a>
+                    <a href="../customers.php?fliterDeal=2" target="contentFrame">明确需求  (<?= $_SESSION['d2'] ?>)</a>
+                    <a href="../customers.php?fliterDeal=3" target="contentFrame">已经成交  (<?= $_SESSION['d1'] ?>)</a>
+                    <a href="../customersNew.php" target="contentFrame">本月新增</a>
                     <?php if (strpos($em_code, "BX") === false): ?>
-                        <a href="../customersFollow.php">即将加入公海 </a>
-                        <a href="../teamSeas.php">小组公海(60天无更新)</a>
-                        <a href="../highSeas.php">公司公海(120天无更新)</a>
-                        <a href="../claimRecord.php">认领记录</a>
-                        <a href="../abnormal.php" class="new">异常客户</a>
+                        <a href="../customersFollow.php" target="contentFrame">即将加入公海 </a>
+                        <a href="../teamSeas.php" target="contentFrame">小组公海(60天无更新)</a>
+                        <a href="../highSeas.php" target="contentFrame">公司公海(120天无更新)</a>
+                        <a href="../claimRecord.php" target="contentFrame">认领记录</a>
+                        <a href="../abnormal.php" target="contentFrame" class="new">异常客户</a>
                     <?php endif; ?>
                 </div>
             </dt>
             <dt class="subnav">数据
                 <div class="list-wraper">
-                    <a href="../dashboard.php">数据看板</a>
+                    <a href="../dashboard.php" target="contentFrame">数据看板</a>
                     <?php if (strpos($em_code, "BX") === false): ?>
-                        <a href="../team.php">本月小组数据</a>
+                        <a href="../team.php" target="contentFrame">本月小组数据</a>
                     <?php endif; ?>
                 </div>
             </dt>
-            <dt><a href="../tagClound.php">标签云</a></dt>
+            <dt><a href="../tagClound.php" target="contentFrame">标签云</a></dt>
             <?php if (strpos($em_code, "BX") === false): ?>
-                <dt><a href="../silentCustomer.php">静默客户</a></dt>
+                <dt><a href="../silentCustomer.php" target="contentFrame">静默客户</a></dt>
             <?php endif; ?>
             <?php if ($em_role == 0): ?>
                 <dt class="subnav">我的团队
                     <div class="list-wraper">
-                        <a href="../subcustomers.php">组员客户</a>
-                        <a href="../subtagClound.php">组员客户分析</a>
+                        <a href="../subcustomers.php" target="contentFrame">组员客户</a>
+                        <a href="../subtagClound.php" target="contentFrame">组员客户分析</a>
                     </div>
                 </dt>
             <?php endif; ?>
-            <dt><a href="../pwdEdit.php">修改密码</a></dt>
+            <dt><a href="../pwdEdit.php" target="contentFrame">修改密码</a></dt>
             <dt><a href="../index.php?act=logout" onclick="return confirm('确认要退出吗?');">退出登录</a></dt>
         </dl>
     </div>

+ 11 - 1
price.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <form id="form1" method="post" action="?act=postchk&Keys=<?= $keys ?? '' ?>&Page=<?= $page ?? '' ?>" onSubmit="return false">
         <div class="fastSelect clear">

+ 11 - 1
pwdEdit.php

@@ -76,9 +76,19 @@ $em_email = $row['em_email'] ?? '';
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
     <script src="system/xheditor-1.1.9/xheditor-1.1.9-zh-cn.min.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <form name="form1" method="post" action="pwdEdit.php<?= $hrefstr ?>&act=save" onSubmit="return checkpwd();">
         <table width="100%" border="0" cellpadding="3" cellspacing="1" class="table1">

+ 11 - 1
searchResult.php

@@ -36,9 +36,19 @@ $searchStr = "SELECT cs_code, cs_name, cs_country, cs_tel, cs_email, cs_whatsapp
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <div class="searchForm resultSearch">
         <form method="post" action="searchResult.php" accept-charset="UTF-8">

+ 11 - 1
silentCustomer.php

@@ -91,9 +91,19 @@ $hrefstr = "?keys=" . $keys;
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <form id="form1" method="post" action="?act=postchk&Keys=<?= $keys ?>&Page=<?= $page ?>" onSubmit="return false">
         <div class="fastSelect clear">

+ 11 - 1
subCustomers.php

@@ -90,9 +90,19 @@ $hrefstr = "?keys=" . $keys;
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <form id="form1" method="post" action="?act=postchk&Keys=<?= $keys ?>&Page=<?= $page ?>" onSubmit="return false">
         <div class="fastSelect clear">

+ 11 - 1
subTag.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <?php
     $result = $conn->query("SELECT id, em_user FROM employee WHERE em_role=" . $_SESSION['employee_id']);

+ 11 - 1
subTagClound.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <div class="tagclound">
         <h1 class="tagCloundHead">自定义标签云</h1>

+ 1 - 1
system/customers.php

@@ -233,7 +233,7 @@ $sqlStr = "SELECT id, cs_code, cs_name, cs_country, cs_address, cs_tel, cs_email
            OR cs_whatsappformat LIKE '%$keyscode%' 
            OR cs_email LIKE '%$keyscode%') 
            $fliterStr 
-           ORDER BY ${ordStr}cs_updatetime DESC";
+           ORDER BY {$ordStr}cs_updatetime DESC";
 
 ?>
 <!DOCTYPE html>

+ 11 - 1
tag.php

@@ -48,9 +48,19 @@ while ($row = $result->fetch_assoc()) {
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <div class="fastSelect clear">
         <H1 class="taghead" contenteditable="true" data-originaltag="<?= htmlspecialchars($tagName) ?>" data-em="<?= $_SESSION['employee_id'] ?>"><?= htmlspecialchars($tagName) ?></H1>

+ 11 - 1
tagClound.php

@@ -11,9 +11,19 @@ checkLogin();
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <div class="tagclound">
         <h1 class="tagCloundHead">自定义标签云</h1>

+ 11 - 1
team.php

@@ -37,9 +37,19 @@ if (empty($dateend) || !strtotime($dateend)) {
         });
     });
     </script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <div class="dashboard">
         <h1 class="dashboardHead">各组数据</h1>

+ 11 - 1
teamSeas.php

@@ -59,9 +59,19 @@ if ($_SESSION['em_role'] == 0) {
     <link rel="stylesheet" href="css/alert.css" type="text/css" />
     <script src="system/js/jquery-1.7.2.min.js"></script>
     <script src="js/js.js?ver=0620"></script>
+    <style>
+        body {
+            margin: 0;
+            padding: 20px;
+            background: #fff;
+        }
+        #man_zone {
+            margin-left: 0;
+        }
+    </style>
 </head>
 <body class="clear">
-<?php require_once 'panel.php'; ?>
+<?php // require_once 'panel.php'; ?>
 <div id="man_zone">
     <form id="form1" method="post" action="?act=postchk&Keys=<?= $keys ?>&Page=<?= $page ?>" onSubmit="return false">
         <div class="fastSelect clear">