You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/06/25 08:37:13 UTC

[2/3] git commit: MARMOTTA-258: security checking

MARMOTTA-258: security checking


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/740cb7d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/740cb7d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/740cb7d8

Branch: refs/heads/develop
Commit: 740cb7d8f7b3edb5c1a585a5f39d06112d77b18f
Parents: 3b6a31d
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Jun 25 08:30:37 2013 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Jun 25 08:30:37 2013 +0200

----------------------------------------------------------------------
 platform/marmotta-core/src/main/resources/templates/rdfhtml.ftl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/740cb7d8/platform/marmotta-core/src/main/resources/templates/rdfhtml.ftl
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/templates/rdfhtml.ftl b/platform/marmotta-core/src/main/resources/templates/rdfhtml.ftl
index cd4b18b..53f89ea 100644
--- a/platform/marmotta-core/src/main/resources/templates/rdfhtml.ftl
+++ b/platform/marmotta-core/src/main/resources/templates/rdfhtml.ftl
@@ -27,12 +27,14 @@
   <script type="text/javascript" src="${SERVER_URL}core/public/js/lib/jquery-1.7.2.js"></script>
   <link href="${SERVER_URL}${DEFAULT_STYLE}style.css" rel="stylesheet" type="text/css" />
   <link href="${SERVER_URL}${DEFAULT_STYLE}rdfhtml.css" rel="stylesheet" type="text/css" />
+  <#if resources?size = 1>
   <link rel="alternate" type="application/rdf+xml" href="${SERVER_URL}resource?uri=${resources[0].encoded_uri}&amp;format=application/rdf%2Bxml" /> 
   <link rel="alternate" type="text/rdf+n3" href="${SERVER_URL}resource?uri=${resources[0].encoded_uri}&amp;format=text/rdf%2Bn3" /> 
   <link rel="alternate" type="text/turtle" href="${SERVER_URL}resource?uri=${resources[0].encoded_uri}&amp;format=text/turtle" /> 
   <link rel="alternate" type="application/rdf+json" href="${SERVER_URL}resource?uri=${resources[0].encoded_uri}&amp;format=application/rdf%2Bjson" /> 
   <link rel="alternate" type="application/ld+json" href="${SERVER_URL}resource?uri=${resources[0].encoded_uri}&amp;format=application/ld%2Bjson" /> 
-
+  </#if>
+      
   <script>
       $(document).ready(function(){
           $(".submenu li").click(function(event){