buildframework/helium/external/python/lib/2.5/docutils-0.5-py2.5.egg/docutils/writers/pep_html/template.txt
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 180 e02a83d4c571
child 592 3215c239276a
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
     1 <?xml version="1.0" encoding="%(encoding)s" ?>
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       
     4 <!--
       
     5 This HTML is auto-generated.  DO NOT EDIT THIS FILE!  If you are writing a new
       
     6 PEP, see http://www.python.org/dev/peps/pep-0001 for instructions and links
       
     7 to templates.  DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
       
     8 -->
       
     9 <head>
       
    10   <meta http-equiv="Content-Type" content="text/html; charset=%(encoding)s" />
       
    11   <meta name="generator" content="Docutils %(version)s: http://docutils.sourceforge.net/" />
       
    12   <title>PEP %(pep)s -- %(title)s</title>
       
    13   %(stylesheet)s
       
    14 </head>
       
    15 <body bgcolor="white">
       
    16 <table class="navigation" cellpadding="0" cellspacing="0"
       
    17        width="100%%" border="0">
       
    18 <tr><td class="navicon" width="150" height="35">
       
    19 <a href="%(pyhome)s/" title="Python Home Page">
       
    20 <img src="%(pyhome)s/pics/PyBanner%(banner)03d.gif" alt="[Python]"
       
    21  border="0" width="150" height="35" /></a></td>
       
    22 <td class="textlinks" align="left">
       
    23 [<b><a href="%(pyhome)s/">Python Home</a></b>]
       
    24 [<b><a href="%(pepindex)s/">PEP Index</a></b>]
       
    25 [<b><a href="%(pephome)s/pep-%(pepnum)s.txt">PEP Source</a></b>]
       
    26 </td></tr></table>
       
    27 <div class="document">
       
    28 %(body)s
       
    29 %(body_suffix)s