zhengkaixin 3 éve
szülő
commit
69edb293df

+ 78 - 0
css/dialog.css

@@ -0,0 +1,78 @@
+@charset "utf-8";
+/*
+ * artDialog skin
+ * https://github.com/aui/artDialog
+ * (c) 2009-2013 TangBin, http://www.planeArt.cn
+ *
+ * This is licensed under the GNU LGPL, version 2.1 or later.
+ * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
+ */
+ 
+/* common start */
+body { _margin:0; _height:100%; }/*IE6 BUG*/ 
+.d-outer { text-align:left; outline:none 0; }
+.d-border, .d-dialog { border:0 none; margin:0; border-collapse:collapse; width:auto; }
+.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer { padding:0; }
+.d-header, .d-button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
+.d-title { overflow:hidden; text-overflow: ellipsis; cursor:default; }
+.d-state-noTitle .d-title { display:none; }
+.d-close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
+.d-close:hover { text-decoration:none; }
+.d-main { text-align:center; vertical-align:middle; min-width:9em; }
+.d-content { display:inline-block; display:block\0/*IE8 BUG*/; display:inline-block\9\0; *zoom:1; *display:inline; text-align:left; border:0 none;  }
+.d-content.d-state-full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
+.d-loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(loading.gif) no-repeat center center; }
+.d-buttons { padding:8px; text-align:right; white-space:nowrap; }
+.d-button { margin-left:15px; padding: 0 8px; cursor: pointer; display: inline-block; min-height:2.2em; text-align: center; *padding:4px 10px; *height:2em; letter-spacing:2px; font-family: Tahoma, Arial/9!important; width:auto; overflow:visible; *width:1; color: #333; border: 1px solid #999; border-radius: 5px; background: #DDD; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, .5);; box-shadow: 0 1px 0 rgba(255, 255, 255, .7),  0 -1px 0 rgba(0, 0, 0, .09); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }
+.d-button::-moz-focus-inner, .d-button::-moz-focus-outer { border:0 none; padding:0; margin:0; }
+.d-button:focus { outline:none 0; border-color:#426DC9; box-shadow:0 0 8px rgba(66, 109, 201, .9); }
+.d-button:hover { color:#000; border-color:#666; }
+.d-button:active { border-color:#666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow:inset 0 1px 1em rgba(0, 0, 0, .6), inset 0 1px 1em rgba(0, 0, 0, .3); }
+.d-button[disabled] { cursor:default; color:#666; background:#DDD; border: 1px solid #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
+.d-state-highlight { color: #FFF; border: solid 1px #679a10; background: #7cb61b; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d237', endColorstr='#7cb61b'); background: linear-gradient(top, #98d237, #7cb61b); background: -moz-linear-gradient(top, #98d237, #7cb61b); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98d237), to(#7cb61b)); text-shadow: -1px -1px 1px #679a10; }
+.d-state-highlight:focus { border-color:#679a10; box-shadow:0 0 8px rgba(0, 50, 0, .7); }
+.d-state-highlight:hover { color:#FFF; border-color:#3c5412; }
+.d-state-highlight:active { border-color:#3c5412; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d237', endColorstr='#7cb61b'); background: linear-gradient(top, #98d237, #7cb61b); background: -moz-linear-gradient(top, #98d237, #7cb61b); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98d237), to(#7cb61b)); }
+.d-mask { background:#000; filter:alpha(opacity=70); opacity:.7; }
+/* common end */
+
+.d-inner { background:#f7f7f7; }
+.d-titleBar { width:100%; height:0; position:relative; bottom:30px; _bottom:0; _margin-top:-30px; }
+.d-title { height:29px; line-height:29px; padding:0 25px 0 0; _padding:0; text-indent:5px; color:#FFF; font-weight:700; text-shadow:-1px -1px 0 rgba(0, 50, 0, .7); }
+.d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close { background-image:url(green/bg.png); background-repeat:no-repeat; }
+.d-nw { width:15px; height:38px; background-position: 0 0; }
+.d-ne { width:15px; height:38px; background-position: -15px 0; }
+.d-sw { width:15px; height:18px; background-position: 0 -38px; }
+.d-se { width:15px; height:18px; background-position: -15px -38px; }
+.d-close { top:4px; right:4px; _z-index:1; width:20px; height:20px; _font-size:0; _line-height:0; text-indent:-9999em; background-position:0 -112px; }
+.d-close:hover { background-position:0 -132px; }
+.d-n, .d-s { background-repeat:repeat-x; }
+.d-n { background-position: 0 -56px; }
+.d-s { background-position: 0 -94px; }
+.d-w, .d-e { background-image:url(green/bg2.png); background-repeat:repeat-y; }
+.d-w { background-position:left top; }
+.d-e { background-position: right bottom; }
+aui_icon, .d-main { padding-top:3px; }
+@media screen and (min-width:0) {
+	.d-outer { border-radius:8px; box-shadow:0 5px 15px rgba(0, 50, 0, .4); -moz-transition:-moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: -webkit-box-shadow linear .2s; }
+	.d-state-lock { box-shadow:0 3px 26px rgba(0, 0, 0, .9); }
+	.d-outer:active { box-shadow:0 0 5px rgba(0, 50, 0, .1)!important; }
+	.d-state-drag { box-shadow:none!important; }
+	.d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close { background-image:url(green/bg_css3.png); }
+	.d-nw { width:5px; height:31px; }
+	.d-ne { width:5px; height:31px; background-position: -5px 0; }
+	.d-sw { width:5px; height:5px;background-position: 0 -31px; }
+	.d-se { width:5px; height:5px; background-position: -5px -31px; }
+	.d-close { background-position:0 -72px; }
+	.d-close:hover { background-position:0 -92px; }
+	.d-n { background-position: 0 -36px; }
+	.d-s { background-position: 0 -67px; }
+	.d-w, .d-e { background-image:url(green/bg_css3_2.png); }
+}
+.d-state-noTitle .d-nw, .d-state-noTitle .d-ne, .d-state-noTitle .d-sw, .d-state-noTitle .d-se { width:3px; height:3px; }
+.d-state-noTitle .d-inner { border:1px solid #666; background:#FFF; }
+.d-state-noTitle { box-shadow:none; }
+.d-state-noTitle .d-nw, .d-state-noTitle .d-n, .d-state-noTitle .d-ne, .d-state-noTitle .d-w, .d-state-noTitle .d-e, .d-state-noTitle .d-sw, .d-state-noTitle .d-s, .d-state-noTitle .d-se { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
+.d-state-noTitle .d-titleBar { bottom:0; _bottom:0; _margin-top:0; }
+.d-state-noTitle .d-close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-family: Helvetica, STHeiti; _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
+.d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active { text-decoration:none; color:#900; }

+ 44 - 44
html/about.html

@@ -77,7 +77,7 @@
         <![endif]-->
       
         <title>
-            荆鹏软件集团有限公司
+            荆鹏集团
         </title>
     </head>
     
@@ -93,7 +93,7 @@
                 </p>
                 <p>
                     Please
-                    <a href="#"​>
+                    <a ​>
                         upgrade your browser
                     </a>
                     to improve your experience.
@@ -116,35 +116,35 @@
             </style>
         <![endif]-->
         <div id="container">
-         
-			<div id="head"></div>
-			<script>
-			$("#head").load("common/head.html")
-			$(function() {
-				
-				//公共属性
-				getData();
-				
-				function getData(){
-					console.log(Constant)
-					$.post(Constant.serverUrl+"api/mhdata/getList",{
-												code:Constant.query.jpcode,
-												id:Constant.query.id,
-												isdetails:1
-					},function(data,status){
-						$(".data-title").text(data.data.dic.name)
-						var list=data.data.data.data;
-						for(var i in list){
-							var item=$(list[i].content)
-							
-							$(".data-innerpage").append(item);
-						}
-						
-					})
-				}
-			})
-			</script>
-			
+         
+			<div id="head"></div>
+			<script>
+			$("#head").load("common/head.html")
+			$(function() {
+				
+				//公共属性
+				getData();
+				
+				function getData(){
+					console.log(Constant)
+					$.post(Constant.serverUrl+"api/mhdata/getList",{
+												code:Constant.query.jpcode,
+												id:Constant.query.id,
+												isdetails:1
+					},function(data,status){
+						$(".data-title").text(data.data.dic.name)
+						var list=data.data.data.data;
+						for(var i in list){
+							var item=$(list[i].content)
+							
+							$(".data-innerpage").append(item);
+						}
+						
+					})
+				}
+			})
+			</script>
+			
 			<div class="breadcrumb-wrapper">
                 <div class="container">
                     <div class="row">
@@ -157,18 +157,18 @@
                             &nbsp;
                             <span>
                                 当前位置:
-                                <a href="#"​>
+                                <a ​>
                                     网站首页
                                 </a>
                                 &gt
-                                <a href="#"​ class="data-title">
+                                <a ​ class="data-title">
                                     
                                 </a>
                             </span>
                         </div>
                     </div>
                 </div>
-            </div>
+            </div>
 		
             <div class="page-container" id="innerpage-wrap">
                 <div class="container">
@@ -181,21 +181,21 @@
                                     </div>
                                 </div>
                             </div>
-                        </div>
+                        </div>
+						
+                      <div id="sidebar"></div>
+						<script>
+						$("#sidebar").load("common/sidebar.html");
+						</script>
 						
-                      <div id="sidebar"></div>
-						<script>
-						$("#sidebar").load("common/sidebar.html");
-						</script>
-						
 					</div>
                 </div>
             </div>
             <div class="for-bottom-padding">
-            </div>
-			<div id="food"></div>
-			<script>
-			$("#food").load("common/foot.html")
+            </div>
+			<div id="food"></div>
+			<script>
+			$("#food").load("common/foot.html")
 			</script>
         </div>
         <!--<script type="text/javascript" src="../js/jquery.bxslider.min.js"></script>

+ 107 - 107
html/case.html

@@ -77,7 +77,7 @@
         <![endif]-->
          
         <title>
-            荆鹏软件集团有限公司
+            荆鹏集团
         </title>
     </head>
     
@@ -93,7 +93,7 @@
                 </p>
                 <p>
                     Please
-                    <a href="#"​>
+                    <a ​>
                         upgrade your browser
                     </a>
                     to improve your experience.
@@ -116,58 +116,58 @@
             </style>
         <![endif]-->
         <div id="container">
-        
-		<div id="head"></div>
-		<script>
-		$("#head").load("common/head.html");
-		$(function() {
-			
-			//公共属性
-			getData();
-			
-			function getData(){
-					console.log(Constant)
-					$.post(Constant.serverUrl+"api/mhdata/getList",{
-												code:Constant.query.jpcode,
-												id:Constant.query.id,
-														pageSize:12,
-														pageIndex:Constant.query.pageIndex,
-												isdetails:1
-					},function(data,status){
-						$(".data-title").text(data.data.dic.name)
-						var list=data.data.data.data;
-						
-								$("#case-temp").tmpl(list).prependTo(".data-case")
-								initpage(data.data.data,"case.html?jpcode="+Constant.query.jpcode)
-						
-					})
-				}
-						function initpage(data,html){
-							if(data.totalPage==0){
-								
-								return
-							}
-							$(".pagination-wrap").show()
-							$(".pagination-wrap").find(".a1").text(data.recordsTotal)
-							$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
-							var item=$(".pagination-wrap").find(".first");
-							
-							for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
-								if(i<=0||i>data.totalPage){
-									
-								}else if(i==data.pageNumber){
-									item.after("<span>"+i+"</span>")
-								}else{
-									item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
-								}
-							}
-							
-							$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
-							
-							
-						}
-			})
-		</script>
+        
+		<div id="head"></div>
+		<script>
+		$("#head").load("common/head.html");
+		$(function() {
+			
+			//公共属性
+			getData();
+			
+			function getData(){
+					console.log(Constant)
+					$.post(Constant.serverUrl+"api/mhdata/getList",{
+												code:Constant.query.jpcode,
+												id:Constant.query.id,
+														pageSize:12,
+														pageIndex:Constant.query.pageIndex,
+												isdetails:1
+					},function(data,status){
+						$(".data-title").text(data.data.dic.name)
+						var list=data.data.data.data;
+						
+								$("#case-temp").tmpl(list).prependTo(".data-case")
+								initpage(data.data.data,"case.html?jpcode="+Constant.query.jpcode)
+						
+					})
+				}
+						function initpage(data,html){
+							if(data.totalPage==0){
+								
+								return
+							}
+							$(".pagination-wrap").show()
+							$(".pagination-wrap").find(".a1").text(data.recordsTotal)
+							$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
+							var item=$(".pagination-wrap").find(".first");
+							
+							for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
+								if(i<=0||i>data.totalPage){
+									
+								}else if(i==data.pageNumber){
+									item.after("<span>"+i+"</span>")
+								}else{
+									item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
+								}
+							}
+							
+							$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
+							
+							
+						}
+			})
+		</script>
 			<div class="breadcrumb-wrapper">
                 <div class="container">
                     <div class="row">
@@ -180,11 +180,11 @@
                             &nbsp;
                             <span>
                                 当前位置:
-                                <a href="#"​>
+                                <a ​>
                                     网站首页
                                 </a>
                                 &gt
-                                <a href="#"​ class="data-title">
+                                <a ​ class="data-title">
                                    
                                 </a>
                             </span>
@@ -194,51 +194,51 @@
             </div>
             <div class="page-container" id="innerpage-wrap">
                 <div class="container">
-                    <div class="row">
-						<script type="text/text/x-jquery-tmpl" id="case-temp">
-							<div class="gallery-item isotope-item print-media col-lg-4 col-sm-4 col-xs-6">
-							    <div class="inner-contents">
-							        <figure>
-							            <a class="gallery-btn swipebox" href="about.html?jpcode=${type}&id=${id}">
-							                查看更多
-							            </a>
-							            <div class="media-container">
-							            </div>
-							            <img src="${logo}" alt="Photo" />
-							        </figure>
-							        <h5 class="item-title">
-							            <a href="about.html?jpcode=${type}&id=${id}"​ title="${title}">
-							                ${title}
-							            </a>
-							        </h5>
-							    </div>
-							</div>
-							
-							
+                    <div class="row">
+						<script type="text/text/x-jquery-tmpl" id="case-temp">
+							<div class="gallery-item isotope-item print-media col-lg-4 col-sm-4 col-xs-6">
+							    <div class="inner-contents">
+							        <figure>
+							            <a class="gallery-btn swipebox" href="${link}">
+							                查看详情
+							            </a>
+							            <div class="media-container">
+							            </div>
+							            <img src="${logo}" alt="Photo" />
+							        </figure>
+							        <h5 class="item-title">
+							            <a href="${link}"​ title="${title}">
+							                ${title}
+							            </a>
+							        </h5>
+							    </div>
+							</div>
+							
+							
 						</script>
                         <div class="main col-md-9 inner-left" role="main">
                             <div class="our-work picture-wrap">
-                                <div id="gallery-container">
-									 <div class="row gallery-3-columns isotope-x clearfix  data-case">
+                                <div id="gallery-container">
+									 <div class="row gallery-3-columns isotope-x clearfix  data-case">
 									</div>
                                    
-                                    <div class="pagination-wrap" style="display: none;">
-                                        <div id="pages">
-                                            <div class="page">
-                                                <a class="a1">
-                                                    
-                                                </a>
-                                                <a class="first" href="/Product.html">
-                                                    第一页
-                                                </a>
-                                               
-                                            
-                                                
-                                                <a class="last" href="/Product/4.html">
-                                                    最后一页
-                                                </a>
-                                            </div>
-                                        </div>
+                                    <div class="pagination-wrap" style="display: none;">
+                                        <div id="pages">
+                                            <div class="page">
+                                                <a class="a1">
+                                                    
+                                                </a>
+                                                <a class="first" href="/Product.html">
+                                                    第一页
+                                                </a>
+                                               
+                                            
+                                                
+                                                <a class="last" href="/Product/4.html">
+                                                    最后一页
+                                                </a>
+                                            </div>
+                                        </div>
                                     </div>
                                 </div>
                             </div>
@@ -251,20 +251,20 @@
                                 });
                             </script>
                         </div>
-                  
-				  <div id="sidebar"></div>
-				  						<script>
-				  						$("#sidebar").load("common/sidebar.html");
-				  						</script>
-										
+                  
+				  <div id="sidebar"></div>
+				  						<script>
+				  						$("#sidebar").load("common/sidebar.html");
+				  						</script>
+										
 					</div>
                 </div>
             </div>
             <div class="for-bottom-padding">
-            </div>
-			<div id="food"></div>
-			<script>
-			$("#food").load("common/foot.html")
+            </div>
+			<div id="food"></div>
+			<script>
+			$("#food").load("common/foot.html")
 			</script>
         </div>
         <!--<script type="text/javascript" src="../js/jquery.bxslider.min.js"></script>
@@ -288,7 +288,7 @@
         <script type="text/javascript" src="../js/jquery.themepunch.revolution.min.js">
         </script>
         <script type="text/javascript" src="../js/script.js">
-        </script>
+        </script>
 		
     </body>
 

+ 13 - 13
html/common/foot.html

@@ -1,18 +1,18 @@
      <footer id="footer-sec" class="footer">
                 <div class="up-footer">
-                    <div class="container">
-						<script type="text/text/x-jquery-tmpl" id="foot-temp">
-								<div class="col-md-3 col-sm-6 hidden-sm hidden-xs foot-contact">
-								    <div class="widget footer-widget">
-								        <h2 class="dark-title">
-								            <a href="#"​>
-								                ${title}
-								            </a>
-								        </h2>
-										{{html content}}
-								    </div>
-								</div>
-								                          
+                    <div class="container">
+						<script type="text/text/x-jquery-tmpl" id="foot-temp">
+								<div class="col-md-3 col-sm-6 hidden-sm hidden-xs foot-contact">
+								    <div class="widget footer-widget">
+								        <h2 class="dark-title">
+								            <a ​>
+								                ${title}
+								            </a>
+								        </h2>
+										{{html content}}
+								    </div>
+								</div>
+								                          
 						</script>
                         <div class="row data-foot" >
                           

+ 11 - 5
html/common/head.html

@@ -44,7 +44,7 @@ $(function() {
 		 var meun={}
 		 list.sort(function(a,b){
 			 a.list=[];
-			 if(a.value=='meun'){
+			 if(a.value=='ROOT'){
 			 	 meun=a;
 			 }
 		     return a.sortNo-b.sortNo
@@ -53,7 +53,7 @@ $(function() {
 			 for(var j in list){
 				 var a=list[i]
 				 var b=list[j]
-				 if(a.extended1&&b.extended1&&b.parentId==a.id){
+				 if(a.extended1==1&&b.extended1==1&&b.parentId==a.id){
 				 	a.list.push(b);
 				 }
 			 }
@@ -62,7 +62,7 @@ $(function() {
 		
 		var  meunRoot=list.filter(item=>{
 			
-			return item.parentId==meun.id&&item.extended1;
+			return item.parentId==meun.id&&item.extended1==1;
 		});
 		 
 		
@@ -129,8 +129,12 @@ $(function() {
 		    var mmenuAPI = $("#mmenu").data("mmenu");
 		    mmenuAPI.close();
 		});
+		$(".m-li-href").each(function(){
+			$(this).attr("href",$(this).prev().attr("href"))
+		})
 	}
 	
+	
 })
 </script>
 		
@@ -180,7 +184,7 @@ $(function() {
 		                          
 								   
 		                           <li class="zoom drop nav-search">
-		                               <a href="#"​ class="open-search">
+		                               <a ​ class="open-search">
 		                                   <i class="fa fa-search">
 		                                   </i>
 		                               </a>
@@ -221,7 +225,9 @@ $(function() {
 					{{if list.length==0}}
 					href="${extended3}?jpcode=${value}"​
 					 {{/if}}
-					 
+					 {{if list.length!=0}}
+					 class="m-li-href"
+					  {{/if}}
 					>
 				        ${name}
 				    </a>

+ 58 - 79
html/common/sidebar.html

@@ -4,7 +4,7 @@
                                     站内搜索
                                 </h3>
                                 <form role="search" method="get" id="searchform" class="searchform" action="query.html?">
-                                   <input type="hidden" name="jpcode" value="query" />
+                                   <input type="hidden" name="jpcode" value="query" />
                                    		                               
                                     
                                     <div class="sform-div">
@@ -12,92 +12,71 @@
                                         </label>
                                         <input type="text" value="" name="keyword" placeholder="输入关键字" id="s"
                                         />
-                                        <input type="submit" id="searchsubmit" value="" />
+                                        <input type="submit" id="searchsubmit" value="查询" />
                                     </div>
                                 </form>
-                            </section>
-							<script type="text/text/x-jquery-tmpl" id="body-temp">
-										<section class="widget widget-category side-contact">
-										    <h3 class="title">
-										        ${title}
-										    </h3>
-										    {{html content}}
-										</section>
-							</script>
-							<div class="data-body" style="margin-bottom: 35px;">
-								
+                            </section>
+							<script type="text/text/x-jquery-tmpl" id="body-temp">
+										<section class="widget widget-category side-contact">
+										    <h3 class="title">
+										        ${title}
+										    </h3>
+										    {{html content}}
+										</section>
+							</script>
+							<script type="text/text/x-jquery-tmpl" id="iblog-temp">
+										<li>
+										    <figure>
+										        <a href="${link}"​>
+										            <img src="${logo}" />
+										        </a>
+										    </figure>
+										    <div class="sn-wrapper">
+										        <p class="s-desc">
+										            <a href="${link}"​ title="${title}">
+										               ${title}
+										            </a>
+										        </p>
+										        <span class="comments">
+										            <i class="fa fa-calendar">
+										            </i>
+										            &nbsp;${createTime}
+										        </span>
+										        <!--<span class="author">by: <a ​ >Admin</a></span>
+										        <a href="${link}"​ class="link-read-more">查看详细</a>-->
+										    </div>
+										</li>
+							</script>
+							<div class="data-body" style="margin-bottom: 35px;">
+								
 							</div>
-                           
+                           <script>
+							   getIblog();
+							   
+							   function getIblog(){
+									
+									 $.post(Constant.serverUrl+"api/mhdata/getList",{
+										code:"XWZX%",pageSize:3
+									 },function(data,status){
+										
+										 if(data.data.data){
+											//aaa.find(".data-banner").append( $("#banner-temp").tmpl(data.data.data.data))
+											 $("#iblog-temp").tmpl(data.data.data.data).prependTo(".data-iblog")
+										
+										 }
+									 })
+							   }
+							   
+						   </script>
                             <section class="widget side-news">
                                 <h3 class="title">
-                                    热点新闻
+                                    最新新闻
                                 </h3>
                                 <div class="tabbed custom-tabbed">
                                     <div class="block current">
-                                        <ul class="widget-list">
-                                            <li>
-                                                <figure>
-                                                    <a href="#"​>
-                                                        <img src="../picture/5736bdb5724b6.jpg" />
-                                                    </a>
-                                                </figure>
-                                                <div class="sn-wrapper">
-                                                    <p class="s-desc">
-                                                        <a href="#"​ title="微软的2015:从沉睡巨人到技术领先者">
-                                                            微软的2015:从沉睡巨人到技术领先者
-                                                        </a>
-                                                    </p>
-                                                    <span class="comments">
-                                                        <i class="fa fa-calendar">
-                                                        </i>
-                                                        &nbsp;2016-05-14
-                                                    </span>
-                                                    <!--<span class="author">by: <a href="#"​ >Admin</a></span>
-                                                    <a href="#"​ class="link-read-more">查看详细</a>-->
-                                                </div>
-                                            </li>
-                                            <li>
-                                                <figure>
-                                                    <a href="#"​>
-                                                        <img src="../picture/573693850e98c.jpg" />
-                                                    </a>
-                                                </figure>
-                                                <div class="sn-wrapper">
-                                                    <p class="s-desc">
-                                                        <a href="#"​ title="创新之道,不破不立">
-                                                            创新之道,不破不立
-                                                        </a>
-                                                    </p>
-                                                    <span class="comments">
-                                                        <i class="fa fa-calendar">
-                                                        </i>
-                                                        &nbsp;2016-05-14
-                                                    </span>
-                                                    <!--<span class="author">by: <a href="#"​ >Admin</a></span>
-                                                    <a href="#"​ class="link-read-more">查看详细</a>-->
-                                                </div>
-                                            </li>
-                                            <li>
-                                                <figure>
-                                                    <a href="#"​>
-                                                        <img src="../picture/573696d0cb467.jpg" />
-                                                    </a>
-                                                </figure>
-                                                <div class="sn-wrapper">
-                                                    <p class="s-desc">
-                                                        <a href="#"​ title="微软公布新一代Windows">
-                                                            微软公布新一代Windows
-                                                        </a>
-                                                    </p>
-                                                    <span class="comments">
-                                                        <i class="fa fa-calendar">
-                                                        </i>
-                                                        &nbsp;2016-05-14
-                                                    </span>
-                                                    <!--<span class="author">by: <a href="#"​ >Admin</a></span>
-                                                    <a href="#"​ class="link-read-more">查看详细</a>-->
-                                                </div>
-                                            </li>
+                                        <ul class="widget-list data-iblog">
+                                           
+                                             
                                         </ul>
                                     </div>
                                 </div>

+ 79 - 65
html/contact.html

@@ -27,7 +27,11 @@
         <link rel="stylesheet" type="text/css" href="../css/style-red.css" media="screen"
         />
         <link rel="stylesheet" type="text/css" href="../css/tk.css" media="screen"
-        />
+        />
+		<link rel="stylesheet" type="text/css" href="../css/dialog.css" 
+		/>
+	
+
         <script type="text/javascript" src="../js/jquery.min.js">
         </script>
         <script type="text/javascript" src="../js/jquery.migrate.js">
@@ -77,7 +81,7 @@
         <![endif]-->
       
         <title>
-            荆鹏软件集团有限公司
+            荆鹏集团
         </title>
     </head>
     
@@ -116,36 +120,36 @@
             </style>
         <![endif]-->
         <div id="container">
-       
-	   <div id="head"></div>
-	   <script>
-	   $("#head").load("common/head.html");
-	   $(function() {
-	   	
-	   	//公共属性
-	   	getData();
-	   	
-	   	function getData(){
-	   		console.log(Constant)
-	   		$.post(Constant.serverUrl+"api/mhdata/getList",{
-	   									code:Constant.query.jpcode,
-	   									id:Constant.query.id,
-	   									isdetails:1
-	   		},function(data,status){
-	   			$(".data-title").text(data.data.dic.name)
-	   			var list=data.data.data.data;
-	   			for(var i in list){
-	   				var item=$(list[i].content)
-	   				
-	   				$(".data-contact").append(item);
-					 
-	   			}
-	   			
-	   		})
-	   	}
-	   })
-	   </script>
-	   
+       
+	   <div id="head"></div>
+	   <script>
+	   $("#head").load("common/head.html");
+	   $(function() {
+	   	
+	   	//公共属性
+	   	getData();
+	   	
+	   	function getData(){
+	   		console.log(Constant)
+	   		$.post(Constant.serverUrl+"api/mhdata/getList",{
+	   									code:Constant.query.jpcode,
+	   									id:Constant.query.id,
+	   									isdetails:1
+	   		},function(data,status){
+	   			$(".data-title").text(data.data.dic.name)
+	   			var list=data.data.data.data;
+	   			for(var i in list){
+	   				var item=$(list[i].content)
+	   				
+	   				$(".data-contact").append(item);
+					 
+	   			}
+	   			
+	   		})
+	   	}
+	   })
+	   </script>
+	   
 			<div class="breadcrumb-wrapper">
                 <div class="container">
                     <div class="row">
@@ -178,27 +182,24 @@
                                 <div class="com-cnt page-content data-contact">
                                     
                                     
-                                </div>
-								
+                                </div>
+								
 								
                                 <div id="contact-wrap">
                                     <h3 class="msg-title">
                                         给我们留言
-                                    </h3>
-                                    <form class="add-msg-form" method="post" action="/index.php?g=User&m=Post&a=insert"
+                                    </h3>
+									
+                                    <form class="add-msg-form" method="post" action=""
                                     name="msgform" id="contact-form">
                                         <div class="row">
-                                            <input type="hidden" name="catid" value="19" />
-                                            <input type="hidden" name="moduleid" value="8" />
-                                            <input type="hidden" name="lang" value="1" />
-                                            <input type="hidden" name="cemail" value="tecumark@126.com" />
-                                            <input type="hidden" name="site_name" value="XXX信息技术(北京)有限公司" />
+                                          
                                             <div class="cf-column col-md-6">
                                                 <input name="title" id="subject" type="text" placeholder="主题" validate="minlength:2, maxlength:50, required:true"
                                                 />
                                             </div>
                                             <div class="cf-column col-md-6">
-                                                <input name="username" id="username" type="text" placeholder="名字" validate="minlength:2, maxlength:50, required:true"
+                                                <input name="name" id="username" type="text" placeholder="名字" validate="minlength:2, maxlength:50, required:true"
                                                 />
                                             </div>
                                             <div class="cf-column col-md-6">
@@ -206,12 +207,11 @@
                                                 />
                                             </div>
                                             <div class="cf-column col-md-6">
-                                                <input name="telephone" id="telephone" type="text" placeholder="电话/手机"
+                                                <input name="phone" id="telephone" type="text" placeholder="电话/手机"
                                                 validate="minlength:6,maxlength:40, required:true" />
                                             </div>
                                             <div class="cf-column col-md-12 cf-tarea">
-                                                <textarea name="content" id="comment" placeholder="留言内容" validate="minlength:2, maxlength:200, required:true">
-                                                </textarea>
+                                                <textarea name="content" id="comment" placeholder="留言内容" validate="minlength:2, maxlength:200, required:true"></textarea>
                                             </div>
                                             <div class="cf-column col-md-12 submit-column">
                                                 <button type="button" id="submit-btn" class="submit-button">
@@ -228,17 +228,17 @@
                                     </script>
                                     <script type="text/javascript">
                                         jQuery(document).ready(function($) {
-
+											
                                             var options = {
                                                 //target: '#divToUpdate',
-                                                url: $("#contact-form").attr("action"),
+                                                url: Constant.serverUrl+'api/mhdata/submitLeaving',
                                                 type: "POST",
                                                 //POST或GET,
                                                 success: function() {
                                                     art.dialog({
                                                         //width: 220,
                                                         title: "消息",
-                                                        time: 3,
+                                                        time: 3000,
                                                         lock: true,
                                                         opacity: 0.15,
                                                         //ok: function() {location.href = window.location.href;},
@@ -247,21 +247,35 @@
                                                 }
                                             };
                                             $("#submit-btn").click(function() {
-                                                if ($("#contact-form .col-title").val() == "" || $("#contact-form .col-username").val() == "" || $("#contact-form .col-telephone").val() == "" || $("#contact-form .col-email").val() == "" || $("#contact-form textarea").val() == "") {
-                                                    art.dialog.tips("非法操作!");
+                                                if ($("#contact-form .col-title").val() == "" 
+												|| $("#contact-form .col-username").val() == "" 
+												|| $("#contact-form .col-telephone").val() == ""
+												 || $("#contact-form .col-email").val() == "" 
+												 || $("#contact-form textarea").val() == "") {
+                                                   
+													art.dialog({
+													    //width: 220,
+													    title: "消息",
+													    time: 2000,
+													    lock: true,
+													    opacity: 0.15,
+													    ok: function() {},
+													    content: "请填写完全部内容!",
+														  okValue: "确认",
+													});
                                                 } else {
                                                     art.dialog({
                                                         title: "消息",
                                                         icon: "question",
-                                                        time: 10,
+                                                        time: 10*1000,
                                                         content: "确认要提交信息吗?",
-                                                        okVal: "确认",
+                                                        okValue: "确认",
                                                         ok: function() {
                                                             this.title("正在提交中...").time(3);
                                                             $("#contact-form").ajaxSubmit(options);
                                                             return false;
                                                         },
-                                                        cancelVal: "取消",
+                                                        cancelValue: "取消",
                                                         cancel: function() {
                                                             this.content("执行取消操作");
                                                         }
@@ -275,23 +289,23 @@
                                 </div>
                             </div>
                         </div>
-                   
-				   <div id="sidebar"></div>
-				   						<script>
-				   						$("#sidebar").load("common/sidebar.html");
-				   						</script>
-										
+                   
+				   <div id="sidebar"></div>
+				   						<script>
+				   						$("#sidebar").load("common/sidebar.html");
+				   						</script>
+										
 					</div>
                 </div>
             </div>
             <div class="for-bottom-padding">
             </div>
-    <div id="food"></div>
-    <script>
-    $("#food").load("common/foot.html")
-    </script>
-	
-	
+    <div id="food"></div>
+    <script>
+    $("#food").load("common/foot.html")
+    </script>
+	
+	
 		</div>
         <!--<script type="text/javascript" src="../js/jquery.bxslider.min.js"></script>
         <script type="text/javascript" src="../js/jquery.countto.js"></script>-->

+ 213 - 213
html/index.html

@@ -29,7 +29,7 @@
         <script type="text/javascript" src="../js/jquery.min.js">
         </script>
         <script type="text/javascript" src="../js/jquery.migrate.js">
-        </script>
+        </script>
 	
         <script type="text/javascript" src="../js/bootstrap.js">
         </script>
@@ -75,9 +75,9 @@
             </script>
         <![endif]-->
        
-        <title>荆鹏软件集团有限公司</title>
-        <meta name="keywords" content="荆鹏软件集团有限公司" />
-        <meta name="description" content="荆鹏软件集团有限公司。" /> 
+        <title>荆鹏集团</title>
+        <meta name="keywords" content="荆鹏集团" />
+        <meta name="description" content="荆鹏集团。" /> 
 			 
     </head>
 
@@ -94,7 +94,7 @@
                 </p>
                 <p>
                     Please
-                    <a href="#"​>
+                    <a ​>
                         upgrade your browser
                     </a>
                     to improve your experience.
@@ -115,21 +115,21 @@
                 20px;text-align:center;font-size:26px} .lt-ie8-bg a{color:#f5f5f5;border-bottom:2px
                 solid #fff} .lt-ie8-bg a:hover{text-decoration:none} #container{display:none;}
             </style>
-        <![endif]-->
-	
+        <![endif]-->
+	
 		   
-        <div id="container">
-			<div id="head"></div>
-			<script>
-			$("#head").load("common/head.html");
-			</script>
-			<script type="text/text/x-jquery-tmpl" id="banner-temp">
-				<li data-transition="random" data-slotamount="7" data-masterspeed="500">
-					<a href="${link}">
-				    <img src="${logo}" alt="${title}" data-bgfit="cover" data-bgposition="center top"
-				    data-bgrepeat="no-repeat" />
-					</a>
-				</li>
+        <div id="container">
+			<div id="head"></div>
+			<script>
+			$("#head").load("common/head.html");
+			</script>
+			<script type="text/text/x-jquery-tmpl" id="banner-temp">
+				<li data-transition="random" data-link="${link}" data-slotamount="7" data-masterspeed="500">
+					
+				    <img src="${logo}" alt="${title}"  data-bgfit="cover" data-bgposition="center top"
+				    data-bgrepeat="no-repeat" />
+				
+				</li>
 			</script>
           <div id="slider" class="slider2">
                 <div class="tp-banner-container">
@@ -137,62 +137,62 @@
                        <ul class="data-banner">
                            
                            
-                        </ul>  
+                        </ul>  
 						
                        <div class="tp-bannertimer">
                         </div>
                     </div> 
                 </div>
-            </div> 
-			<script>
-			$(function() {
-				 
-				getBanner();
-				
-				function getBanner(){
-						
-						 $.post(Constant.serverUrl+"api/mhdata/getList",{
-							code:"JPZJ-banner",isdetails:1
-						 },function(data,status){
-							
-							 if(data.data.data){
-							 	//aaa.find(".data-banner").append( $("#banner-temp").tmpl(data.data.data.data))
-								 $("#banner-temp").tmpl(data.data.data.data).prependTo(".data-banner")
-								 if(jQuery('.tp-banner')){
-									var revapi;
-									jQuery(document).ready(function() {
-								 
-									   revapi = jQuery('.tp-banner').revolution(
-										{
-											delay:6000,
-											startwidth:940,
-											startheight:540,
-											hideThumbs:10,
-											fullWidth:"on",
-											forceFullWidth:"on",
-											onHoverStop:"off",
-											navigationVOffset:80,
-											navigationHOffset:0,//90
-											soloArrowLeftHOffset:50,
-											soloArrowRightHOffset:50
-										});
-								 
-									});
-								 }
-							 }
-						 })
-				}
-			})
+            </div> 
+			<script>
+			$(function() {
+				 
+				getBanner();
+				
+				function getBanner(){
+						
+						 $.post(Constant.serverUrl+"api/mhdata/getList",{
+							code:"JPZJ-banner",isdetails:1
+						 },function(data,status){
+							
+							 if(data.data.data){
+							 	//aaa.find(".data-banner").append( $("#banner-temp").tmpl(data.data.data.data))
+								 $("#banner-temp").tmpl(data.data.data.data).prependTo(".data-banner")
+								 if(jQuery('.tp-banner')&&true){
+									var revapi;
+									jQuery(document).ready(function() {
+								 
+									   revapi = jQuery('.tp-banner').revolution(
+										{
+											delay:6000,
+											startwidth:940,
+											startheight:540,
+											hideThumbs:10,
+											fullWidth:"on",
+											forceFullWidth:"on",
+											onHoverStop:"off",
+											navigationVOffset:80,
+											navigationHOffset:0,//90
+											soloArrowLeftHOffset:50,
+											soloArrowRightHOffset:50
+										});
+								 
+									});
+								 }
+							 }
+						 })
+				}
+			})
 			</script>
             <div id="content">
                 <div class="section-content text-banner-section white-back" id="index-business-title">
                     <div class="container">
                         <div class="text-box triggerAnimation animated-x" data-animate="bounceIn">
                             <h1>
-                               <!-- <a href="#"​>
-                                   
-                                </a> -->
-								 我们的主营业务
+                               <a ​>
+                                    我们的主营业务
+                                </a> 
+								
                             </h1>
                             <p>
                                 集产品销售、技术服务、软件开发于一身,XXX正在向着一流的信息化解决方案提供商而努力着。
@@ -276,183 +276,183 @@
                     <div class="title-section title2">
                         <div class="container triggerAnimation animated" data-animate="bounceIn">
                             <h1 class="dark-title-x">
-                              
-								<a href="#" &ZeroWidthSpace;="">
-                                    我们的成功案例
+                              
+								<a >
+                                    我们的成功案例
                                 </a>
                             </h1>
                         </div>
-                    </div>
-					<script type="text/text/x-jquery-tmpl" id="portfolio-temp">
-						<div class="project-post item">
-						    <div class="inner-project">
-						        <img alt="Image" src="${logo}" />
-						        <div class="project-hover">
-						            <ul>
-						                <li>
-						                    <a href="${link}"​>
-						                        <i class="fa fa-link">
-						                        </i>
-						                    </a>
-						                </li>
-						            </ul>
-						            <div class="caption">
-						                <h2>
-						                    <a href="${link}"​ title="${title}">
-						                        ${title}
-						                    </a>
-						                </h2>
-						                <span>
-						                    ${typeN}
-						                </span>
-						            </div>
-						        </div>
-						    </div>
-						</div>
-						
+                    </div>
+					<script type="text/text/x-jquery-tmpl" id="portfolio-temp">
+						<div class="project-post item">
+						    <div class="inner-project">
+						        <img alt="Image" src="${logo}"  />
+						        <div class="project-hover">
+						            <ul>
+						                <li>
+						                    <a href="${link}"​>
+						                        <i class="fa fa-link">
+						                        </i>
+						                    </a>
+						                </li>
+						            </ul>
+						            <div class="caption">
+						                <h2>
+						                    <a href="${link}"​ title="${title}">
+						                        ${title}
+						                    </a>
+						                </h2>
+						                <span>
+						                    ${typeN}
+						                </span>
+						            </div>
+						        </div>
+						    </div>
+						</div>
+						
 					</script>
-                    <div class="portfolio-container">
-						<div id="owl-demo4" class="owl-carousel data-portfolio">
-						</div>
+                    <div class="portfolio-container">
+						<div id="owl-demo4" class="owl-carousel data-portfolio">
+						</div>
 						
                         <div class="show-all">
-                            <a href="#"​ target="_blank">
+                            <a   >
                                 <i class="fa fa-th">
                                 </i>
                             </a>
                         </div>
-                    </div>
-					<script>
-					$(function() {
-						 
-						getPortfolio();
-						
-						function getPortfolio(){
-								
-								 $.post(Constant.serverUrl+"api/mhdata/getList",{
-									code:"CGAL%",isdetails:1
-								 },function(data,status){
-									
-									 if(data.data.data){
-									 	//aaa.find(".data-banner").append( $("#banner-temp").tmpl(data.data.data.data))
-										 $("#portfolio-temp").tmpl(data.data.data.data).prependTo(".data-portfolio")
-										 $("#owl-demo4").owlCarousel({
-										 	navigation : true,
-										 	autoPlay: 8000,
-										 	items : 5,
-										 	itemsDesktop : [1199,4],
-										 	itemsDesktopSmall : [979,3],
-										 	itemsTabletSmall : [768,2],
-										 	itemsMobile : [479,1]
-										 });
-									 }
-								 })
-						}
-					})
+                    </div>
+					<script>
+					$(function() {
+						 
+						getPortfolio();
+						
+						function getPortfolio(){
+								
+								 $.post(Constant.serverUrl+"api/mhdata/getList",{
+									code:"CGAL%",isdetails:1
+								 },function(data,status){
+									
+									 if(data.data.data){
+									 	//aaa.find(".data-banner").append( $("#banner-temp").tmpl(data.data.data.data))
+										 $("#portfolio-temp").tmpl(data.data.data.data).prependTo(".data-portfolio")
+										 $("#owl-demo4").owlCarousel({
+										 	navigation : true,
+										 	autoPlay: 8000,
+										 	items : 5,
+										 	itemsDesktop : [1199,4],
+										 	itemsDesktopSmall : [979,3],
+										 	itemsTabletSmall : [768,2],
+										 	itemsMobile : [479,1]
+										 });
+									 }
+								 })
+						}
+					})
 					</script>
                 </div>
                 <div class="section-content team-section2 no-padd" id="index-news">
                     <div class="title-section title2">
                         <div class="container triggerAnimation animated" data-animate="bounceIn">
                             <h1>
-                                <a href="#"​>
+                                <a  >
                                     最新资讯
                                 </a>
                             </h1>
                         </div>
-                    </div>
-					<style >
-					 .jp-desc-d{
-						display: -webkit-box;
-						            display: -moz-box;
-						            white-space: pre-wrap;
-						            word-wrap: break-word;
-						            overflow: hidden;
-						            text-overflow: ellipsis;
-						            -webkit-box-orient: vertical;
-						            -webkit-line-clamp:4;   /*显示行数*/
-					} 
-					</style>
-					<script type="text/text/x-jquery-tmpl" id="iblog-temp">
-						<div class="item team-post iblog-item">
-						    <div class="team-gal">
-						        <img src="${logo}" alt="Image" />
-						        <div class="hover-team">
-						            <div class="inner-team">
-						                <ul class="team-social">
-						                    <li>
-						                        <a class="facebook" href="${link}"​>
-						                            <i class="fa fa-eye">
-						                            </i>
-						                        </a>
-						                    </li>
-						                </ul>
-						            </div>
-						        </div>
-						    </div>
-						    <h2 class="iblog-title">
-						        <a href="${link}"​ title="${title}">
-						            ${title}
-						        </a>
-						    </h2>
-						    <div class="iblog-desc jp-desc-d"    >
-							{{html content}}
-							
-						    </div>
-						    <span class="iblog-date">
-						        <i class="fa fa-calendar">
-						        </i>
-						        &nbsp;${createTime}
-						    </span>
-						</div>
-						
-						
+                    </div>
+					<style >
+					 .jp-desc-d{
+						display: -webkit-box;
+						            display: -moz-box;
+						            white-space: pre-wrap;
+						            word-wrap: break-word;
+						            overflow: hidden;
+						            text-overflow: ellipsis;
+						            -webkit-box-orient: vertical;
+						            -webkit-line-clamp:4;   /*显示行数*/
+					} 
+					</style>
+					<script type="text/text/x-jquery-tmpl" id="iblog-temp">
+						<div class="item team-post iblog-item">
+						    <div class="team-gal">
+						        <img src="${logo}" alt="Image" style="height: 230px;" />
+						        <div class="hover-team">
+						            <div class="inner-team">
+						                <ul class="team-social">
+						                    <li>
+						                        <a class="facebook" href="${link}"​>
+						                            <i class="fa fa-eye">
+						                            </i>
+						                        </a>
+						                    </li>
+						                </ul>
+						            </div>
+						        </div>
+						    </div>
+						    <h2 class="iblog-title">
+						        <a href="${link}"​ title="${title}">
+						            ${title}
+						        </a>
+						    </h2>
+						    <div class="iblog-desc jp-desc-d"  style="    height: 80px;"  >
+							{{html content}}
+							
+						    </div>
+						    <span class="iblog-date">
+						        <i class="fa fa-calendar">
+						        </i>
+						        &nbsp;${createTime}
+						    </span>
+						</div>
+						
+						
 					</script>
                     <div class="team-box">
                         <div class="container">
-                            <div class="row">
-								 <div id="owl-demo" class="owl-carousel data-iblog">
+                            <div class="row">
+								 <div id="owl-demo" class="owl-carousel data-iblog">
 								</div>
-                            </div>
-						<script>
-							$(function() {
-								 
-								getIblog();
-								
-								function getIblog(){
-										
-										 $.post(Constant.serverUrl+"api/mhdata/getList",{
-											code:"XWZX%",isdetails:1
-										 },function(data,status){
-											
-											 if(data.data.data){
-											 	//aaa.find(".data-banner").append( $("#banner-temp").tmpl(data.data.data.data))
-												 $("#iblog-temp").tmpl(data.data.data.data).prependTo(".data-iblog")
-												$("#owl-demo").owlCarousel({
-													autoPlay: false,//8000
-													items : 4,
-													itemsDesktop : [1199,3],
-													itemsDesktopSmall : [979,3],
-													itemsTablet : [961,3],
-													itemsTabletSmall : [768,2],
-													itemsMobile : [479,1]
-												});
-												//$(".iblog-desc").children().addClass("jp-desc-d")
-												$(".jp-desc-d").each(function(){
-													$(this).text($(this).text())
-												})
-											 }
-										 })
-								}
-							})
+                            </div>
+						<script>
+							$(function() {
+								 
+								getIblog();
+								
+								function getIblog(){
+										
+										 $.post(Constant.serverUrl+"api/mhdata/getList",{
+											code:"XWZX%",isdetails:1
+										 },function(data,status){
+											
+											 if(data.data.data){
+											 	//aaa.find(".data-banner").append( $("#banner-temp").tmpl(data.data.data.data))
+												 $("#iblog-temp").tmpl(data.data.data.data).prependTo(".data-iblog")
+												$("#owl-demo").owlCarousel({
+													autoPlay: false,//8000
+													items : 4,
+													itemsDesktop : [1199,3],
+													itemsDesktopSmall : [979,3],
+													itemsTablet : [961,3],
+													itemsTabletSmall : [768,2],
+													itemsMobile : [479,1]
+												});
+												//$(".iblog-desc").children().addClass("jp-desc-d")
+												$(".jp-desc-d").each(function(){
+													$(this).text($(this).text().trim())
+												})
+											 }
+										 })
+								}
+							})
 							</script>
                         </div>
                     </div>
                 </div>
-            </div>
-			<div id="food"></div>
-			<script>
-			$("#food").load("common/foot.html")
+            </div>
+			<div id="food"></div>
+			<script>
+			$("#food").load("common/foot.html")
 			</script>
         </div>
         <!--<script type="text/javascript" src="../js/jquery.bxslider.min.js"></script>

+ 150 - 150
html/news.html

@@ -77,7 +77,7 @@
         <![endif]-->
      
         <title>
-            荆鹏软件集团有限公司
+            荆鹏集团
         </title>
     </head>
     
@@ -93,7 +93,7 @@
                 </p>
                 <p>
                     Please
-                    <a href="#"​>
+                    <a ​>
                         upgrade your browser
                     </a>
                     to improve your experience.
@@ -116,66 +116,66 @@
             </style>
         <![endif]-->
         <div id="container">
-          <div id="head"></div>
-          <script>
-          $("#head").load("common/head.html");
-		  $(function() {
-		  	
-		  	//公共属性
-		  	getData();
-		  	
-		  	function getData(){
-		  			console.log(Constant)
-		  			$.post(Constant.serverUrl+"api/mhdata/getList",{
-		  										code:Constant.query.jpcode,
-		  										id:Constant.query.id,
-		  												pageSize:10,
-		  												pageIndex:Constant.query.pageIndex,
-		  										isdetails:1
-		  			},function(data,status){
-		  				$(".data-title").text(data.data.dic.name)
-		  				var list=data.data.data.data;
-		  				for(var i in list){
-							var item=list[i]
-							item.createTime=item.createTime.split(" ")[0]
-						}
-						
-		  						$("#news-temp").tmpl(list).prependTo(".data-news")
-								$(".jp-desc-d").each(function(){
-									$(this).text($(this).text())
-								})
-								
-		  						initpage(data.data.data,"news.html?jpcode="+Constant.query.jpcode)
-		  				
-		  			})
-		  		}
-		  				function initpage(data,html){
-		  					if(data.totalPage==0){
-		  						
-		  						return
-		  					}
-		  					$(".pagination-wrap").show()
-		  					$(".pagination-wrap").find(".a1").text(data.recordsTotal)
-		  					$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
-		  					var item=$(".pagination-wrap").find(".first");
-		  					
-		  					for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
-		  						if(i<=0||i>data.totalPage){
-		  							
-		  						}else if(i==data.pageNumber){
-		  							item.after("<span>"+i+"</span>")
-		  						}else{
-		  							item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
-		  						}
-		  					}
-		  					
-		  					$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
-		  					
-		  					
-		  				}
-		  	})
-          </script>
-			
+          <div id="head"></div>
+          <script>
+          $("#head").load("common/head.html");
+		  $(function() {
+		  	
+		  	//公共属性
+		  	getData();
+		  	
+		  	function getData(){
+		  			console.log(Constant)
+		  			$.post(Constant.serverUrl+"api/mhdata/getList",{
+		  										code:Constant.query.jpcode,
+		  										id:Constant.query.id,
+		  												pageSize:10,
+		  												pageIndex:Constant.query.pageIndex,
+		  										isdetails:1
+		  			},function(data,status){
+		  				$(".data-title").text(data.data.dic.name)
+		  				var list=data.data.data.data;
+		  				for(var i in list){
+							var item=list[i]
+							item.createTime=item.createTime.split(" ")[0]
+						}
+						
+		  						$("#news-temp").tmpl(list).prependTo(".data-news")
+								$(".jp-desc-d").each(function(){
+									$(this).text($(this).text().trim())
+								})
+								
+		  						initpage(data.data.data,"news.html?jpcode="+Constant.query.jpcode)
+		  				
+		  			})
+		  		}
+		  				function initpage(data,html){
+		  					if(data.totalPage==0){
+		  						
+		  						return
+		  					}
+		  					$(".pagination-wrap").show()
+		  					$(".pagination-wrap").find(".a1").text(data.recordsTotal)
+		  					$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
+		  					var item=$(".pagination-wrap").find(".first");
+		  					
+		  					for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
+		  						if(i<=0||i>data.totalPage){
+		  							
+		  						}else if(i==data.pageNumber){
+		  							item.after("<span>"+i+"</span>")
+		  						}else{
+		  							item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
+		  						}
+		  					}
+		  					
+		  					$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
+		  					
+		  					
+		  				}
+		  	})
+          </script>
+			
 			<div class="breadcrumb-wrapper">
                 <div class="container">
                     <div class="row">
@@ -188,11 +188,11 @@
                             &nbsp;
                             <span>
                                 当前位置:
-                                <a href="#"​>
+                                <a ​>
                                     网站首页
                                 </a>
                                 &gt
-                                <a href="#" class="data-title"​>
+                                <a  class="data-title"​>
                                     
                                 </a>
                             </span>
@@ -202,103 +202,103 @@
             </div>
             <div class="page-container" id="innerpage-wrap">
                 <div class="container">
-                    <div class="row">
-						<style >
-						 .jp-desc-d{
-							display: -webkit-box;
-							            display: -moz-box;
-							            white-space: pre-wrap;
-							            word-wrap: break-word;
-							            overflow: hidden;
-							            text-overflow: ellipsis;
-							            -webkit-box-orient: vertical;
-							            -webkit-line-clamp:4;   /*显示行数*/
-						} 
-						</style>
-						<script type="text/text/x-jquery-tmpl" id="news-temp">
-							<div class="blog-article hentry format-image">
-							    <figure>
-							        <!--<span class="format-icon"><i class="fa fa-image"></i></span>-->
-							        <a class="swipebox-x" href="about.html?jpcode=${type}&id=${id}">
-							            <img class="img-responsive" alt="" src="${logo}"
-							            />
-							        </a>
-							    </figure>
-							    <div class="entry-summary post-summary">
-							        <header class="entry-header">
-							            <h2 class="entry-title post-title">
-							                <a href="about.html?jpcode=${type}&id=${id}"​ title="微软的2015:从沉睡巨人到技术领先者">
-							                    ${title}
-							                </a>
-							            </h2>
-							        </header>
-							        <div class="entry-meta post-meta">
-							            <ul>
-							                <li class="entry-date date">
-							                    <time class="entry-date" datetime="2016-05-14 13:55:52">
-							                        ${createTime}
-							                    </time>
-							                </li>
-							                <li class="tags">
-							                    <a href="news.html?jpcode=${type}"​>
-							                         ${typeN}
-							                    </a>
-							                </li>
-							              <!--  <li class="byline author vcard">
-							                    by
-							                    <a href="#"​ class="fn">
-							                        Admin
-							                    </a>
-							                </li> -->
-							            </ul>
-							        </div>
-							        <div class="entry-content jp-desc-d">
-							           {{html content}}
-							        </div>
-							        <a href="about.html?jpcode=${type}&id=${id}"​ class="read-more-link">
-							            查看详细
-							        </a>
-							    </div>
-							</div>
-							
-							
+                    <div class="row">
+						<style >
+						 .jp-desc-d{
+							display: -webkit-box;
+							            display: -moz-box;
+							            white-space: pre-wrap;
+							            word-wrap: break-word;
+							            overflow: hidden;
+							            text-overflow: ellipsis;
+							            -webkit-box-orient: vertical;
+							            -webkit-line-clamp:4;   /*显示行数*/
+						} 
+						</style>
+						<script type="text/text/x-jquery-tmpl" id="news-temp">
+							<div class="blog-article hentry format-image">
+							    <figure>
+							        <!--<span class="format-icon"><i class="fa fa-image"></i></span>-->
+							        <a class="swipebox-x" href="${link}">
+							            <img class="img-responsive" alt="" src="${logo}"
+							            />
+							        </a>
+							    </figure>
+							    <div class="entry-summary post-summary">
+							        <header class="entry-header">
+							            <h2 class="entry-title post-title">
+							                <a href="${link}"​ title="微软的2015:从沉睡巨人到技术领先者">
+							                    ${title}
+							                </a>
+							            </h2>
+							        </header>
+							        <div class="entry-meta post-meta">
+							            <ul>
+							                <li class="entry-date date">
+							                    <time class="entry-date" datetime="2016-05-14 13:55:52">
+							                        ${createTime}
+							                    </time>
+							                </li>
+							                <li class="tags">
+							                    <a href="news.html?jpcode=${type}"​>
+							                         ${typeN}
+							                    </a>
+							                </li>
+							              <!--  <li class="byline author vcard">
+							                    by
+							                    <a ​ class="fn">
+							                        Admin
+							                    </a>
+							                </li> -->
+							            </ul>
+							        </div>
+							        <div class="entry-content jp-desc-d">
+							           {{html content}}
+							        </div>
+							        <a href="${link}"​ class="read-more-link">
+							            查看详细
+							        </a>
+							    </div>
+							</div>
+							
+							
 						</script>
                         <div class="main col-md-9 inner-left" role="main">
                             <article class="blog-wrap data-news">
                                
                              </article>
-							  <div class="pagination-wrap" style="display: none;">
-								  <div id="pages">
-									  <div class="page">
-										  <a class="a1">
-											  
-										  </a>
-										  <a class="first" href="/Product.html">
-											  第一页
-										  </a>
-										 
-									  
-										  
-										  <a class="last" href="/Product/4.html">
-											  最后一页
-										  </a>
-									  </div>
-								  </div>
-							  </div>
+							  <div class="pagination-wrap" style="display: none;">
+								  <div id="pages">
+									  <div class="page">
+										  <a class="a1">
+											  
+										  </a>
+										  <a class="first" href="/Product.html">
+											  第一页
+										  </a>
+										 
+									  
+										  
+										  <a class="last" href="/Product/4.html">
+											  最后一页
+										  </a>
+									  </div>
+								  </div>
+							  </div>
 						</div>
-                       <div id="sidebar"></div>
-                       						<script>
-                       						$("#sidebar").load("common/sidebar.html");
-                       						</script>
+                       <div id="sidebar"></div>
+                       						<script>
+                       						$("#sidebar").load("common/sidebar.html");
+                       						</script>
 					</div>
                 </div>
             </div>
             <div class="for-bottom-padding">
             </div>
-           <div id="food"></div>
-           <script>
-           $("#food").load("common/foot.html")
-           </script>
+           <div id="food"></div>
+           <script>
+           $("#food").load("common/foot.html")
+           </script>
 		</div>
         <!--<script type="text/javascript" src="../js/jquery.bxslider.min.js"></script>
         <script type="text/javascript" src="../js/jquery.countto.js"></script>-->

+ 113 - 113
html/product.html

@@ -36,8 +36,8 @@
         <script type="text/javascript" src="../js/bootstrap.js">
         </script>
         <script type="text/javascript" src="../js/owl.carousel.min.js">
-        </script>
-		<script type="text/javascript" src="../js/script.js">
+        </script>
+		<script type="text/javascript" src="../js/script.js">
 		</script>
         <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at
         the end of file. -->
@@ -80,7 +80,7 @@
         <![endif]-->
         
         <title>
-            荆鹏软件集团有限公司
+            荆鹏集团
         </title>
     </head>
     
@@ -96,7 +96,7 @@
                 </p>
                 <p>
                     Please
-                    <a href="#"​>
+                    <a ​>
                         upgrade your browser
                     </a>
                     to improve your experience.
@@ -119,61 +119,61 @@
             </style>
         <![endif]-->
         <div id="container">
-         
-		 <div id="head"></div>
-		 <script>
-		 $("#head").load("common/head.html");
-		 $(function() {
-		 	
-		 	//公共属性
-		 	getData();
-		 	
-		 	function getData(){
-		 		console.log(Constant)
-		 		$.post(Constant.serverUrl+"api/mhdata/getList",{
-		 									code:Constant.query.jpcode,
-		 									id:Constant.query.id,
-											pageSize:10,
-											pageIndex:Constant.query.pageIndex,
-		 									isdetails:1
-		 		},function(data,status){
-		 			$(".data-title").text(data.data.dic.name)
-		 			var list=data.data.data.data;
-		 			
-					$("#product-temp").tmpl(list).prependTo(".data-product")
-					initpage(data.data.data,"product.html?jpcode="+Constant.query.jpcode)
-		 			
-		 		})
-		 	}
-			function initpage(data,html){
-				if(data.totalPage==0){
-					
-					return
-				}
-				$(".pagination-wrap").show()
-				$(".pagination-wrap").find(".a1").text(data.recordsTotal)
-				$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
-				var item=$(".pagination-wrap").find(".first");
-				
-				for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
-					if(i<=0||i>data.totalPage){
-						
-					}else if(i==data.pageNumber){
-						item.after("<span>"+i+"</span>")
-					}else{
-						item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
-					}
-				}
-				
-				$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
-				
-				$(".jp-desc-d").each(function(){
-					$(this).text($(this).text())
-				})
-			}
-		 })
-		 </script>
-		 
+         
+		 <div id="head"></div>
+		 <script>
+		 $("#head").load("common/head.html");
+		 $(function() {
+		 	
+		 	//公共属性
+		 	getData();
+		 	
+		 	function getData(){
+		 		console.log(Constant)
+		 		$.post(Constant.serverUrl+"api/mhdata/getList",{
+		 									code:Constant.query.jpcode,
+		 									id:Constant.query.id,
+											pageSize:10,
+											pageIndex:Constant.query.pageIndex,
+		 									isdetails:1
+		 		},function(data,status){
+		 			$(".data-title").text(data.data.dic.name)
+		 			var list=data.data.data.data;
+		 			
+					$("#product-temp").tmpl(list).prependTo(".data-product")
+					initpage(data.data.data,"product.html?jpcode="+Constant.query.jpcode)
+		 			
+		 		})
+		 	}
+			function initpage(data,html){
+				if(data.totalPage==0){
+					
+					return
+				}
+				$(".pagination-wrap").show()
+				$(".pagination-wrap").find(".a1").text(data.recordsTotal)
+				$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
+				var item=$(".pagination-wrap").find(".first");
+				
+				for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
+					if(i<=0||i>data.totalPage){
+						
+					}else if(i==data.pageNumber){
+						item.after("<span>"+i+"</span>")
+					}else{
+						item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
+					}
+				}
+				
+				$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
+				
+				$(".jp-desc-d").each(function(){
+					$(this).text($(this).text().trim())
+				})
+			}
+		 })
+		 </script>
+		 
 			 <div class="breadcrumb-wrapper">
                 <div class="container">
                     <div class="row">
@@ -186,65 +186,65 @@
                             &nbsp;
                             <span>
                                 当前位置:
-                                <a href="#"​>
+                                <a ​>
                                     网站首页
                                 </a>
                                 &gt
-                                <a href="#"​ class="data-title">
+                                <a ​ class="data-title">
                                    
                                 </a>
                             </span>
                         </div>
                     </div>
                 </div>
-            </div>
-			<style >
-			 .jp-desc-d{
-				display: -webkit-box;
-				            display: -moz-box;
-				            white-space: pre-wrap;
-				            word-wrap: break-word;
-				            overflow: hidden;
-				            text-overflow: ellipsis;
-				            -webkit-box-orient: vertical;
-				            -webkit-line-clamp:4;   /*显示行数*/
-			} 
-			</style>
-			<script type="text/text/x-jquery-tmpl" id="product-temp">
-				<div class="blog-article hentry format-image">
-				    <figure>
-				        <a class="c-thumblink" href="about.html?jpcode=${type}&id=${id}">
-				            <img class="img-responsive" alt="" src="${logo}"
-				            />
-				        </a>
-				    </figure>
-				    <div class="entry-summary post-summary">
-				        <header class="entry-header">
-				            <h2 class="entry-title post-title">
-				                <a href="about.html?jpcode=${type}&id=${id}"​ title="${title}">
-				                    ${title}
-				                </a>
-				            </h2>
-				        </header>
-				        <div class="entry-content jp-desc-d">
-				            <p class="d-desc">
-				                {{html content}}
-				            </p>
-				        </div>
-				        <a href="about.html?jpcode=${type}&id=${id}"​ class="read-more-link">
-				            查看详细
-				        </a>
-				    </div>
-				</div>
-				
+            </div>
+			<style >
+			 .jp-desc-d{
+				display: -webkit-box;
+				            display: -moz-box;
+				            white-space: pre-wrap;
+				            word-wrap: break-word;
+				            overflow: hidden;
+				            text-overflow: ellipsis;
+				            -webkit-box-orient: vertical;
+				            -webkit-line-clamp:4;   /*显示行数*/
+			} 
+			</style>
+			<script type="text/text/x-jquery-tmpl" id="product-temp">
+				<div class="blog-article hentry format-image">
+				    <figure>
+				        <a class="c-thumblink" href="${link}">
+				            <img class="img-responsive" alt="" src="${logo}"
+				            />
+				        </a>
+				    </figure>
+				    <div class="entry-summary post-summary">
+				        <header class="entry-header">
+				            <h2 class="entry-title post-title">
+				                <a href="${link}"​ title="${title}">
+				                    ${title}
+				                </a>
+				            </h2>
+				        </header>
+				        <div class="entry-content jp-desc-d">
+				            <p class="d-desc">
+				                {{html content}}
+				            </p>
+				        </div>
+				        <a href="${link}"​ class="read-more-link">
+				            查看详细
+				        </a>
+				    </div>
+				</div>
+				
 			</script>
             <div class="page-container" id="innerpage-wrap">
                 <div class="container">
                     <div class="row">
-                        <div class="main col-md-9 inner-left" role="main">
-							<article class="blog-wrap downlist-wrap proinfo-list data-product">
-							
-							</article>
+                        <div class="main col-md-9 inner-left" role="main">
+							<article class="blog-wrap downlist-wrap proinfo-list data-product">
+							
+							</article>
 							
                             <div class="pagination-wrap" style="display: none;">
                                 <div id="pages">
@@ -265,19 +265,19 @@
                                 </div>
                             </div>
                         </div>
-                      <div id="sidebar"></div>
-                      						<script>
-                      						$("#sidebar").load("common/sidebar.html");
-                      						</script>
+                      <div id="sidebar"></div>
+                      						<script>
+                      						$("#sidebar").load("common/sidebar.html");
+                      						</script>
 					</div>
                 </div>
             </div>
             <div class="for-bottom-padding">
             </div>
-           <div id="food"></div>
-           <script>
-           $("#food").load("common/foot.html")
-           </script>
+           <div id="food"></div>
+           <script>
+           $("#food").load("common/foot.html")
+           </script>
 		</div>
         <!--<script type="text/javascript" src="../js/jquery.bxslider.min.js"></script>
         <script type="text/javascript" src="../js/jquery.countto.js"></script>-->

+ 115 - 115
html/query.html

@@ -36,8 +36,8 @@
         <script type="text/javascript" src="../js/bootstrap.js">
         </script>
         <script type="text/javascript" src="../js/owl.carousel.min.js">
-        </script>
-		<script type="text/javascript" src="../js/script.js">
+        </script>
+		<script type="text/javascript" src="../js/script.js">
 		</script>
         <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at
         the end of file. -->
@@ -80,7 +80,7 @@
         <![endif]-->
         
         <title>
-            荆鹏软件集团有限公司
+            荆鹏集团
         </title>
     </head>
     
@@ -96,7 +96,7 @@
                 </p>
                 <p>
                     Please
-                    <a href="#"​>
+                    <a ​>
                         upgrade your browser
                     </a>
                     to improve your experience.
@@ -119,63 +119,63 @@
             </style>
         <![endif]-->
         <div id="container">
-         
-		 <div id="head"></div>
-		 <script>
-		 $("#head").load("common/head.html");
-		 $(function() {
-		 	
-		 	//公共属性
-		 	getData();
-		 	
-		 	function getData(){
-				$("[name=keyword]").val(Constant.query.keyword)
-		 		console.log(Constant)
-		 		$.post(Constant.serverUrl+"api/mhdata/getList",{
-		 									code:Constant.query.jpcode,
-		 									id:Constant.query.id,
-											pageSize:20,
-											title:Constant.query.keyword,
-											pageIndex:Constant.query.pageIndex,
-		 									isdetails:1
-		 		},function(data,status){
-		 			$(".data-title").text(data.data.dic.name)
-		 			var list=data.data.data.data;
-		 			
-					$("#product-temp").tmpl(list).prependTo(".data-product")
-					initpage(data.data.data,"query.html?jpcode="+Constant.query.jpcode)
-		 			
-		 		})
-		 	}
-			function initpage(data,html){
-				if(data.totalPage==0){
-					
-					return
-				}
-				$(".pagination-wrap").show()
-				$(".pagination-wrap").find(".a1").text(data.recordsTotal)
-				$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
-				var item=$(".pagination-wrap").find(".first");
-				
-				for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
-					if(i<=0||i>data.totalPage){
-						
-					}else if(i==data.pageNumber){
-						item.after("<span>"+i+"</span>")
-					}else{
-						item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
-					}
-				}
-				
-				$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
-				
-				$(".jp-desc-d").each(function(){
-					$(this).text($(this).text())
-				})
-			}
-		 })
-		 </script>
-		 
+         
+		 <div id="head"></div>
+		 <script>
+		 $("#head").load("common/head.html");
+		 $(function() {
+		 	
+		 	//公共属性
+		 	getData();
+		 	
+		 	function getData(){
+				$("[name=keyword]").val(Constant.query.keyword)
+		 		console.log(Constant)
+		 		$.post(Constant.serverUrl+"api/mhdata/getList",{
+		 									code:Constant.query.jpcode,
+		 									id:Constant.query.id,
+											pageSize:20,
+											title:Constant.query.keyword,
+											pageIndex:Constant.query.pageIndex,
+		 									isdetails:1
+		 		},function(data,status){
+		 			$(".data-title").text(data.data.dic.name)
+		 			var list=data.data.data.data;
+		 			
+					$("#product-temp").tmpl(list).prependTo(".data-product")
+					initpage(data.data.data,"query.html?jpcode="+Constant.query.jpcode)
+		 			
+		 		})
+		 	}
+			function initpage(data,html){
+				if(data.totalPage==0){
+					
+					return
+				}
+				$(".pagination-wrap").show()
+				$(".pagination-wrap").find(".a1").text(data.recordsTotal)
+				$(".pagination-wrap").find(".first").attr("href",html+"&pageIndex=1")
+				var item=$(".pagination-wrap").find(".first");
+				
+				for(var i= data.pageNumber+5;i>data.pageNumber-5 ;i--){
+					if(i<=0||i>data.totalPage){
+						
+					}else if(i==data.pageNumber){
+						item.after("<span>"+i+"</span>")
+					}else{
+						item.after("<a href='"+html+"&pageIndex="+i+"'​>"+i+"</a>")
+					}
+				}
+				
+				$(".pagination-wrap").find(".last").attr("href",html+"&pageIndex="+data.recordsTotal)
+				
+				$(".jp-desc-d").each(function(){
+					$(this).text($(this).text().trim())
+				})
+			}
+		 })
+		 </script>
+		 
 			 <div class="breadcrumb-wrapper">
                 <div class="container">
                     <div class="row">
@@ -188,65 +188,65 @@
                             &nbsp;
                             <span>
                                 当前位置:
-                                <a href="#"​>
+                                <a ​>
                                     网站首页
                                 </a>
                                 &gt
-                                <a href="#"​ class="data-title">
+                                <a ​ class="data-title">
                                    
                                 </a>
                             </span>
                         </div>
                     </div>
                 </div>
-            </div>
-			<style >
-			 .jp-desc-d{
-				display: -webkit-box;
-				            display: -moz-box;
-				            white-space: pre-wrap;
-				            word-wrap: break-word;
-				            overflow: hidden;
-				            text-overflow: ellipsis;
-				            -webkit-box-orient: vertical;
-				            -webkit-line-clamp:4;   /*显示行数*/
-			} 
-			</style>
-			<script type="text/text/x-jquery-tmpl" id="product-temp">
-				<div class="blog-article hentry format-image">
-				    <figure>
-				        <a class="c-thumblink" href="about.html?jpcode=${type}&id=${id}">
-				            <img class="img-responsive" alt="" src="${logo}"
-				            />
-				        </a>
-				    </figure>
-				    <div class="entry-summary post-summary">
-				        <header class="entry-header">
-				            <h2 class="entry-title post-title">
-				                <a href="about.html?jpcode=${type}&id=${id}"​ title="${title}">
-				                    ${title}
-				                </a>
-				            </h2>
-				        </header>
-				        <div class="entry-content jp-desc-d">
-				            <p class="d-desc">
-				                {{html content}}
-				            </p>
-				        </div>
-				        <a href="about.html?jpcode=${type}&id=${id}"​ class="read-more-link">
-				            查看详细
-				        </a>
-				    </div>
-				</div>
-				
+            </div>
+			<style >
+			 .jp-desc-d{
+				display: -webkit-box;
+				            display: -moz-box;
+				            white-space: pre-wrap;
+				            word-wrap: break-word;
+				            overflow: hidden;
+				            text-overflow: ellipsis;
+				            -webkit-box-orient: vertical;
+				            -webkit-line-clamp:4;   /*显示行数*/
+			} 
+			</style>
+			<script type="text/text/x-jquery-tmpl" id="product-temp">
+				<div class="blog-article hentry format-image">
+				    <figure>
+				        <a class="c-thumblink" href="${link}">
+				            <img class="img-responsive" alt="" src="${logo}"
+				            />
+				        </a>
+				    </figure>
+				    <div class="entry-summary post-summary">
+				        <header class="entry-header">
+				            <h2 class="entry-title post-title">
+				                <a href="${link}"​ title="${title}">
+				                    ${title}
+				                </a>
+				            </h2>
+				        </header>
+				        <div class="entry-content jp-desc-d">
+				            <p class="d-desc">
+				                {{html content}}
+				            </p>
+				        </div>
+				        <a href="${link}"​ class="read-more-link">
+				            查看详细
+				        </a>
+				    </div>
+				</div>
+				
 			</script>
             <div class="page-container" id="innerpage-wrap">
                 <div class="container">
                     <div class="row">
-                        <div class="main col-md-9 inner-left" role="main">
-							<article class="blog-wrap downlist-wrap proinfo-list data-product">
-							
-							</article>
+                        <div class="main col-md-9 inner-left" role="main">
+							<article class="blog-wrap downlist-wrap proinfo-list data-product">
+							
+							</article>
 							
                             <div class="pagination-wrap" style="display: none;">
                                 <div id="pages">
@@ -267,19 +267,19 @@
                                 </div>
                             </div>
                         </div>
-                      <div id="sidebar"></div>
-                      						<script>
-                      						$("#sidebar").load("common/sidebar.html");
-                      						</script>
+                      <div id="sidebar"></div>
+                      						<script>
+                      						$("#sidebar").load("common/sidebar.html");
+                      						</script>
 					</div>
                 </div>
             </div>
             <div class="for-bottom-padding">
             </div>
-           <div id="food"></div>
-           <script>
-           $("#food").load("common/foot.html")
-           </script>
+           <div id="food"></div>
+           <script>
+           $("#food").load("common/foot.html")
+           </script>
 		</div>
         <!--<script type="text/javascript" src="../js/jquery.bxslider.min.js"></script>
         <script type="text/javascript" src="../js/jquery.countto.js"></script>-->

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 299 - 648
html/time.html


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1471 - 7
js/jquery.artdialog.js


+ 1 - 50
js/script.js

@@ -198,56 +198,7 @@ $(document).ready(function($) {
 		e.stopPropagation();
 	});
 
-	/*-------------------------------------------------*/
-	/* =  fullwidth carousell
-	/*-------------------------------------------------*/
-	try {
-		// $("#owl-demo").owlCarousel({
-		// 	autoPlay: false,//8000
-		// 	items : 4,
-		// 	itemsDesktop : [1199,3],
-		// 	itemsDesktopSmall : [979,3],
-		// 	itemsTablet : [961,3],
-		// 	itemsTabletSmall : [768,2],
-		// 	itemsMobile : [479,1]
-		// });
-	} catch(err) {
-
-	}
-	try {
-		$("#owl-demo2").owlCarousel({
-			autoPlay: false,//8000
-			items : 5,
-			itemsDesktop : [1199,4],
-			itemsDesktopSmall : [979,3]
-		});
-	} catch(err) {
-
-	}
-	try {
-		$("#owl-demo3").owlCarousel({
-			autoPlay: false,//8000
-			items : 3,
-			itemsDesktop : [1199,3],
-			itemsDesktopSmall : [979,2]
-		});
-	} catch(err) {
-
-	}
-
-	try {
-		// $("#owl-demo4").owlCarousel({
-		// 	navigation : true,
-		// 	autoPlay: 8000,
-		// 	items : 5,
-		// 	itemsDesktop : [1199,4],
-		// 	itemsDesktopSmall : [979,3],
-		// 	itemsTabletSmall : [768,2],
-		// 	itemsMobile : [479,1]
-		// });
-	} catch(err) {
-
-	}
+ 
 
 	/*-------------------------------------------------*/
 	/* =  flexslider

BIN
picture/57368ff72b7fc.jpg


BIN
picture/573690a889b44.jpg


BIN
picture/573690bc6a256.jpg


BIN
picture/573693850e98c.jpg


BIN
picture/57369608d1425.jpg


BIN
picture/5736967766cae.jpg


BIN
picture/573696d0cb467.jpg


BIN
picture/5736971fdbacd.jpg


BIN
picture/57369754d6ea1.jpg


BIN
picture/573698365b3da.jpg


BIN
picture/5736989dd71ab.jpg


BIN
picture/57369946eb5e1.jpg


BIN
picture/5736b29068b5f.jpg


BIN
picture/5736b308786eb.jpg


BIN
picture/5736b394dfb7b.jpg


BIN
picture/5736b3ec9f637.jpg


BIN
picture/5736b3f3c9af8.jpg


BIN
picture/5736bbbd8f2e4.jpg


BIN
picture/5736bdb5724b6.jpg


BIN
picture/5736bdd8aea97.jpg


+ 0 - 0
picture/573699d3ab712.jpg → picture/default.jpg


BIN
picture/logo.png


BIN
picture/qrcode.png


Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott