Browse Source

Update style

0.4-beta
Li Shengzhao 9 years ago
parent
commit
3ee2ecfd1d
  1. 9
      src/main/webapp/login.jsp

9
src/main/webapp/login.jsp

@ -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>&nbsp; <a href="${pageContext.request.contextPath}">Back to Home</a>&nbsp;
<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>

Loading…
Cancel
Save