|
|
@ -36,10 +36,11 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<input type="submit" value="Login" class="btn btn-primary"/> |
|
|
|
<input type="submit" value="Login" class="btn btn-primary"/> |
|
|
|
<a href="${pageContext.request.contextPath}">Back to Home</a> |
|
|
|
<a href="${pageContext.request.contextPath}">Back to Home</a> |
|
|
|
<span class="label label-danger"> |
|
|
|
<%--Login error--%> |
|
|
|
<c:if test="${param.authorization_error eq 2}">Access denied !!!</c:if> |
|
|
|
<c:if test="${param.authorization_error eq 2}"><span |
|
|
|
<c:if test="${param.authentication_error eq 1}">Authentication Failure</c:if> |
|
|
|
class="label label-danger">Access denied !!!</span></c:if> |
|
|
|
</span> |
|
|
|
<c:if test="${param.authentication_error eq 1}"><span |
|
|
|
|
|
|
|
class="label label-danger">Authentication Failure</span></c:if> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|