Rev 5894 | Rev 6848 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5894 | Rev 5971 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | !reset titb |
15 | !reset titb |
16 | !read $wims_priv_thisdoc/$parm1.def |
16 | !read $wims_priv_thisdoc/$parm1.def |
17 | !set prompt=!item 2 to -1 of $parms |
17 | !set prompt=!item 2 to -1 of $parms |
18 | !default prompt=$titb |
18 | !default prompt=$titb |
19 | !if $titb=$empty |
19 | !if $titb=$empty |
20 | !default prompt=< |
20 | !default prompt=<span class="tt">$parm1</span> |
21 | $prompt |
21 | $prompt |
22 | !if $editable=yes |
22 | !if $editable=yes |
23 | <small>[ |
23 | <span class="small">[ |
24 | !href cmd=reply&job=edit&block=$parm1 $n_create |
24 | !href cmd=reply&job=edit&block=$parm1 $n_create |
25 | ]</ |
25 | ]</span> |
26 | !else |
26 | !else |
27 | < |
27 | <span class="small">$n_nonavailable</span> |
28 | !endif |
28 | !endif |
29 | !else |
29 | !else |
30 | <a id="$parm1"></a> |
30 | <a id="$parm1"></a> |
31 | $prompt |
31 | $prompt |
32 | !if $editable=yes |
32 | !if $editable=yes |
33 | <small>[ |
33 | <span class="small">[ |
34 | !href cmd=reply&job=edit&doc=$doc&block=$parm1 $wims_name_Edit |
34 | !href cmd=reply&job=edit&doc=$doc&block=$parm1 $wims_name_Edit |
35 | ]</ |
35 | ]</span> |
36 | !endif |
36 | !endif |
37 | !read $wims_priv_thisdoc/$parm1.def content |
37 | !read $wims_priv_thisdoc/$parm1.def content |
38 | !set gotblock=!append item $parm1 to $gotblock |
38 | !set gotblock=!append item $parm1 to $gotblock |
39 | !endif |
39 | !endif |
40 | 40 |