| 
									
										
										
										
											2020-11-26 10:28:53 +08:00
										 |  |  | {layout name="layout" /} | 
					
						
							| 
									
										
										
										
											2020-12-03 15:33:56 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | <!-- banner --> | 
					
						
							|  |  |  | <div class="page-banner w-100" style="background-image: url({:getImgSrc($topCategory, '__IMG__/page_ban3.jpg')});"> | 
					
						
							|  |  |  |     <div class="info"> | 
					
						
							|  |  |  |         <div class="w-1200"> | 
					
						
							|  |  |  |             <strong>{$topCategory.title ?? ''}</strong> | 
					
						
							|  |  |  |             <p>{:nl2br($topCategory.description ?? '')}</p> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!--  --> | 
					
						
							|  |  |  | <div class="all-center-box"> | 
					
						
							|  |  |  |     <div class="news-info w-100"> | 
					
						
							| 
									
										
										
										
											2020-12-17 10:14:38 +08:00
										 |  |  | 		<div class="w-1200 product-title-box"> | 
					
						
							|  |  |  | 			{if isset($categoryChildren) && count($categoryChildren) >0} | 
					
						
							|  |  |  | 			{foreach $categoryChildren as $idx => $cate} | 
					
						
							|  |  |  | 			{php} | 
					
						
							|  |  |  | 				$active = ''; | 
					
						
							|  |  |  | 				if($categoryId == $cate['id']) { | 
					
						
							|  |  |  | 					$active = 'active'; | 
					
						
							|  |  |  | 				} elseif ($categoryId == $topCategory['id'] && $idx == 0) { | 
					
						
							|  |  |  | 					$active = 'active'; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			{/php} | 
					
						
							|  |  |  | 			<div class="product-item {$active}"> | 
					
						
							|  |  |  | 				<a href="{:url('article/index', ['category_id'=>$cate.id])}">{$cate.title}</a> | 
					
						
							|  |  |  | 			</div> | 
					
						
							|  |  |  | 			{/foreach} | 
					
						
							|  |  |  | 			{/if} | 
					
						
							|  |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2020-12-03 15:33:56 +08:00
										 |  |  |         <div class="w-1200"> | 
					
						
							|  |  |  |             <div class="top-box w-100"> | 
					
						
							|  |  |  |                 <span>{$article.title}</span> | 
					
						
							|  |  |  |                 <p>{$article.create_time|date="Y/m/d"}</p> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div class="cen-box w-100"> | 
					
						
							|  |  |  |                 {:nl2br($article.content)} | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div class="lower-box w-100"> | 
					
						
							|  |  |  |                 <p> | 
					
						
							|  |  |  |                     {if isset($prev) && count($prev) >0} | 
					
						
							| 
									
										
										
										
											2020-12-04 15:55:52 +08:00
										 |  |  |                     <a href="{:url('article/detail', ['id' => $prev.id, 'source'=>$currentCateId])}">上一篇</a> | 
					
						
							| 
									
										
										
										
											2020-12-03 15:33:56 +08:00
										 |  |  |                     {/if} | 
					
						
							| 
									
										
										
										
											2020-12-08 18:10:43 +08:00
										 |  |  |                     {if (isset($prev) && count($prev) >0) && (isset($next) && count($next) >0)}/{/if} | 
					
						
							| 
									
										
										
										
											2020-12-03 15:33:56 +08:00
										 |  |  |                     {if isset($next) && count($next) >0} | 
					
						
							| 
									
										
										
										
											2020-12-04 15:55:52 +08:00
										 |  |  |                     <a href="{:url('article/detail', ['id' => $next.id, 'source'=>$currentCateId])}">下一篇</a> | 
					
						
							| 
									
										
										
										
											2020-12-03 15:33:56 +08:00
										 |  |  |                     {/if} | 
					
						
							|  |  |  |                 </p> | 
					
						
							| 
									
										
										
										
											2020-12-08 16:11:04 +08:00
										 |  |  |                 <a href="{:url('article/index', ['category_id'=>$currentCateId])}" class="btns">返回</a> | 
					
						
							| 
									
										
										
										
											2020-12-03 15:33:56 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </div> |