4da8cf976f49a9bdc501c01e60577d821052e11b
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

1) #!/usr/bin/wml
2) 
3) ## translation metadata
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 12 years ago

4) # Revision: $Revision$
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

5) # Translation-Priority: 2-medium
6) 
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 12 years ago

7) # this structure defines the side nav bar for the /torbutton pages
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

8) # and is the input for include/side.wmi
9) 
10) # fields:
11) #
12) # name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
13) # page because at build-time it is used to determine what view of the
14) # navigation menu to generate
15) #
16) # url - the path to the wml page, as used the the <page> tag. This tag ensures
17) # that links will point to the current language if supported, and alternately
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 12 years ago

18) # the english version
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

19) #
20) # txt - the link text to be displayed. Different translations will
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 12 years ago

21) # need to supply alternate txt
22) 
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

23) <:
24)   my $sidenav;
25)   $sidenav = [
26)           {'url'  => 'torbutton/index',
27)            'txt'  => 'Torbutton',
28)            'subelements' => [
29)               {'url' => 'torbutton/torbutton-options',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 12 years ago

30)                'txt' => 'Opcje Torbuttona',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

31)               },
32)               {'url' => 'torbutton/torbutton-faq',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 12 years ago

33)                'txt' => 'FAQ Torbuttona',