Subversion Repositories wimsdev

Rev

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

Rev 14015 Rev 14343
Line 64... Line 64...
64
!bound up_lang within $ll default $class_lang
64
!bound up_lang within $ll default $class_lang
65
today=!char 1 to 8 of $wims_now
65
today=!char 1 to 8 of $wims_now
66
!if $class_type isin 13
66
!if $class_type isin 13
67
  up_expiration=$class_expiration
67
  up_expiration=$class_expiration
68
!else
68
!else
-
 
69
  limit_expiration=!sh date --date '1 years 3 months' +%Y%m%d
69
  !bound up_expiration between integer $today and $today+10000 default $class_expiration
70
  !bound up_expiration between integer $today and $limit_expiration default $class_expiration
70
!endif
71
!endif
71
up_level=!upper $up_level
72
up_level=!upper $up_level
72
up_level=!trim $up_level
73
up_level=!trim $up_level
73
up_level=!char 1,2 of $up_level
74
up_level=!char 1,2 of $up_level
74
!bound up_level within $wims_listlevel default $class_level
75
!bound up_level within $wims_listlevel default $class_level