Rev 5824 | Rev 13705 | 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 | |||
5724 | bpr | 18 | <h2 class="wimscenter">$(title$field)</h2> |
23 | reyssat | 19 | |
20 | !if $field=1 |
||
6133 | bpr | 21 | <div class="bold">$desc</div> |
23 | reyssat | 22 | !endif |
23 | $(help$field) |
||
24 | |||
5824 | bpr | 25 | !if $field=1 |
26 | <div class="wims_small_remark"> |
||
27 | $credits_help |
||
28 | </div> |
||
29 | !endif |
||
5724 | bpr | 30 | |
23 | reyssat | 31 | !if $(name$field) iswordof $model_random |
2455 | bpr | 32 | $name_random |
23 | reyssat | 33 | !endif |
34 | |||
35 | !if $(name$field) iswordof $model_computed $model_random |
||
36 | <p> |
||
2455 | bpr | 37 | !href cmd=help&special_parm=parameters $name_detail_parm |
6133 | bpr | 38 | </p> |
23 | reyssat | 39 | !endif |
6133 | bpr | 40 | <br class="spacer"/> |