13 lines
287 B
Text
13 lines
287 B
Text
|
<!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>
|