You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2012/07/13 22:40:26 UTC

svn commit: r1361386 - /incubator/ctakes/site/trunk/templates/skeleton.html

Author: chenpei
Date: Fri Jul 13 20:40:26 2012
New Revision: 1361386

URL: http://svn.apache.org/viewvc?rev=1361386&view=rev
Log:
minor changes to initial site

Modified:
    incubator/ctakes/site/trunk/templates/skeleton.html

Modified: incubator/ctakes/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/templates/skeleton.html?rev=1361386&r1=1361385&r2=1361386&view=diff
==============================================================================
--- incubator/ctakes/site/trunk/templates/skeleton.html (original)
+++ incubator/ctakes/site/trunk/templates/skeleton.html Fri Jul 13 20:40:26 2012
@@ -1,63 +1,59 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<!--
- 
-    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.
--->
-<link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
-<link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/code.css">
-
-<link href="/ctakes/css/ctakes.css" rel="stylesheet" type="text/css">
-{% if header %}
-{% autoescape off %}{{ header }}{% endautoescape %}{% else %}
-<title>{% block title %}{{ headers.title }}{% endblock %}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-{% endif %}
-</head>
- 
-<body>
-      <div id="header" class="grid_8">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>The Apache Software Foundation</h1>
-        <h2>{% block tagline %}{{ headers.title }}{% endblock %}</h2>
-      </div>
-
-  <div id="banner">
-    <div id="bannerright"><a alt="Apache Incubator" href="http://incubator.apache.org">
-      <img id="asf-logo" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png"/></a></div>
-   <div id="bannercenter"><br/>&nbsp;&nbsp;&nbsp;&nbsp;Apache cTAKES</div>
-  </div>
-  <div id="clear"></div>
-  {% if sidenav %}
-  <div id="sidenav">
-    {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
-  </div>
-  <div id="contenta">
-  {% else %}
-  <div id="content">
-  {% endif %}
-    {% block title %}{% if headers.title %}<h1 class="title">{{ headers.title }}</h1>{% endif %}{% endblock %}
-    {% block content %}{{ content|markdown }}{% endblock %}
-  </div>
- 
-    <div id="copyright" class="container_16">
-      <p>Copyright &#169; 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-    </div>
- 
-</body>
-</html>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+ 
+    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.
+-->
+<link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
+<link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/code.css">
+
+<link href="/ctakes/css/ctakes.css" rel="stylesheet" type="text/css">
+{% if header %}
+{% autoescape off %}{{ header }}{% endautoescape %}{% else %}
+<title>{% block title %}{{ headers.title }}{% endblock %}</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+{% endif %}
+</head>
+ 
+<body>
+      <div id="header" class="grid_8">
+        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
+        <h1>The Apache Software Foundation</h1>
+      </div>
+
+  <div id="banner">
+    <div id="bannerright"><a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png"/></a></div>
+   <div id="bannercenter"><br/>&nbsp;&nbsp;&nbsp;&nbsp;Apache cTAKES</div>
+  </div>
+  <div id="clear"></div>
+
+  <div id="sidenav">
+    {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
+  </div>
+  <div id="contenta">
+    {% block title %}{% if headers.title %}<h1 class="title">{{ headers.title }}</h1>{% endif %}{% endblock %}
+    {% block content %}{{ content|markdown }}{% endblock %}
+  </div>
+ 
+    <div id="copyright" class="container_16">
+      <p>Copyright &#169; 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+    </div>
+ 
+</body>
+</html>
+