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 1010 <c:if test =" ${ param. error != null } " >
1111 <div id =" error" >No such account exists. Please check your username and password!</div >
1212 </c:if >
13- <div style =" margin :2 % " >
13+ <div style =" margin :8 % " >
1414 <c:url value =" /login" var =" url" />
1515 <form name =" form" method =" post" class =" form-horizontal" action =" ${ url } " >
1616 <fieldset >
3838 <a href =" ${ createUrl } " class =" btn btn-inverse " >Create an Account</a >
3939 </fieldset >
4040 </form >
41-
41+ <div >
42+ </br ></br ></br >
43+ <center >
44+ Powered by</br >
45+ <img src =" https://s22.postimg.org/k1hque3wh/Jack_Software_Logo.png" alt =" img/JSLogo.png" width =" 200px" >
46+ </center >
47+ </div >
4248 </div >
Original file line number Diff line number Diff line change 5757 <security : intercept-url pattern =" /displayDeficiencies/**" access =" isAuthenticated()" />
5858 <security : intercept-url pattern =" /css/**" access =" permitAll" />
5959 <security : intercept-url pattern =" /scripts/**" access =" permitAll" />
60- <security : intercept-url pattern =" /images /**" access =" permitAll" />
60+ <security : intercept-url pattern =" /img /**" access =" permitAll" />
6161 <security : intercept-url pattern =" /" access =" permitAll" />
6262 <security : intercept-url pattern =" /login" access =" permitAll" />
6363 <security : intercept-url pattern =" /register" access =" permitAll" />
You can’t perform that action at this time.
0 commit comments