Subversion Repositories wimsdev

Rev

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

  1. !if dontknow iswordof $error
  2.   ʵ¼ÊÉÏ×îºóÒ»²½
  3.   !if $step_reason=OK
  4.     ÊǶԵÄ. $step_remark
  5.   !else
  6.     ÊÇ´íµÄ. $step_remark
  7.     <div>
  8.     !read reasons/$step_reason.det
  9.     </div>
  10.     ×îºóÒ»²¿µÄÕýÈ·´ð¸´Ó¦Îª
  11.     <div class="wimscenter">
  12.     !line $step of $good
  13.     </div>
  14.   !endif
  15.   <p>
  16.    ¿ÉϧÄãûÓп´Çå.
  17.   </p>
  18.   !goto gnext
  19. !endif
  20.  
  21. <b>$wims_name_Error</b>
  22.  
  23. !if step_error iswordof $error
  24.   !if $step_reason=OK
  25.     µ«ÕâÒ»²½ÍêÈ«ÕýÈ·!
  26.     $step_remark
  27.   !else
  28.     !if $ask_reason>0 and $step_reason!=$ans
  29.       ²», ×îºóÒ»²½ÊÇ´íµÄ, µ«²»ÊÇÄã½²µÄÀíÓÉ.
  30.     !else
  31.       ²», ×îºóÒ»²½È·ÊµÊÇ´íµÄ.
  32.     !endif
  33.     $step_remark
  34.     <div>
  35.     !read reasons/$step_reason.det
  36.     </div>
  37.     ×îºóÒ»²½µÄÕýÈ·´ð°¸Ó¦Îª
  38.     <div class="wimscenter">
  39.     !line $step of $good
  40.     </div>
  41.   !endif
  42.   :gnext
  43.   <p>
  44.   !if $step<$stepcnt
  45.     !href cmd=reply&ans=next תµ½ÏÂÒ»²½.
  46.   !else
  47.     Á·Ï°½áÊø. µÃ·Ö: $module_score/10.
  48.   !endif
  49.   </p>
  50.   !exit
  51. !endif
  52.  
  53. !if bad_step iswordof $error
  54.   !if $badstep=0
  55.     ÄãÈÏΪȫ²¿ÕýÈ·.
  56.   !else
  57.     ÄãÈÏΪ´ÓµÚ$badstep²½¿ªÊ¼³ö´í.
  58.   !endif
  59.   !if $bad_steps=$empty
  60.     Äã´íÁË: ËùÓв½Öè¶¼¶Ô.
  61.     <p>
  62.     !line $badstep of $remarks
  63.     </p>
  64.   !else
  65.     ²», <em>Ê×ÏÈ</em>³ö´íµÄÊǵÚ$sss²½.
  66.     !if $badstep>0
  67.       !if $badstep isitemof $bad_steps
  68.         µÚ$badstep²½È·Êµ´íÁË, µ«Õâ²»ÊÇ×îÔç³ö´íµÄµØ·½.
  69.       !else
  70.         ǡǡÏà·´, µÚ$badstep²½ÊǶԵÄ.
  71.       !endif
  72.     !else
  73.       $bad_reason
  74.       <div>
  75.       !set rrr=!item 1 of $bad_reasons
  76.       !read reasons/$rrr.det
  77.       </div>
  78.     !endif
  79.   !endif
  80.   <p>µÃ·Ö: $module_score/10.</p>
  81.   !exit
  82. !endif
  83.  
  84. !msg $error
  85.