Subversion Repositories wimsdev

Rev

Rev 6249 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2.  
  3.  <b>´¿Îı¾.</b>
  4.  (Ãû³Æ: <span class="tt">raw</span>)
  5.  <br>
  6. ÓÃÓÚÓëÕýÈ·´ð°¸±È½ÏµÄÎı¾. ÏÂÃæµÄÑ¡Ïî¾ö¶¨ÁËÔÚ½øÐбȽÏǰÐèÒª×÷ÔõÑùµÄ±ä»».
  7. Èç¹ûûÓиø³öÑ¡Ïî, ÔòÖ»³ýÈ¥Ê×βµÄ¿Õ¸ñ. ʹÓÃÕâ¸ö¸ñʽҪСÐÄ, ÔÚĬÈÏÇéÐÎ,
  8. ¶àÒ»¸ö¿Õ¸ñ¾Í±»ÈÏΪ²»Í¬µÄ! ÕâÖ÷ÒªÓÃÓÚ×÷ÕßÊÖ¹¤´ò·Ö.
  9.  
  10.  
  11. !set p=anstype.$lang/raw
  12. !readproc tabletheme
  13. $table_header
  14. !set caption=!record 1 of help/$p
  15.   <caption>$caption</caption>
  16.   !set header=!record 2 of help/$p
  17.   $table_tr<th>$(header[1])</th><th>$(header[2])</th></tr>
  18.   !set cnt_record=!recordcnt help/$p
  19.   !for u= 3 to $cnt_record
  20.     !set l_=!record $u of help/$p
  21.     $table_tr<td class="tt">
  22. !line 1 of $l_
  23.     </td><td>
  24. !line 2 of $l_
  25.    </td>
  26.   !next
  27. $table_end
  28.