theme/templates/fop-top.html (14 lines of code) (raw):
<div id="banner">
</div>
<div id="navigation">
{% include 'fop-sidenav.html' %}
</div>
{% if 'fop/2.11' not in output_file and ('fop/0' in output_file or 'fop/1' in output_file or 'fop/2' in output_file) %}
<div id="outdated-warning" style="padding: .5em; text-align: center; background-color: #FFBABA; color: #6A0E0E;">
This document is for an old version of FOP that is no longer supported. <a href="../2.11/{{output_file.split('/')[-1]}}">Latest version of this page</a>
</div>
{% endif %}
<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 70px;">
<a href="/fop/"><img src="/images/apache-fop-logo.jpg" alt="The Apache FOP Project" width="120" height="65" style="float:left; margin-right: 15px;" /></a>
<h2>The Apache™ FOP Project</h2>
</div>