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 |
||
13705 | obado | 5 | !exit |
23 | reyssat | 6 | !endif |
7 | |||
2455 | bpr | 8 | !read help/$lang/model.phtml |
23 | reyssat | 9 | |
10 | !if $(special_parm[3])!=$empty |
||
13705 | obado | 11 | !readproc model/cut.proc model/$lang/src/$(special_parm[3]).oef |
12 | !set title$field=$model_title |
||
23 | reyssat | 13 | !else |
13705 | obado | 14 | !readproc model/cut.proc |
15 | !set title1=$model_title |
||
23 | reyssat | 16 | !endif |
17 | |||
5724 | bpr | 18 | <h2 class="wimscenter">$(title$field)</h2> |
23 | reyssat | 19 | |
20 | !if $field=1 |
||
13705 | obado | 21 | <div class="bold">$desc</div> |
23 | reyssat | 22 | !endif |
23 | $(help$field) |
||
24 | |||
5824 | bpr | 25 | !if $field=1 |
15178 | lemaire | 26 | <hr /> |
27 | <div class="wims_smallremark"><h3>$wims_name_help</h3> |
||
28 | $image_help |
||
29 | $math_help |
||
13705 | obado | 30 | $credits_help |
31 | </div> |
||
5824 | bpr | 32 | !endif |
5724 | bpr | 33 | |
23 | reyssat | 34 | !if $(name$field) iswordof $model_random |
13705 | obado | 35 | $name_random |
23 | reyssat | 36 | !endif |
37 | |||
38 | !if $(name$field) iswordof $model_computed $model_random |
||
13705 | obado | 39 | <p> |
40 | !href cmd=help&special_parm=parameters $name_detail_parm |
||
41 | </p> |
||
23 | reyssat | 42 | !endif |
6133 | bpr | 43 | <br class="spacer"/> |