Subversion Repositories wimsdev

Rev

Rev 6848 | Rev 16687 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6848 Rev 12490
Line 1... Line 1...
1
!!##language independant
1
!!##language independant
2
 !if $parm1=$empty
2
!if $parm1=$empty
3
  !exit
3
  !exit
4
 !endif
4
!endif
5
!if \ isin $parm1$parm2$parm3$parm4
5
!if \ isin $parm1$parm2$parm3$parm4
6
 !for p in 1,2,3,4
6
  !for p in 1,2,3,4
7
  !set parm$p=!slashsubst $(parm$p)
7
    !set parm$p=!slashsubst $(parm$p)
8
 !next p
8
  !next p
9
!endif
9
!endif
10
!if / isin $parm1
10
!if / isin $parm1
11
 !default parm4=style="width:90%;height:300px;"
11
  !default parm4=style="width:90%;height:300px;"
12
 !set parm3=!replace internal &+ by ; in $parm3
12
  !set parm3=!replace internal &+ by ; in $parm3
13
 !set parm3=!replace internal & by ; in $parm3
13
  !set parm3=!replace internal & by ; in $parm3
14
 !set parm3=!replace internal &+ by ; in $parm3
14
  !set parm3=!replace internal &+ by ; in $parm3
15
 !set parm3=!replace internal & by ; in $parm3
15
  !set parm3=!replace internal & by ; in $parm3
16
 <iframe src="wims.cgi?module=adm/raw&amp;job=lightpopup&amp;emod=$parm1&amp;parm=$parm3;cmd=new;&amp;option=noabout" $parm4></iframe>
16
  <iframe src="wims.cgi?module=adm/raw&amp;job=lightpopup&amp;emod=$parm1&amp;parm=$parm3;cmd=new;&amp;option=noabout" $parm4></iframe>
17
!exit
17
  !exit
18
!endif
18
!endif
19
 !reset titb
19
!reset titb
20
 !read $wims_priv_thisdoc/$parm1.def
20
!read $wims_priv_thisdoc/$parm1.def
21
 !set prompt=!item 2 to -1 of $parms
21
!set prompt=!item 2 to -1 of $parms
22
 !default prompt=$titb
22
!default prompt=$titb
23
 !if $titb=$empty
23
!if $titb=$empty
24
  !default prompt=<span class="tt">$parm1</span>
24
  !default prompt=<span class="tt">$parm1</span>
25
  $prompt
25
  $prompt
26
  !if $editable=yes
26
  !if $editable=yes
27
    <span class="small">[
27
    <span class="small">[
28
    !href cmd=reply&job=edit&block=$parm1 $n_create
28
    !href cmd=reply&job=edit&block=$parm1 $n_create
29
    ]</span>
29
    ]</span>
30
  !else
-
 
31
    <span class="small">$n_nonavailable</span>
-
 
32
  !endif
-
 
33
 !else
30
 !else
-
 
31
    <span class="small">$n_nonavailable</span>
-
 
32
 !endif
-
 
33
!else
34
  <a id="$parm1"></a>
34
  <a id="$parm1"></a>
35
  $prompt
35
  $prompt
36
  !if $editable=yes
36
  !if $editable=yes
37
   <span class="small">[
37
    <span class="small">[
38
   !href cmd=reply&job=edit&doc=$doc&block=$parm1 $wims_name_Edit
38
    !href cmd=reply&job=edit&doc=$doc&block=$parm1 $wims_name_Edit
39
   ]</span>
39
    ]</span>
40
  !endif
40
  !endif
41
  !read $wims_priv_thisdoc/$parm1.def content
41
  !read $wims_priv_thisdoc/$parm1.def content
42
  !set gotblock=!append item $parm1 to $gotblock
42
  !set gotblock=!append item $parm1 to $gotblock
43
 !endif
43
!endif
44
 
-