Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/static/style/store.css URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/static/style/store.css?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/static/style/store.css (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/static/style/store.css Tue Jul 19 17:31:17 2011 @@ -1,173 +1,191 @@ +/* +* 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. +*/ +.ontology { + border: 1px solid #eee; + border-spacing: 1px; + border-radius: 6px; + -moz-border-radius: 6px; + padding-bottom: 3px; + padding-top: 3px; + padding-left: 3px; + padding-right: 3px; +} + +.ontologyHeader { + display: inline; + background: url("/static/home/images/foldable_unfolded.png"); + background-repeat: no-repeat; + background-position: right; + text-indent: 5%; + border: 0; + width: 10%; + height: 16px; + float: right; + cursor: hand; +} + +.collapsed .ontologyHeader { + background: url("/static/home/images/foldable_folded.png"); + background-repeat: no-repeat; + background-position: right; +} + +.imgOnt { + display: inline; + background: url(/static/home/images/rdf_flyer_16.png); + background-repeat: no-repeat; + padding-left: 20px; +} + +.imgOntClass { + display: inline; + background: url(/static/ontology/images/ont_class_16.png); + background-repeat: no-repeat; + padding-left: 20px; +} + +.imgOntDataProp { + display: inline; + background: url(/static/ontology/images/ont_data_prop.png); + background-repeat: no-repeat; + padding-left: 20px; +} -.ontology { - border: 1px solid #eee; - border-spacing : 1px; - border-radius: 6px; - -moz-border-radius: 6px; - padding-bottom:3px; - padding-top:3px; - padding-left:3px; - padding-right:3px; - -} - -.ontologyHeader{ - display: inline; - background: url("/static/home/images/foldable_unfolded.png") ; - background-repeat: no-repeat; - background-position : right; - text-indent: 5%; - border: 0; - width: 10%; - height: 16px; - float: right; - cursor: hand; -} - -.collapsed .ontologyHeader{ - background: url("/static/home/images/foldable_folded.png") ; - background-repeat: no-repeat; - background-position : right; -} - - -.imgOnt{ - display: inline; - background: url(/static/home/images/rdf_flyer_16.png) ; - background-repeat: no-repeat; - padding-left: 20px; -} -.imgOntClass{ - display: inline; - background: url(/static/ontology/images/ont_class_16.png) ; - background-repeat: no-repeat; - padding-left: 20px; -} - -.imgOntDataProp{ - display: inline; - background: url(/static/ontology/images/ont_data_prop.png) ; - background-repeat: no-repeat; - padding-left: 20px; -} - -.imgOntObjectProp{ - display: inline; - background: url(/static/ontology/images/ont_obj_prop.png) ; - background-repeat: no-repeat; - padding-left: 20px; -} - -.imgOntInd{ - display: inline; - background: url(/static/ontology/images/ont_ind.png) ; - background-repeat: no-repeat; - padding-left: 20px; +.imgOntObjectProp { + display: inline; + background: url(/static/ontology/images/ont_obj_prop.png); + background-repeat: no-repeat; + padding-left: 20px; +} + +.imgOntInd { + display: inline; + background: url(/static/ontology/images/ont_ind.png); + background-repeat: no-repeat; + padding-left: 20px; } -.ontology .collapsed .ontologyCollapsable{ - display: none +.ontology .collapsed .ontologyCollapsable { + display: none } -.rightFloat{ +.rightFloat { float: right; align: right; } -.ontology .ontologySubmitHeader{ - background: url(/static/ontology/images/add_icon_16.png) , url("/static/home/images/foldable_unfolded.png") ; - background-repeat: no-repeat; - background-position : 1%, right; - text-indent: 4%; - margin-top: 1px; - margin-bottom: 1px; -} - -.ontology .collapsed .ontologySubmitHeader{ - background: url(/static/ontology/images/add_icon_16.png) , url("/static/home/images/foldable_folded.png") ; - background-repeat: no-repeat; - background-position : 1%, right; - text-indent: 4%; -} - -.delete{ - background: url(/static/ontology/images/delete_icon_16.png) no-repeat center; - border: 0; - width: 36px; - height: 16px; - padding-left: 20px; - cursor: hand; +.ontology .ontologySubmitHeader { + background: url(/static/ontology/images/add_icon_16.png), + url("/static/home/images/foldable_unfolded.png"); + background-repeat: no-repeat; + background-position: 1%, right; + text-indent: 4%; + margin-top: 1px; + margin-bottom: 1px; } -.addHeader{ - background: url(/static/ontology/images/add_icon_16.png); +.ontology .collapsed .ontologySubmitHeader { + background: url(/static/ontology/images/add_icon_16.png), + url("/static/home/images/foldable_folded.png"); background-repeat: no-repeat; - background-position : 1%; + background-position: 1%, right; text-indent: 4%; } -.invisible{ - display:none; +.delete { + background: url(/static/ontology/images/delete_icon_16.png) no-repeat + center; + border: 0; + width: 36px; + height: 16px; + padding-left: 20px; + cursor: hand; } -.horizontal{ - horizontal-align:left; +.addHeader { + background: url(/static/ontology/images/add_icon_16.png); + background-repeat: no-repeat; + background-position: 1%; + text-indent: 4%; } -.inline{ - display: inline; +.invisible { + display: none; } -.margined{ - margin: 10px 0px 10px 0px; +.horizontal { + horizontal-align: left; } -.show{ - padding: 4px 6px 5px; - position: absolute; - left: 50%; +.inline { + display: inline; } -.previousButton{ - border: 1px solid #c3c3c3; - background-color: #fafafa; - padding: 4px 6px 5px; - align:left; +.margined { + margin: 10px 0px 10px 0px; } -.nextButton{ - border: 1px solid #c3c3c3; - background-color: #fafafa; - padding: 4px 6px 5px; - float: right; - align: right; + +.show { + padding: 4px 6px 5px; + position: absolute; + left: 50%; } -.props th { - color: #000; - font-size: 105%; - font-weight: normal; - padding: 6px 10px; - border-bottom: 1px solid #d1dfce; - background-color:#f8f8f8; +.previousButton { + border: 1px solid #c3c3c3; + background-color: #fafafa; + padding: 4px 6px 5px; + align: left; +} + +.nextButton { + border: 1px solid #c3c3c3; + background-color: #fafafa; + padding: 4px 6px 5px; + float: right; + align: right; } -.formParams th{ - color: #000; - font-size: 105%; - font-weight: normal; - padding: 6px 10px; - border-bottom: 1px solid #d1dfce; - background-color:#f8f8f8; +.props th { + color: #000; + font-size: 105%; + font-weight: normal; + padding: 6px 10px; + border-bottom: 1px solid #d1dfce; + background-color: #f8f8f8; +} + +.formParams th { + color: #000; + font-size: 105%; + font-weight: normal; + padding: 6px 10px; + border-bottom: 1px solid #d1dfce; + background-color: #f8f8f8; } .props td { - padding: 4px 10px 5px; - border-bottom: 1px solid #ffe8f9; + padding: 4px 10px 5px; + border-bottom: 1px solid #ffe8f9; } .formParams td { - padding: 4px 10px 5px; - border-bottom: 1px solid #ffe8f9; + padding: 4px 10px 5px; + border-bottom: 1px solid #ffe8f9; } .bordered {
Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/classConstraint.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/classConstraint.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/classConstraint.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/classConstraint.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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. +--> <#macro processConstraint original constraint> <#assign seqs = constraint.classConstraintOrClassMetaInformationOrPropertyMetaInformation/> <#assign type = constraint.type/> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/prevNextButtons.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/prevNextButtons.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/prevNextButtons.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/prevNextButtons.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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. +--> <#macro prevNextButtons className> <div class = "margined"> <a class="${className} previousButton" href="javascript:;" onClick="javascript: PAGING.gotoPrevious('${className}')"><< Previous</a> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/propertySerializer.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/propertySerializer.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/propertySerializer.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/propertySerializer.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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. +--> <#macro property it> var property = this.PSTORE.propUtil.property; property.domainURIs = new Array(); Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/storeDescription.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/storeDescription.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/storeDescription.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/imports/storeDescription.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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. +--> This is the <strong>Store</strong> component of Apache Stanbol, Ontology Manager. Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologies.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologies.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologies.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologies.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <@common.page title="Ontology Manager - Store" hasrestapi=true > Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyClasses.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyClasses.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyClasses.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyClasses.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <@common.page title="Classes Of ${it.metadata.ontologyMetaInformation.URI}" hasrestapi=true> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyDatatypeProperties.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyDatatypeProperties.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyDatatypeProperties.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyDatatypeProperties.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <@common.page title="Datatype Properties Of ${it.metadata.ontologyMetaInformation.URI}" hasrestapi=true> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyImports.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyImports.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyImports.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyImports.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <@common.page title="Imports Of ${it.metadata.ontologyMetaInformation.URI}" hasrestapi=true> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyIndividuals.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyIndividuals.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyIndividuals.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyIndividuals.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <@common.page title="Datatype Properties Of ${it.metadata.ontologyMetaInformation.URI}" hasrestapi=true> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyObjectProperties.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyObjectProperties.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyObjectProperties.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/ontologyObjectProperties.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <@common.page title="Object Properties Of ${it.metadata.ontologyMetaInformation.URI}" hasrestapi=true> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularClass.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularClass.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularClass.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularClass.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <#import "/imports/classConstraint.ftl" as constraint> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularDatatypeProperty.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularDatatypeProperty.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularDatatypeProperty.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularDatatypeProperty.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <#import "/imports/propertySerializer.ftl" as propSerializer> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularIndividual.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularIndividual.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularIndividual.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularIndividual.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <@common.page title="Individual Context of ${it.metadata.individualMetaInformation.URI}" hasrestapi=true> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularObjectProperty.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularObjectProperty.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularObjectProperty.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularObjectProperty.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <#import "/imports/prevNextButtons.ftl" as buttons> <#import "/imports/propertySerializer.ftl" as propSerializer> Modified: incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularOntology.ftl URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularOntology.ftl?rev=1148457&r1=1148456&r2=1148457&view=diff ============================================================================== --- incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularOntology.ftl (original) +++ incubator/stanbol/trunk/commons/web/ontology/src/main/resources/org/apache/stanbol/commons/web/ontologymanager/store/templates/org/apache/stanbol/ontologymanager/store/rest/resources/particularOntology.ftl Tue Jul 19 17:31:17 2011 @@ -1,3 +1,19 @@ +<#-- + 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> <@common.page title="${it.metadata.URI}" hasrestapi=true>
