~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to docs/en/theme/lm-basic (copy)/sourcelink.html

  • Committer: Cecilio Salmeron
  • Date: 2012-11-25 14:37:10 UTC
  • Revision ID: s.cecilios@gmail.com-20121125143710-ohccpjc3pk7ut3u1
Added script po-statistics.pl to maintain website translations page. * Restored exercise modes (learning, practise, exam and quiz). * Added DlgExerciseMode. * Restored right/wrong sounds when answering an exercise. * Fixed bug #1074909. * Fixed bug #1082637.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{#
 
2
    basic/sourcelink.html
 
3
    ~~~~~~~~~~~~~~~~~~~~~
 
4
 
 
5
    Sphinx sidebar template: "show source" link.
 
6
 
 
7
    :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
 
8
    :license: BSD, see LICENSE for details.
 
9
#}
 
10
{%- if show_source and has_source and sourcename %}
 
11
  <h3>{{ _('This Page') }}</h3>
 
12
  <ul class="this-page-menu">
 
13
    <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
 
14
           rel="nofollow">{{ _('Show Source') }}</a></li>
 
15
  </ul>
 
16
{%- endif %}