Rev 23 | Rev 5724 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !set field=!item 2 of $special_parm |
||
3 | |||
4 | !if $field=$empty |
||
5 | !exit |
||
6 | !endif |
||
7 | |||
2455 | bpr | 8 | !read help/$lang/model.phtml |
23 | reyssat | 9 | |
10 | !if $(special_parm[3])!=$empty |
||
2455 | bpr | 11 | !readproc model/cut.proc model/$lang/src/$(special_parm[3]).oef |
23 | reyssat | 12 | !set title$field=$model_title |
13 | !else |
||
14 | !readproc model/cut.proc |
||
15 | !set title1=$model_title |
||
16 | !endif |
||
17 | |||
18 | <center><h2>$(title$field)</h2></center> |
||
19 | |||
20 | !if $field=1 |
||
21 | <center><b>$desc</b></center> <p> |
||
22 | !endif |
||
23 | |||
24 | $(help$field) |
||
25 | |||
26 | !if $(name$field) iswordof $model_random |
||
2455 | bpr | 27 | $name_random |
23 | reyssat | 28 | !endif |
29 | |||
30 | !if $(name$field) iswordof $model_computed $model_random |
||
31 | <p> |
||
2455 | bpr | 32 | !href cmd=help&special_parm=parameters $name_detail_parm |
23 | reyssat | 33 | !endif |
34 |