ARCHIVE/OLD-from-apache-cms/templates/skeleton.html (48 lines of code) (raw):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <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. --> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Apache Sling - {% block title %}{% endblock %}</title> <link rel="icon" href="/res/favicon.ico"> <link rel="stylesheet" href="/res/site.css" type="text/css" media="all"> <link rel="stylesheet" href="/res/codehilite.css" type="text/css" media="all"> </head> <body> <div class="title"> <div class="logo"> <a href="//sling.apache.org/"> <img border="0" alt="Apache Sling" src="/res/logo.svg"> </a> </div> <div class="header"> <a href="//www.apache.org/"> <img border="0" alt="Apache" src="/res/apache.png"> </a> </div> </div> <div class="menu"> {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %} </div> <div class="main"> <div class="breadcrump" style="font-size: 80%;"> {{ breadcrumbs|safe }} </div> {%if oldpage %} <div class="tip"> This page is a translated version of <a href="{{ oldpage }}" target="sling_cwiki">{{ oldpage }}</a>. In case of doubt you might want to refer to the old page. </div> {% endif %} <h1>{% block title %}{% endblock %}</h1> {% block content %}{% endblock %} <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;"> Rev. {{ svninfo.rev }} by {{ svninfo.author|safe }} on {{ svninfo.date|date:"D, j M Y H:i:s O" }} </div> <div class="trademarkFooter"> Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. </div> </div> </body> </html>