You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/09/24 17:22:26 UTC

svn commit: r1389426 - in /mina/site/trunk/templates: footer.html header.html

Author: elecharny
Date: Mon Sep 24 15:22:25 2012
New Revision: 1389426

URL: http://svn.apache.org/viewvc?rev=1389426&view=rev
Log:
added the header and footer parts

Added:
    mina/site/trunk/templates/footer.html
    mina/site/trunk/templates/header.html

Added: mina/site/trunk/templates/footer.html
URL: http://svn.apache.org/viewvc/mina/site/trunk/templates/footer.html?rev=1389426&view=auto
==============================================================================
--- mina/site/trunk/templates/footer.html (added)
+++ mina/site/trunk/templates/footer.html Mon Sep 24 15:22:25 2012
@@ -0,0 +1,10 @@
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
+                Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>

Added: mina/site/trunk/templates/header.html
URL: http://svn.apache.org/viewvc/mina/site/trunk/templates/header.html?rev=1389426&view=auto
==============================================================================
--- mina/site/trunk/templates/header.html (added)
+++ mina/site/trunk/templates/header.html Mon Sep 24 15:22:25 2012
@@ -0,0 +1,85 @@
+<!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>
+	<head>
+		<title>{% block title %}{{ headers.title }}{% endblock %} &mdash; Apache Directory</title>
+		{% block css %}
+		<link href="{{base}}staticresources/common.css" rel="stylesheet" type="text/css"/>
+		<link href="{{base}}staticresources/mina.css" rel="stylesheet" type="text/css"/>
+                <link rel="shortcut icon" href="{{base}}staticresources/images/mina-icon_16x16.png"/>
+		{% endblock %}
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="{{base}}">
+                        {% if isDirSite %}
+                        <strong>Apache MINA Project</strong>
+                        {% else %}
+                        Apache MINA Project
+                        {% endif %}
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="{{base}}asyncweb">
+                        {% if isDirAsyncWeb %}
+                        <strong>AsyncWeb</strong>
+                        {% else %}
+                        AsyncWeb
+                        {% endif %}
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="{{base}}mina">
+                        {% if isDirMina %}
+                        <strong>MINA</strong>
+                        {% else %}
+                        MINA
+                        {% endif %}
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="{{base}}ftpserver">
+                        {% if isDirFtpServer %}
+                        <strong>FtpServer</strong>
+                        {% else %}
+                        FtpServer
+                        {% endif %}
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="{{base}}sshd">
+                        {% if isSshd %}
+                        <strong>Sshd</strong>
+                        {% else %}
+                        Sshd
+                        {% endif %}
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="{{base}}vysper">
+                        {% if isVysper %}
+                        <strong>Vysper</strong>
+                        {% else %}
+                        Vysper
+                        {% endif %}
+                    </a>
+                </div><!-- subProjectsNavBar -->
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    {% include "navigation.html" %}
+                </div><!-- leftColumn -->
+                <div id="rightColumn">