X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.workbench.search%2Fsearch%2Fsearch.ftl;h=a05163ec68ed43b0dd8fa7d97a8a87ac44336ce4;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=275c3996551ff7e68ca5493b91873fa0f62938ff;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.workbench.search/search/search.ftl b/bundles/org.simantics.workbench.search/search/search.ftl index 275c39965..a05163ec6 100644 --- a/bundles/org.simantics.workbench.search/search/search.ftl +++ b/bundles/org.simantics.workbench.search/search/search.ftl @@ -1,71 +1,71 @@ - - - - - Results for query ${query} - - - - - - - - - - - -
- -
- - -<#if resultCount = maxResults> -${resultCount} or more results found. -<#else> -<#if resultCount = 1> -${resultCount} result found. -<#else> -${resultCount} results found. - - - - -
    -<#list results as result> -
  1. -title="${result.resource.uri}">${result.resource.name} -<#if result.principalTypes??> -is an instance of -<#list result.principalTypes as type> -title="${type.uri}">${type.name} - -and - -<#if result.parent??> -is a part of title="${result.parent.uri}">${result.parent.name} - -
  2. - -
- + + + + + Results for query ${query} + + + + + + + + + + + +
+ +
+ + +<#if resultCount = maxResults> +${resultCount} or more results found. +<#else> +<#if resultCount = 1> +${resultCount} result found. +<#else> +${resultCount} results found. + + + + +
    +<#list results as result> +
  1. +title="${result.resource.uri}">${result.resource.name} +<#if result.principalTypes??> +is an instance of +<#list result.principalTypes as type> +title="${type.uri}">${type.name} + +and + +<#if result.parent??> +is a part of title="${result.parent.uri}">${result.parent.name} + +
  2. + +
+ \ No newline at end of file