buildframework/helium/external/python/lib/2.5/Sphinx-0.5.1-py2.5.egg/sphinx/templates/changes/rstsource.html
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 180 e02a83d4c571
child 592 3215c239276a
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       
     2   "http://www.w3.org/TR/html4/loose.dtd">
       
     3 <html>
       
     4   <head>
       
     5     <title>{% trans filename=filename, docstitle=docstitle|e %}{{ filename }} &mdash; {{ docstitle }}{% endtrans %}</title>
       
     6     <style type="text/css">
       
     7       .hl { background-color: yellow }
       
     8     </style>
       
     9   </head>
       
    10   <body style="font-size: 90%">
       
    11     <pre>
       
    12       {{ text }}
       
    13     </pre>
       
    14   </body>
       
    15 </html>