Skip to content

Commit 2f1d7f7

Browse files
committed
login pg img
1 parent 5dbcd8d commit 2f1d7f7

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

WebContent/WEB-INF/jsps/loginForm.jsp

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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>
@@ -59,7 +59,13 @@
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>

WebContent/img/JSLogo.png

51.8 KB
Loading

src/ca/sheridancollege/config/security-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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"/>

0 commit comments

Comments
 (0)