Subversion Repositories wimsdev

Rev

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

  1. ±¾ÎļþÉÐδÍê³É ...
  2. <p>
  3. Ðí¶à¿ªÔ´µÄ Java С¹¤¾ß(applets) ÂÔ×÷Ð޸ľÍÄÜÓÃÓÚ WIMS.<br>
  4. ÀýÈ磬WIMS ¿ÉÒÔ¶¯Ì¬µØÉèÖÃС¹¤¾ß,
  5. ѧÉúÔÚС¹¤¾ßÀïµÄ»î¶¯±»¶ÁÈ¡²¢ËÍ»Ø WIMS ×÷Ϊ»Ø´ð.
  6. (ͨ¹ý java ½Å±¾)
  7.  
  8. !read tabletheme
  9. !set cnt=!recordcnt interface2
  10. !for j=1 to $cnt
  11.   !set interf=!record $j of interface2
  12. !!$table_header
  13. <table class="wimstable" bgcolor="#a08060" border="0" cellpadding="3" cellspacing="1" width="75%">
  14.  
  15. $table_tr
  16. <th width="150">$wims_name_name</th><td>
  17. !line 1 of $interf
  18. </td>
  19. $table_tr
  20. <th>$wims_name_Author</th><td>
  21. !line 2 of $interf
  22. !!!exec $name about
  23. </td>
  24. $table_tr
  25. <th>$wims_name_Address</th><td>
  26. !line 3 of $interf
  27. </td>
  28. $table_tr
  29. <th>Use</th><td>
  30. !line 4 of $interf
  31. </td>
  32. $table_end
  33. <p>
  34. !next
  35.