Subversion Repositories wimsdev

Rev

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

Rev 15909 Rev 15986
Line 8... Line 8...
8
!if yes isin $wims_lightpopup
8
!if yes isin $wims_lightpopup
9
  !if $wims_lightpopup_option=$empty
9
  !if $wims_lightpopup_option=$empty
10
    !set 1_=!append line itemsep,0, $wims_name_devwims to $1_
10
    !set 1_=!append line itemsep,0, $wims_name_devwims to $1_
11
    !set 1_=!append line itemsep,0, $wims_name_Author: $module_author to $1_
11
    !set 1_=!append line itemsep,0, $wims_name_Author: $module_author to $1_
12
    !set wims_rm_2=$1_
12
    !set wims_rm_2=$1_
13
    !goto rmend
-
 
14
  !else
13
  !else
15
    !if about isitemof $wims_lightpopup_option
14
    !if about isitemof $wims_lightpopup_option
16
      !set 1_=!append line about,4,module=$module&cmd=help&special_parm=about,mhelp to $1_
15
      !set 1_=!append line about,4,module=$module&cmd=help&special_parm=about,mhelp to $1_
17
    !endif
16
    !endif
18
    !set wims_rm_1=$1_
17
    !set wims_rm_1=$1_
19
    !goto rmend
-
 
20
  !endif
18
  !endif
-
 
19
  !goto rmend
21
!endif
20
!endif
22
 
21
 
23
!if robot isin $session or _check isin $session
22
!if robot isin $session or _check isin $session
24
  !if robot isin $session and wims.unice.fr notin $httpd_SERVER_NAME\
23
  !if robot isin $session and wims.univ-cotedazur.fr notin $httpd_SERVER_NAME\
25
      and $cmd iswordof new intro
24
      and $cmd iswordof new intro
26
    !set wims_c1=!char 1 of $module
25
    !set wims_c1=!char 1 of $module
27
    !if $wims_c1 isin ABCDEFGHIJKLMNOPQRSTUVWXYZ or ../tool isin ../$module
26
    !if $wims_c1 isin ABCDEFGHIJKLMNOPQRSTUVWXYZ or ../tool isin ../$module
28
      !set wims_md=!translate . to , in $module
27
      !set wims_md=!translate . to , in $module
29
      !set wims_md=!item -1 of $wims_md
28
      !set wims_md=!item -1 of $wims_md
30
      !set wims_mdcnt=!charcnt $wims_md
29
      !set wims_mdcnt=!charcnt $wims_md
31
      !if $wims_mdcnt=2
30
      !if $wims_mdcnt=2
32
        !set wims_ff=!translate / to ~ in $module
31
        !set wims_ff=!translate / to ~ in $module
33
        <small><a href="http://wims.unice.fr/wims/$(wims_md)_$wims_ff.html">The most recent version</a></small><br/>
32
        <small><a href="https://wims.univ-cotedazur.fr/wims/$(wims_md)_$wims_ff.html">The most recent version</a></small><br/>
34
      !endif
33
      !endif
35
    !endif
34
    !endif
36
  !endif
35
  !endif
37
  !changeto robotref.phtml
36
  !changeto robotref.phtml
38
!endif
37
!endif