File: layout.html

package info (click to toggle)
cf-python 1.3.2%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,996 kB
  • sloc: python: 51,733; ansic: 2,736; makefile: 78; sh: 2
file content (24 lines) | stat: -rw-r--r-- 935 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{% extends "!layout.html" %}
{% block rootrellink %}
  <li><a target="_blank" href="{{ pathto("../archive.html", 1) }}">Archive</a> &laquo;</li>
  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python {{ release }}</a> &raquo;</li>
<!--
  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
  <li><select onchange="location = this.options[this.selectedIndex].value;">

      <option value="{{ pathto("../1.0/index.html", 1) }}"
              {%- if release == "1.0" %}selected{% endif %}>1.0

      <option value="{{ pathto("../0.9.9/index.html", 1) }}"
              {%- if release == "0.9.9" %}selected{% endif %}>0.9.9

      <option value="{{ pathto("../0.9.8.3/index.html", 1) }}"
              {%- if release == "0.9.8.3" %}selected{% endif %}>0.9.8.3

      <option value="{{ pathto("../archive.html", 1) }}">Archive

      </select>
  </li>
-->
  {{ super() }}
{% endblock %}