| 
									
										
										
										
											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"> | 
					
						
							|  |  |  |         <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} | 
					
						
							|  |  |  |                     {if (isset($prev) && count($prev) >0) && (isset($next) && count($next) >0)} / {/if} | 
					
						
							|  |  |  |                     {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> |