aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/person/person.jspx
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/person/person.jspx')
-rw-r--r--src/main/webapp/person/person.jspx22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/webapp/person/person.jspx b/src/main/webapp/person/person.jspx
new file mode 100644
index 0000000..1dea34e
--- /dev/null
+++ b/src/main/webapp/person/person.jspx
@@ -0,0 +1,22 @@
+<html xmlns:jsp="http://java.sun.com/JSP/Page" jsp:version="2.0"
+ xmlns:common="urn:jsptagdir:/WEB-INF/tags/common"
+ xmlns:c="http://java.sun.com/jstl/core"
+ ng-app="personApp">
+<jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/>
+<jsp:directive.page contentType="text/html;charset=UTF-8"/>
+
+<common:head-element>
+ <script>var uuid = '${param.uuid}';</script>
+ <common:headjs label="PersonService" resource="/apps/core/PersonService.js"/>
+ <common:headjs label="personApp" resource="/apps/personApp/personApp.js"/>
+</common:head-element>
+
+<body>
+
+<div id="content" ng-view=""><!-- --></div>
+
+<common:footer/>
+
+</body>
+
+</html>