Below is the file 'templates/base.html' from this revision. You can also download the file.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>ViewMTN: $(page_title)</title> <link rel="stylesheet" href="$static_join('viewmtn.css')" type="text/css" media="screen" /> <link rel="stylesheet" href="$static_join('highlight.css')" type="text/css" media="screen" /> <script type="text/javascript" src="$static_join('MochiKit/MochiKit.js')"></script> <script type="text/javascript" src="$static_join('viewmtn.js')"></script> #block extraheaders #end block #block rssheaders #end block </head> <body> <div id="popupBox" class="invisible"></div> <div id="menuBar"> <strong>ViewMTN #if $have_multidb — $dbdescr #end if :</strong> <a href="$perdb_join('')">Branches</a> | <a href="$perdb_join('tags')">Tags</a> | <a href="$perdb_join('help')">Help</a> | <a href="$perdb_join('about')">About</a> #if $have_multidb | <a href="$perdb_join('databases')">Change DB</a><br /> #end if <br/> #block extramenu #end block #block extramenu1 #end block </div> #block body #end block <script type="text/javascript"> installCallbacks("$dynamic_uri_path"); </script> <div id="footer"> ViewMTN $version<br /> </div> </body> </html>