1. Attempting to move vivo-specific vis code to "vivo package"
This commit is contained in:
parent
08f447e839
commit
9b9180d24d
48 changed files with 9267 additions and 0 deletions
11
productMods/templates/visualization/visualization_error.jsp
Normal file
11
productMods/templates/visualization/visualization_error.jsp
Normal file
|
@ -0,0 +1,11 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
|
||||
|
||||
<div class="staticPageBackground">
|
||||
|
||||
${requestScope.error}
|
||||
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue