File: redirect.html

package info (click to toggle)
python-pybabel 0.9.1-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,264 kB
  • ctags: 921
  • sloc: python: 5,520; makefile: 49
file content (38 lines) | stat: -rw-r--r-- 1,870 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html><head><title>Epydoc Redirect Page</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>
<body>
<script type="text/javascript">
<!--
var pages = ["babel.messages.frontend.CommandLineInterface-c", "babel.messages.frontend.extract_messages-c", "babel.messages.catalog.TranslationError-c", "babel.messages.frontend.compile_catalog-c", "babel.messages.frontend.update_catalog-c", "babel.messages.frontend.init_catalog-c", "babel.numbers.NumberFormatError-c", "babel.messages.catalog.Catalog-c", "babel.messages.catalog.Message-c", "babel.core.UnknownLocaleError-c", "babel.support.Translations-c", "babel.messages.checkers-m", "babel.messages.frontend-m", "babel.support.LazyProxy-c", "babel.messages.catalog-m", "babel.messages.extract-m", "babel.messages.plurals-m", "babel.messages.mofile-m", "babel.messages.pofile-m", "babel.support.Format-c", "babel.core.Locale-c", "babel.localedata-m", "babel.util.odict-c", "babel.messages-m", "babel.numbers-m", "babel.support-m", "babel.dates-m", "babel.core-m", "babel.util-m", "babel-m"];
var dottedName = get_anchor();
if (dottedName) {
    var target = redirect_url(dottedName);
    if (target) window.location.replace(target);
}
// -->
</script>

<h3>Epydoc Auto-redirect page</h3>

<p>When javascript is enabled, this page will redirect URLs of
the form <tt>redirect.html#<i>dotted.name</i></tt> to the
documentation for the object with the given fully-qualified
dotted name.</p>
<p><a id="message"> &nbsp; </a></p>

<script type="text/javascript">
<!--
if (dottedName) {
    var msg = document.getElementById("message");
    msg.innerHTML = "No documentation found for <tt>"+
                    dottedName+"</tt>";
}
// -->
</script>

</body>
</html>