Subversion Repositories wimsdev

Rev

Rev 2622 | Rev 6435 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2427 bpr 1
!set lang_exists=yes
2
 
2392 bpr 3
!set name_A=all
4
!set name_X=exercises
5
!set name_T=tools
6
!set name_R=recreations
7
!set name_L=references
8
!set name_S=worksheets
9
!set name_P=popup tools
10
 
11
!if $job=subject
12
  !set title=Browse by subject
13
  !set name_domain=Please choose one of the following subject domains to browse.
14
 
5894 bpr 15
  !set name_available=!nosubst In the domain <span class="wims_emph">$name</span>, \
2392 bpr 16
    the following topics are available.
2622 bpr 17
 !set wims_name_other=Other domains
2392 bpr 18
!endif
19
 
20
!if $job=level
21
 !set title=Browse by level
22
 !distribute lines Year\
23
   Category\
24
   Elementary school\
25
   Secondary school\
26
   University\
27
   Graduate study\
28
   Research\
29
 into name_year,name_category,name_primary,name_secondary,name_university,name_graduate,,\
30
 name_research
2427 bpr 31
 
32
!endif