File tree Expand file tree Collapse file tree
src/ca/sheridancollege/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 <c:if test =" ${ param. error != null } " >
3232 <div id =" error" >No such account exists. Please check your username and password!</div >
3333 </c:if >
34- <div style =" margin :2 % " >
34+ <div style =" margin :8 % " >
3535 <c:url value =" /login" var =" url" />
3636 <form name =" form" method =" post" class =" form-horizontal" action =" ${ url } " >
3737 <fieldset >
5959 <a href =" ${ createUrl } " class =" btn btn-inverse " >Create an Account</a >
6060 </fieldset >
6161 </form >
62-
62+ <div >
63+ </br ></br ></br >
64+ <center >
65+ Powered by</br >
66+ <img src =" https://s22.postimg.org/k1hque3wh/Jack_Software_Logo.png" alt =" img/JSLogo.png" width =" 200px" >
67+ </center >
68+ </div >
6369 </div >
6470</body >
6571</html >
Original file line number Diff line number Diff line change 5555 <security : intercept-url pattern =" /displayDeficiencies/**" access =" isAuthenticated()" />
5656 <security : intercept-url pattern =" /css/**" access =" permitAll" />
5757 <security : intercept-url pattern =" /scripts/**" access =" permitAll" />
58- <security : intercept-url pattern =" /images /**" access =" permitAll" />
58+ <security : intercept-url pattern =" /img /**" access =" permitAll" />
5959 <security : intercept-url pattern =" /" access =" permitAll" />
6060 <security : intercept-url pattern =" /login" access =" permitAll" />
6161 <security : intercept-url pattern =" /register" access =" permitAll" />
You can’t perform that action at this time.
0 commit comments