You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by en...@apache.org on 2013/04/16 19:27:43 UTC

svn commit: r1468516 - in /stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils: ./ ReasoningPrettyResultResource/ ReasoningPrettyResultResource/result.ftl

Author: enridaga
Date: Tue Apr 16 17:27:43 2013
New Revision: 1468516

URL: http://svn.apache.org/r1468516
Log:
[STANBOL-1035] Added the missing resource

Added:
    stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils/
    stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils/ReasoningPrettyResultResource/
    stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils/ReasoningPrettyResultResource/result.ftl

Added: stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils/ReasoningPrettyResultResource/result.ftl
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils/ReasoningPrettyResultResource/result.ftl?rev=1468516&view=auto
==============================================================================
--- stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils/ReasoningPrettyResultResource/result.ftl (added)
+++ stanbol/trunk/reasoners/web/src/main/resources/templates/html/org/apache/stanbol/reasoners/web/utils/ReasoningPrettyResultResource/result.ftl Tue Apr 16 17:27:43 2013
@@ -0,0 +1,27 @@
+<#--
+  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.
+-->
+<#import "/imports/common.ftl" as common>
+<#escape x as x?html>
+<@common.page title="Reasoners: Result" hasrestapi=false>	
+ <div class="panel">
+<pre>
+${it.result}
+</pre>
+ </div>
+
+  </...@common.page>
+</#escape>
\ No newline at end of file