Rev 7210 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7210 | Rev 17234 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | 20 | ||
21 | !exit |
21 | !exit |
22 | :form |
22 | :form |
23 | $methhelp |
23 | $methhelp |
24 | <p> |
24 | <p> |
25 | ÕâÀïÊǵ±Ç°µÄ¼ÙÉè. ±ê¼ÇÄãÏëɾ³ýµÄ¼ÙÉè. |
25 | ÕâÀïÊǵ±Ç°µÄ¼ÙÉè. ±ê¼ÇÄãÏëɾ³ýµÄ¼ÙÉè. |
26 | </p><ul> |
26 | </p><ul> |
27 | !for i=1 to $N_ |
27 | !for i=1 to $N_ |
28 | !set l=!line $i of $m_context |
28 | !set l=!line $i of $m_context |
29 | <li> <input type="checkbox" name="methparm1" value="$i" |
29 | <li> <input type="checkbox" name="methparm1" value="$i"> \($l)</li> |
30 | !next i |
30 | !next i |
31 | </ul> |
31 | </ul> |
32 | !exit |
32 | !exit |
33 | :check |
33 | :check |
34 | !reset newobject,oldobject |
34 | !reset newobject,oldobject |
Line 45... | Line 45... | ||
45 | !endif |
45 | !endif |
46 | !next i |
46 | !next i |
47 | m_context=$nc |
47 | m_context=$nc |
48 | !read deduc/objects.combine |
48 | !read deduc/objects.combine |
49 | methexp=ɾ³ý $n_ hypotheses |
49 | methexp=ɾ³ý $n_ hypotheses |
50 | 50 | ||
51 | !exit |
51 | !exit |
52 | 52 |