1. <div class="jh_showpic"> 
  2.     [loop] 
  3.         [order=1
  4.             <div class="jh_sp_datu"> 
  5.                 <a href="{url}"{target}> 
  6.                     <img src="{pic}" width="{picwidth}" height="{picheight}" /> 
  7.                     <span>{title}</span> 
  8.                 </a> 
  9.             </div> 
  10.  
  11.             <div class="jh_sp_list"> 
  12.                 <ul> 
  13.         [/order] 
  14.                     <li> 
  15.                         <a href="{url}"{target}> 
  16.                             <img src="{pic}" width="{picwidth}" height="{picheight}" /> 
  17.                             <span>{title}</span> 
  18.                         </a> 
  19.                     </li> 
  20.     [/loop] 
  21.                 </ul> 
  22.             </div> 
  23. </div>