Rev 17055 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !if $option iswordof newcase |
17065 | bpr | 2 | !changeto deduc/form$option.phtml |
20 | reyssat | 3 | !endif |
4 | |||
5 | !if $casefinished!=$empty |
||
16121 | bpr | 6 | $(name_form1_1[1]) |
16114 | bpr | 7 | !htmlmath $casefinished |
16121 | bpr | 8 | $(name_form1_1[2]). |
20 | reyssat | 9 | !endif |
10 | |||
11 | !if $casecnt>1 |
||
16114 | bpr | 12 | !if $casecnt<3 |
13 | !if $casefinished!=$empty |
||
16121 | bpr | 14 | $(name_form1_2[1]): |
16114 | bpr | 15 | !else |
16121 | bpr | 16 | $(name_form1_2[2]): |
16114 | bpr | 17 | !endif |
20 | reyssat | 18 | !else |
16114 | bpr | 19 | !if $casefinished!=$empty |
16121 | bpr | 20 | $(name_form1_3[1]) |
16114 | bpr | 21 | !else |
16121 | bpr | 22 | $(name_form1_3[2]) |
16114 | bpr | 23 | !endif |
16121 | bpr | 24 | !href cmd=reply&opt=newcase $[$casecnt-1] $(name_form1_3[3]) |
25 | $(name_form1_3[4]): |
||
20 | reyssat | 26 | !endif |
16114 | bpr | 27 | !htmlmath $caseid |
28 | <br /> |
||
20 | reyssat | 29 | !endif |
30 | |||
31 | !form reply |
||
32 | !if $currstep=1 |
||
16118 | bpr | 33 | <p> |
16121 | bpr | 34 | $name_form1_4 |
16118 | bpr | 35 | </p> |
16121 | bpr | 36 | $(name_form1_5[1]): |
20 | reyssat | 37 | !else |
16121 | bpr | 38 | $(name_form1_5[2]) $currstep: |
20 | reyssat | 39 | !endif |
16118 | bpr | 40 | <small>[ |
41 | !href cmd=help&help_subject=methall&special_parm=$thisexo $wims_name_help |
||
42 | ] |
||
43 | !set random1=!randint 1,10^6 |
||
44 | !set random2=!randint 1,10^6 |
||
45 | !set random=$random1.$random2 |
||
46 | [ |
||
16120 | bpr | 47 | !href cmd=help&help_subject=status&special_parm=$random $name_state |
16118 | bpr | 48 | ]</small> <br/> |
20 | reyssat | 49 | !set n_=!linecnt $m_context |
50 | !reset l_,t_ |
||
51 | !if $n_>10 and prf/cleanhyp notitemof $mthlist |
||
16118 | bpr | 52 | !set l_=,prf/cleanhyp |
16121 | bpr | 53 | !set t_=,$name_form1_erasehyp |
20 | reyssat | 54 | !endif |
55 | !formselect method list -,$mthlist$l_ prompt $ch_choose,$mtitles$t_ |
||
16121 | bpr | 56 | <input type="submit" value="$name_continue" /> |
20 | reyssat | 57 | |
5928 | bpr | 58 | !formend |