# HG changeset patch # User George Stamoulis # Date 1395056933 -7200 # Node ID 9bfbe553dfec83f75ed8337aadedb9dbe3b8c92e # Parent 3e3fe6213ac121857776b498909a5a450a7ba13e Inserted 2 new queries and fixxed the results position in the window for describe. diff -r 3e3fe6213ac1 -r 9bfbe553dfec endpoint/WebContent/WEB-INF/beans.xml --- a/endpoint/WebContent/WEB-INF/beans.xml Tue Mar 11 10:50:45 2014 +0200 +++ b/endpoint/WebContent/WEB-INF/beans.xml Mon Mar 17 13:48:53 2014 +0200 @@ -196,7 +196,44 @@ Plain - + + + + Query + + HTML + + Find the number of triples that appear in the dataset. + + + + + + Plain + + + + Query + + HTML + + Present the first ten triples of the dataset. + + + + + + Plain + diff -r 3e3fe6213ac1 -r 9bfbe553dfec endpoint/WebContent/describe.jsp --- a/endpoint/WebContent/describe.jsp Tue Mar 11 10:50:45 2014 +0200 +++ b/endpoint/WebContent/describe.jsp Mon Mar 17 13:48:53 2014 +0200 @@ -208,12 +208,13 @@ + + + <% if (request.getAttribute("response") != null) {%> - <%=request.getAttribute("response") %> +
<%=request.getAttribute("response") %>
<%}%> - - \ No newline at end of file