~ubuntu-branches/debian/lenny/epydoc/lenny

« back to all changes in this revision

Viewing changes to doc/examples/listed/redirect.html

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth J. Pronovici
  • Date: 2008-02-03 13:22:12 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203132212-u2uohl6rswmlz2ra
Tags: 3.0.1-1
* New upstream release.
* Removed #! from top of epydoc/gui.py
* Got rid of version mangling in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><title>Epydoc Redirect Page</title>
 
2
<meta http-equiv="cache-control" content="no-cache" />
 
3
<meta http-equiv="expires" content="0" />
 
4
<meta http-equiv="pragma" content="no-cache" />
 
5
  <script type="text/javascript" src="epydoc.js"></script>
 
6
</head>
 
7
<body>
 
8
<script type="text/javascript">
 
9
<!--
 
10
var pages = ["inh_example.Programmer-c", "inh_example.Primate-c", "inh_example.Animal-c", "inh_example.Mammal-c", "inh_example.Human-c", "inh_example.Bird-c", "inh_example.Fish-c", "inh_example.Bug-c", "inh_example-m"];
 
11
var dottedName = get_anchor();
 
12
if (dottedName) {
 
13
    var target = redirect_url(dottedName);
 
14
    if (target) window.location.replace(target);
 
15
}
 
16
// -->
 
17
</script>
 
18
 
 
19
<h3>Epydoc Auto-redirect page</h3>
 
20
 
 
21
<p>When javascript is enabled, this page will redirect URLs of
 
22
the form <tt>redirect.html#<i>dotted.name</i></tt> to the
 
23
documentation for the object with the given fully-qualified
 
24
dotted name.</p>
 
25
<p><a id="message"> &nbsp; </a></p>
 
26
 
 
27
<script type="text/javascript">
 
28
<!--
 
29
if (dottedName) {
 
30
    var msg = document.getElementById("message");
 
31
    msg.innerHTML = "No documentation found for <tt>"+
 
32
                    dottedName+"</tt>";
 
33
}
 
34
// -->
 
35
</script>
 
36
 
 
37
</body>
 
38
</html>