+ <#if flash?has_content> + <#if flash?starts_with("Welcome") > +
+ +
+ <#else> + + + + + \ No newline at end of file diff --git a/webapp/web/themes/vitro/templates/page-home.ftl b/webapp/web/themes/vitro/templates/page-home.ftl new file mode 100644 index 000000000..b6a97ebb8 --- /dev/null +++ b/webapp/web/themes/vitro/templates/page-home.ftl @@ -0,0 +1,37 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<@widget name="login" include="assets" /> +<#include "browse-classgroups.ftl"> + + + + + <#include "head.ftl"> + + + + <#include "identity.ftl"> + + <#include "menu.ftl"> + +
+

What is VITRO?

+ +

Vitro is a general-purpose web-based ontology and instance editor with customizable public browsing. Vitro is a Java web application that runs in a Tomcat servlet container.

+

With Vitro, you can:

+ +
    +
  • Create or load ontologies in OWL format
  • +
  • Edit instances and relationships
  • +
  • Build a public web site to display your data
  • +
  • Search your data with Lucene
  • +
+
+ + <@widget name="login" /> + + <@allClassGroups vClassGroups /> + + <#include "footer.ftl"> + + \ No newline at end of file diff --git a/webapp/web/themes/vitro/templates/page.ftl b/webapp/web/themes/vitro/templates/page.ftl new file mode 100644 index 000000000..5e4577f43 --- /dev/null +++ b/webapp/web/themes/vitro/templates/page.ftl @@ -0,0 +1,20 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#import "lib-list.ftl" as l> + + + + + <#include "head.ftl"> + + + + <#include "identity.ftl"> + + <#include "menu.ftl"> + + ${body} + + <#include "footer.ftl"> + + \ No newline at end of file