Subversion Repositories wimsdev

Rev

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

Rev 16169 Rev 16172
Line 44... Line 44...
44
!default slib_type=card
44
!default slib_type=card
45
slib_plural=!getopt plural in $slib_options
45
slib_plural=!getopt plural in $slib_options
46
!default slib_plural=no
46
!default slib_plural=no
47
slib_fden=!getopt fracdenom in $slib_options
47
slib_fden=!getopt fracdenom in $slib_options
48
!default slib_fden=yes
48
!default slib_fden=yes
49
slib_variant=!getopt variant in $slib_options
-
 
50
slib_variant7=!getopt 70 in $slib_options
49
slib_variant7=!getopt 70 in $slib_options
51
slib_variant8=!getopt 80 in $slib_options
50
slib_variant8=!getopt 80 in $slib_options
52
slib_variant9=!getopt 90 in $slib_options
51
slib_variant9=!getopt 90 in $slib_options
53
slib_language= $(wims_read_parm[2])
52
slib_language= $(wims_read_parm[2])
54
!if $slib_language notwordof it fr en
53
!if $slib_language notwordof it fr en
Line 605... Line 604...
605
        slib_combined=$slib_combined$s
604
        slib_combined=$slib_combined$s
606
      !endif
605
      !endif
607
    !endif
606
    !endif
608
    slib_out=!append item $slib_combined to $slib_out
607
    slib_out=!append item $slib_combined to $slib_out
609
  !next slib_number
608
  !next slib_number
610
  !reset slib_variant
609
  !reset slib_variant7 slib_variant8 slib_variant9
611
  !goto end
610
  !goto end
612
!endif
611
!endif
613
:end
612
:end