Subversion Repositories wimsdev

Rev

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

  1. ±¾ÎļþÉÐδÍê³É ...
  2. WIMS ÌṩһЩ±ØÐëµ¥¶À°²×°µÄÈí¼þ°üµÄ½çÃæ.
  3.  
  4. !read tabletheme
  5. !set cnt=!recordcnt interface0
  6. !for j=1 to $cnt
  7.   !set interf=!record $j of interface0
  8. $table_header
  9. $table_tr
  10. <th width="150">$wims_name_name</th><td>
  11. !line 1 of $interf
  12. </td>
  13. $table_tr
  14. <th>$wims_name_Author</th><td>
  15. !line 2 of $interf
  16. !!!exec $name about
  17. </td>
  18. $table_tr
  19. <th>$wims_name_Address</th><td>
  20. !line 3 of $interf
  21. </td>
  22. $table_tr
  23. <th>ÓÃ;</th><td>
  24. !line 4 of $interf
  25. </td>
  26. $table_end
  27. <p>
  28. !next
  29.  
  30. <h2>WIMS ÄÚ²¿Èí¼þ</h2>
  31. !set cnt=!recordcnt interface1
  32. !for j=1 to $cnt
  33.   !set interf=!record $j of interface1
  34. $table_header
  35. $table_tr
  36. <th width="150">$wims_name_name</th><td>
  37. !set name=!line 1 of $interf
  38. !line 1 of $interf
  39. </td>
  40. $table_tr<th>$wims_name_Author</th>
  41. <td>
  42. !line 2 of $interf
  43. !!!exec $name about
  44. </td>
  45. $table_tr<th>ÓÃ;</th>
  46. <td>
  47. !line 3 of $interf
  48. </td>
  49. $table_tr<th>ÊäÈëÊý¾Ý</th>
  50. <td>
  51. !line 4 of $interf
  52. </td>
  53. $table_tr<th>Êä³öÊý¾Ý</th>
  54. <td>
  55. !line 5 of $interf
  56. </td>
  57. $table_tr<th>Àý</th><td>
  58. !set example=!line 7 of $interf
  59. !if $example!=
  60. !set example=!replace internal \\ by $\
  61. $ in $example
  62. !set example=!replace internal xx by in $example
  63. !set example0=!line 6 of $interf
  64. !set example0=!replace internal \\ by $\
  65. $ in $example0
  66. !set u=!linecnt $example0
  67. !for a=1 to $u
  68.   !set a1=!replace internal = by , in $a1
  69.   !set $(a1[1])=$(a1[2])
  70. !next
  71. <pre>
  72. <font color="green">$example0
  73. $name $example</font></pre>
  74.  <br>
  75.  <pre>
  76.  !exec $name $example
  77.  </pre>
  78. !endif
  79. $table_tr
  80. $table_end
  81. <p>
  82. !next
  83.