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/08/27 11:51:46 UTC

[3/3] git commit: MARMOTTA-289: fixed memento's template

MARMOTTA-289: fixed memento's template


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

Branch: refs/heads/develop
Commit: 2f9074f1e8134689623bc259aa052ba107ef38a1
Parents: 704a28d
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Aug 27 11:46:21 2013 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Aug 27 11:46:21 2013 +0200

----------------------------------------------------------------------
 .../src/main/resources/template/timemap.ftl               | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/2f9074f1/platform/marmotta-versioning/src/main/resources/template/timemap.ftl
----------------------------------------------------------------------
diff --git a/platform/marmotta-versioning/src/main/resources/template/timemap.ftl b/platform/marmotta-versioning/src/main/resources/template/timemap.ftl
index 2e99628..44a717d 100644
--- a/platform/marmotta-versioning/src/main/resources/template/timemap.ftl
+++ b/platform/marmotta-versioning/src/main/resources/template/timemap.ftl
@@ -23,13 +23,9 @@
 <head>
     <title>Timemap in HTML</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
-    <script type="text/javascript" src="${baseUri}core/public/js/lib/jquery-1.7.2.js"></script>
-    <link href="${SERVER_URL}core/public/style/style.css" rel="stylesheet" type="text/css"/>
-    <link href="${SERVER_URL}core/public/style/scheme/blue.css" title="blue" rel="stylesheet" type="text/css"/>
-    <link href="${SERVER_URL}core/public/style/scheme/dark.css" title="dark" rel="alternate stylesheet" type="text/css"/>
-    <link href="${baseUri}core/public/style/rdfhtml.css" rel="stylesheet" type="text/css"/>
-
-
+    <script type="text/javascript" src="${baseUri}webjars/jquery/1.8.2/jquery.min.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" />
 </head>
 
 <body>