cpcancel tag
This tag renders an anchor on the login screen that can return the user to the web pal. The URL can be absolute or relative. If relative, it will be relative to the originating web pal. It there is no originating web pal, the link will not be displayed.
Attribute |
Notes |
url
|
Required
|
Sample:
<html>
<head>
<title>Login</title>
</head>
<body>
<c:cpcancel url="cancel-login.do">Return to Site.com</c:cpcancel>
<c:logo/> <c:cplogo title="Powered by ContractPal"/>
<c:cplogin/>
</body>
</html>