vitro/api/src/main/resources/tpf/error.ftl.html
grahamtriggs 68a462b05a [VIVO-1312] Implement Linked Data Fragment Server (#53)
* [VIVO-1312] Linked Data Fragments initial implementation

* [VIVO-1312] Use known ontologies in the prefixes config

* [VIVO-1312] Simplify SPARQL as when restricted to specific values, they don’t need ordering

* [VIVO-1312] Freemarker fixes

* [VIVO-1312] Remove blank nodes

* [VIVO-1312] Add access control header and standard prefixes for TPF

* [VIVO-1312] Render literals in form so that they will work on resubmit

* [VIVO-1312] Minor template update

* [VIVO-1312] Minor template update
2016-12-23 21:55:08 +00:00

11 lines
No EOL
436 B
HTML

<#-- @license ©2015 Miel Vander Sande - Multimedia Lab / iMinds / Ghent University -->
<#include "base.ftl.html">
<#macro contents>
<h2>Error executing your request</h2>
<p>Your request could not be executed due to an internal server error.</p>
<p>Please try reloading the page or return to the <a href="/">index page</a>.</p>
<h3>Error details</h3>
<p><#if error??>${(error.getMessage())!error!""}</#if><p>
</#macro>
<@display_page/>