NIHVIVO-2343 Rough out the markup for the top "create" panel, and the search box.

This commit is contained in:
j2blake 2011-11-04 20:05:48 +00:00
parent b87c811831
commit 120c5d7f8e
2 changed files with 98 additions and 0 deletions

View file

@ -160,6 +160,7 @@ public class ManageProxiesListPage extends AbstractPageHandler {
map.put("list", UrlBuilder.getUrl("/manageProxies/list"));
map.put("edit", UrlBuilder.getUrl("/manageProxies/edit"));
map.put("create", UrlBuilder.getUrl("/manageProxies/create"));
map.put("sparqlQueryAjax", UrlBuilder.getUrl("/ajax/sparqlQuery"));
map.put("defaultImageUrl", DEFAULT_IMAGE_URL);