You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2010/12/07 17:52:08 UTC

svn commit: r1043125 - /incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl

Author: ogrisel
Date: Tue Dec  7 16:52:07 2010
New Revision: 1043125

URL: http://svn.apache.org/viewvc?rev=1043125&view=rev
Log:
trailing spaces + s/\t/    /g

Modified:
    incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl

Modified: incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl?rev=1043125&r1=1043124&r2=1043125&view=diff
==============================================================================
--- incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl (original)
+++ incubator/stanbol/trunk/fise/jersey/src/main/resources/META-INF/templates/imports/common.ftl Tue Dec  7 16:52:07 2010
@@ -6,7 +6,7 @@
     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
 
     <link rel="stylesheet" href="/static/style/fise.css" />
-    <link rel="stylesheet" href="/static/openlayers-2.9/theme/default/style.css" type="text/css" /> 
+    <link rel="stylesheet" href="/static/openlayers-2.9/theme/default/style.css" type="text/css" />
     <link rel="stylesheet" href="/static/scripts/prettify/prettify.css" />
     <link rel="icon" type="image/png" href="/static/images/favicon.png" />
 
@@ -20,8 +20,8 @@
     <div class="home"><a href="/"><img src="/static/images/fise_logo_cropped.png" alt="FISE Home" /></a></div>
     <div class="header">
       <h1>The RESTful Semantic Engine</h1>
-      
-	  <#if it?exists && it.mainMenuItems?exists>
+
+      <#if it?exists && it.mainMenuItems?exists>
       <div class="mainNavigationMenu">
       <ul>
         <#list it.mainMenuItems as item>
@@ -36,12 +36,12 @@
     <div class="content">
       <h2>${title?html}</h2>
       <#if hasrestapi>
-	  <div class="restapitabs">
-	  <ul>
-	    <li id="tab-webview" class="selected"><a href="#">Web View</a></li>
-	    <li id="tab-restapi" ><a href="#">REST API</a></li>
-	  <ul>
-	  </div>
+      <div class="restapitabs">
+      <ul>
+        <li id="tab-webview" class="selected"><a href="#">Web View</a></li>
+        <li id="tab-restapi" ><a href="#">REST API</a></li>
+      <ul>
+      </div>
 <script>
 $(".restapitabs a").click(function () {
   $(this).parents("ul").find("li").removeClass("selected");
@@ -49,27 +49,27 @@ $(".restapitabs a").click(function () {
   $(".panel").hide();
   var panelId = $(this).parents("li")[0].id.split("-")[1];
   $("#" + panelId).fadeIn();
-});    
+});
 </script>
-	  </#if>
+      </#if>
       <div style="clear: both"></div>
       <#nested>
     </div>
 
-	<div class="footer">
-	
-	<div class="column">
-	  <a href="http://www.w3.org/standards/semanticweb/"><img class="swcube"
-	    src="/static/images/sw-cube.png"/></a>
+    <div class="footer">
+
+    <div class="column">
+      <a href="http://www.w3.org/standards/semanticweb/"><img class="swcube"
+        src="/static/images/sw-cube.png"/></a>
       <a href="http://www.iks-project.eu"><img
         height="60px" alt="IKS Project" src="/static/images/iks_project_logo.jpg" /></a>
     </div>
     <div class="column right">
       <em>The research leading to these results has received funding from the European Community's
           Seventh Framework Programme (FP7/2007-2013) under grant agreement n° 231527</em>
-	</div>
-	<div style="clear: both"></div>
-	</div>
+    </div>
+    <div style="clear: both"></div>
+    </div>
   </body>
 </html>
 </#macro>