buildframework/helium/external/python/lib/2.5/Sphinx-0.5.1-py2.5.egg/sphinx/templates/changes/frameset.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 Frameset//EN"
       
     2   "http://www.w3.org/TR/html4/frameset.dtd">
       
     3 <html>
       
     4   <head>
       
     5     <title>{% trans version=version|e, docstitle=docstitle|e %}Changes in Version {{ version }} &mdash; {{ docstitle }}{% endtrans %}</title>
       
     6   </head>
       
     7   <frameset cols="45%,*">
       
     8     <frame name="main" src="changes.html">
       
     9     <frame name="src" src="about:blank">
       
    10   </frameset>
       
    11 </html>