Rev 6133 | Rev 15178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6133 | Rev 13705 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !if $field=$empty |
4 | !if $field=$empty |
5 | !exit |
5 | !exit |
6 | !endif |
6 | !endif |
7 | 7 | ||
8 | !read help/$lang/model.phtml |
8 | !read help/$lang/model.phtml |
9 | 9 | ||
10 | !if $(special_parm[3])!=$empty |
10 | !if $(special_parm[3])!=$empty |
11 | !readproc model/cut.proc model/$lang/src/$(special_parm[3]).oef |
11 | !readproc model/cut.proc model/$lang/src/$(special_parm[3]).oef |
12 | !set title$field=$model_title |
12 | !set title$field=$model_title |
13 | !else |
13 | !else |
14 | !readproc model/cut.proc |
14 | !readproc model/cut.proc |
15 | !set title1=$model_title |
15 | !set title1=$model_title |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | <h2 class="wimscenter">$(title$field)</h2> |
18 | <h2 class="wimscenter">$(title$field)</h2> |
19 | 19 | ||
20 | !if $field=1 |
20 | !if $field=1 |
21 | <div class="bold">$desc</div> |
21 | <div class="bold">$desc</div> |
22 | !endif |
22 | !endif |
23 | $(help$field) |
23 | $(help$field) |
24 | 24 | ||
25 | !if $field=1 |
25 | !if $field=1 |
26 | <div class=" |
26 | <div class="wims_smallremark"> |
27 | $credits_help |
27 | $credits_help |
28 | </div> |
28 | </div> |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | !if $(name$field) iswordof $model_random |
31 | !if $(name$field) iswordof $model_random |
32 | $name_random |
32 | $name_random |
33 | !endif |
33 | !endif |
34 | 34 | ||
35 | !if $(name$field) iswordof $model_computed $model_random |
35 | !if $(name$field) iswordof $model_computed $model_random |
36 | <p> |
36 | <p> |
37 | !href cmd=help&special_parm=parameters $name_detail_parm |
37 | !href cmd=help&special_parm=parameters $name_detail_parm |
38 | </p> |
38 | </p> |
39 | !endif |
39 | !endif |
40 | <br class="spacer"/> |
40 | <br class="spacer"/> |