~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to doc/common/template.html

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html xmlns:py="http://genshi.edgewall.org/" py:strip="">
3
 
 
4
 
  <title py:match="head/title">${project.get_name()}: ${select('text()')}</title>
5
 
 
6
 
  <!--! Add navigation and footer around content -->
7
 
  <div py:match="div[@class='document']" py:attrs="select('@*')">
8
 
    <div id="navigation">
9
 
      <span class="projinfo">${project.get_name()} ${project.get_version()}</span>
10
 
      <a href="index.html">Documentation Index</a>
11
 
    </div>
12
 
    ${select('*|text()')}
13
 
    <div id="footer">
14
 
      Visit the ${project.get_name()} open source project at
15
 
      <a href="${project.get_url()}">${project.get_url()}</a>
16
 
    </div>
17
 
  </div>
18
 
 
19
 
  $html
20
 
 
21
 
</html>