Author: enridaga
Date: Fri Oct 18 11:28:09 2013
New Revision: 1533394

URL: http://svn.apache.org/r1533394
Log:
STANBOL-1164 Added the template to the expected location.

Added:
    
stanbol/trunk/ontologymanager/web/src/main/resources/templates/html/org/apache/stanbol/ontologymanager/web/util/
    
stanbol/trunk/ontologymanager/web/src/main/resources/templates/html/org/apache/stanbol/ontologymanager/web/util/OntologyPrettyPrintResource/
    
stanbol/trunk/ontologymanager/web/src/main/resources/templates/html/org/apache/stanbol/ontologymanager/web/util/OntologyPrettyPrintResource/ontology.ftl

Added: 
stanbol/trunk/ontologymanager/web/src/main/resources/templates/html/org/apache/stanbol/ontologymanager/web/util/OntologyPrettyPrintResource/ontology.ftl
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/web/src/main/resources/templates/html/org/apache/stanbol/ontologymanager/web/util/OntologyPrettyPrintResource/ontology.ftl?rev=1533394&view=auto
==============================================================================
--- 
stanbol/trunk/ontologymanager/web/src/main/resources/templates/html/org/apache/stanbol/ontologymanager/web/util/OntologyPrettyPrintResource/ontology.ftl
 (added)
+++ 
stanbol/trunk/ontologymanager/web/src/main/resources/templates/html/org/apache/stanbol/ontologymanager/web/util/OntologyPrettyPrintResource/ontology.ftl
 Fri Oct 18 11:28:09 2013
@@ -0,0 +1,28 @@
+<#--
+  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="Ontology Manager : Ontology Detail" hasrestapi=false>
+ 
+  <a href="${it.publicBaseUri}ontonet/ontology">Scope Manager</a> &gt; <a 
href="${it.publicBaseUri}ontonet/ontology/${it.owner.ID}">Scope 
<tt>${it.owner.ID}</tt></a> &gt; Ontology
+
+  <div class="panel">
+    <pre>${it.result}</pre>
+  </div>
+ 
+  </@common.page>
+</#escape>
\ No newline at end of file


Reply via email to