You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2010/11/22 14:12:59 UTC

svn commit: r1037705 - in /incubator/stanbol/site/trunk/templates: ./ single_narrative.html skeleton.html

Author: bdelacretaz
Date: Mon Nov 22 13:12:59 2010
New Revision: 1037705

URL: http://svn.apache.org/viewvc?rev=1037705&view=rev
Log:
minimal templates

Added:
    incubator/stanbol/site/trunk/templates/
    incubator/stanbol/site/trunk/templates/single_narrative.html   (with props)
    incubator/stanbol/site/trunk/templates/skeleton.html   (with props)

Added: incubator/stanbol/site/trunk/templates/single_narrative.html
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/single_narrative.html?rev=1037705&view=auto
==============================================================================
--- incubator/stanbol/site/trunk/templates/single_narrative.html (added)
+++ incubator/stanbol/site/trunk/templates/single_narrative.html Mon Nov 22 13:12:59 2010
@@ -0,0 +1 @@
+{% extends "skeleton.html" %}

Propchange: incubator/stanbol/site/trunk/templates/single_narrative.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/stanbol/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/skeleton.html?rev=1037705&view=auto
==============================================================================
--- incubator/stanbol/site/trunk/templates/skeleton.html (added)
+++ incubator/stanbol/site/trunk/templates/skeleton.html Mon Nov 22 13:12:59 2010
@@ -0,0 +1,53 @@
+<!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 href="/stanbol/css/site.css" rel="stylesheet" type="text/css">
+<title>Apache Stanbol - {% block title %}{{ headers.title }}{% endblock %}</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+<body>
+
+<div id="content">
+{% block content %}{{ content|markdown }}{% endblock %}
+</div>
+
+<!-- TODO sidenav
+{% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
+sidenav -->                                                                        
+
+<div id="footer">
+<div class="copyright">
+<p>Copyright &copy; 2010 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>
+
+<!-- TODO stats?
+<script src="skeleton_files/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-1940143-1";
+urchinTracker();
+</script>
+-->
+
+</div>
+
+</body>
+</html>

Propchange: incubator/stanbol/site/trunk/templates/skeleton.html
------------------------------------------------------------------------------
    svn:eol-style = native