awips2/edexOsgi/com.raytheon.uf.edex.registry.ebxml/web/response/addPartySuccess.jsp

13 lines
287 B
Text
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<title>Successfully Added ${partyType}</title>
<body>
Successfully added ${partyType}: ${userId}
<p>
<a href="Registry${partyType}Interface.html?id=${userId}&mode=view"><--Back</a>
</body>
</html>