50 content = publish_parts(rst_data, writer_name='html', settings_overrides=overrides)['html_body'] |
50 content = publish_parts(rst_data, writer_name='html', settings_overrides=overrides)['html_body'] |
51 return content |
51 return content |
52 |
52 |
53 def get_topmenue(): |
53 def get_topmenue(): |
54 menue = [ |
54 menue = [ |
55 ('/ozoneloss', _(u'quantification'),( |
55 ('/ozoneloss', _(u'Ozoneloss'),( |
56 ('/ozoneloss', _(u'Ozoneloss')), |
56 ('/ozoneloss', _(u'quantification')), |
57 ('/ozoneloss/clams/2015', _(u'calculations')), |
57 ('/ozoneloss/clams/2015', _(u'calculations')), |
58 ('/ozoneloss/vpsc/2015', _(u'estimations')))), |
58 ('/ozoneloss/vpsc/2015', _(u'estimations')))), |
59 |
59 |
60 ('/eskp', _(u'ESKP'),(None, None)), |
60 ('/eskp', _(u'ESKP'),(None, None)), |
61 ('/iek-7', _(u'IEK-7'),(None, None)) |
61 ('/iek-7', _(u'IEK-7'),(None, None)) |