Rev 5903 | Rev 6848 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1685 | bpr | 1 | !!##language independant |
20 | reyssat | 2 | !if $parm1=$empty |
3 | !exit |
||
4 | !endif |
||
5 | !if \ isin $parm1$parm2$parm3$parm4 |
||
6 | !for p in 1,2,3,4 |
||
7 | !set parm$p=!slashsubst $(parm$p) |
||
8 | !next p |
||
9 | !endif |
||
3616 | bpr | 10 | !if / isin $parm1 |
11 | <iframe src="wims.cgi?module=adm/raw&job=lightpopup&noabout=yes&emod=$parm1&parm=$parm3&option=noabout" |
||
5640 | bpr | 12 | style="width:100%;height:100%;min-height:700px;"></iframe> |
3616 | bpr | 13 | !exit |
14 | !endif |
||
20 | reyssat | 15 | !reset titb |
16 | !read $docdir/$doc/$parm1.def |
||
17 | !set prompt=!item 2 to -1 of $parms |
||
18 | !default prompt=$titb |
||
19 | !if $titb=$empty |
||
5903 | bpr | 20 | !default prompt=<span class="tt">$parm1</span> |
20 | reyssat | 21 | $prompt |
5971 | bpr | 22 | <span class="small">$n_nonavailable</span> |
20 | reyssat | 23 | !else |
5894 | bpr | 24 | <a id="$parm1"></a> |
20 | reyssat | 25 | $prompt |
26 | !read $docdir/$doc/$parm1.def content |
||
27 | !set gotblock=!append item $parm1 to $gotblock |
||
28 | !endif |
||
3616 | bpr | 29 |