5d9fe2fddeeb6c1eda26facbef1f7e43fa9f2d51
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) #!/usr/bin/wml
2) 
3) ## translation metadata
Roger Dingledine somewhere along the line we...

Roger Dingledine authored 13 years ago

4) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

5) # Translation-Priority: 2-medium
6) 
Runa A. Sandvik fix comments in sidenav.wmi

Runa A. Sandvik authored 13 years ago

7) # this structure defines the side nav bar for the /getinvolved pages
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

8) # and is the input for include/side.wmi
9) 
10) # fields:
11) #
12) # url - the path to the wml page, as used the the <page> tag. This tag ensures
13) # that links will point to the current language if supported, and alternately
14) # the english version 
15) #
16) # txt - the link text to be displayed. Different translations will
17) # need to supply alternate txt  
18) 
19) <:
20)     my $sidenav;
21)     $sidenav = [
Andrew Lewman clean up the getinvolved se...

Andrew Lewman authored 13 years ago

22)         {'url'  => 'getinvolved/volunteer',
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

23)          'txt'  => 'Get Involved',
24)         },
Andrew Lewman link to the research page.

Andrew Lewman authored 13 years ago

25)         {'url'  => 'getinvolved/research',
26)          'txt'  => 'Research',
27)         },