Skip to content

Commit cdd1c09

Browse files
authored
Merge pull request #176 from aperdec/logoPolish
logo now appears
2 parents 97ebbc8 + 40d8557 commit cdd1c09

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

WebContent/WEB-INF/jsps/footer.jsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags"%>
77
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
88

9-
<div style="text-align:center;">Copyright 2016 Jack Software</div>
9+
<div style="text-align:center;"><img src="https://s14.postimg.org/56v67gjap/abode.png" width="50px" style="margin-bottom:0.5%"><br>
10+
Copyright 2016 Jack Software</div>
1011
<br />
1112
<br />

WebContent/WEB-INF/jsps/loginForm.jsp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
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+
1314
<div style="margin:8%">
1415
<c:url value ="/login" var="url" />
1516
<form name="form" method="post" class="form-horizontal" action="${url}">
1617
<fieldset>
17-
<legend>Login</legend>
18+
<legend><img src="https://s14.postimg.org/56v67gjap/abode.png" width="60px" style="margin-bottom:1%"><br>Login</legend>
1819

1920
<div class="form-group">
2021
<label for="inputUsername" class="col-lg-1 control-label">Username</label>
@@ -41,6 +42,7 @@
4142
<div>
4243
</br></br></br>
4344
<center>
45+
4446
Powered by</br>
4547
<img src="https://s22.postimg.org/k1hque3wh/Jack_Software_Logo.png" alt="img/JSLogo.png" width="200px">
4648
</center>

WebContent/img/abode.png

22.4 KB
Loading

0 commit comments

Comments
 (0)