layouts/fortress/baseof.html (48 lines of code) (raw):

<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html lang="en"> {{ partial "head.html" (dict "context" .) }} <body> <div class="top-bottom-spacer"></div> <div id="container"> {{ partial "header.html" (dict "context" . "project" "fortress") }} <div id="content"> <div id="leftColumn"> <div id="navigation"> <!--ul> <li> <a href="http://bit.ly/1n9YlQT" target="_blank"> <img src="/images/ApacheConBudapest.png" width="125" height="125" alt="I'm Speaking at ApacheCon Europe 2014! Join me!" title="I'm Speaking at ApacheCon Europe 2014! Join me!" border="0" style="margin-bottom:-3px;"/> </a> </li> </ul--> <a class="acevent" data-format="wide" data-width="170"></a> <h5>Fortress</h5> <ul> <li><a href="/fortress/">Home</a></li> <li><a href="/fortress/history.html">History</a></li> <li><a href="/fortress/news.html">News</a></li> </ul> <h5>Downloads</h5> <ul> <li><a href="/fortress/downloads.html">Fortress {{ .Site.Params.version_fortress }}</a>&nbsp;&nbsp;<img src="/images/new_badge.svg" alt="" style="margin-bottom:-3px;" border="0"></li> <li><a href="/fortress/download-old-versions.html">Older versions</a></li> </ul> <!--h5>Getting Started</h5> <ul> <li><a href="/fortress/vision.html">Vision</a></li> <li><a href="/fortress/issues.html">Issues</a></li> </ul--> <h5>Documentation</h5> <ul> <li><a href="/fortress/overview.html">Overview</a></li> <li><a href="/fortress/installation.html">Installation Guide</a></li> <li><a href="/fortress/gen-docs/latest/apidocs/">JavaDocs</a></li> <li><a href="/fortress/user-guide.html">Users Guide</a></li> <li><a href="/fortress/user-guide-advanced.html">Advanced Users Guide</a></li> <li><a href="/fortress/coding-standards.html">Coding Standards</a></li> <li><a href="/fortress/testimonials.html">Testimonials</a></li> <li><a href="/fortress/developer-guide.html">Developer Guide</a></li> <!--li><a href="/fortress/gen-docs/latest/xref/">Cross-Reference</a></li--> <!--li><a href="/fortress/gen-docs/latest/">Generated Reports</a></li--> </ul> {{ partialCached "common-navigation" . }} </div><!-- navigation --> </div><!-- leftColumn --> <div id="rightColumn"> {{ partial "nav-headers.html" . }} {{ block "main" . }}{{ end }} {{ partial "nav-headers.html" . }} </div><!-- rightColumn --> <div id="endContent"></div> </div><!-- content --> {{ partial "footer.html" . }} </div><!-- container --> <div class="top-bottom-spacer"></div> </body> </html>