Skip to content

Commit 317cc8b

Browse files
authored
Merge pull request #149 from aperdec/ToggleButtonsWorking
login pg img
2 parents 8444b4b + 31c5ac0 commit 317cc8b

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
@@ -10,7 +10,7 @@
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>
@@ -38,5 +38,11 @@
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>

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
@@ -57,7 +57,7 @@
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"/>

0 commit comments

Comments
 (0)