Skip to content

Commit

Permalink
Include the version in the footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Davis committed Mar 11, 2019
1 parent 526c456 commit 1977145
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions webui/src/main/webapp/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,8 @@ ul#queries_list {
#example_queries h3 {
margin-top: 0;
}

.version {
float: right;
padding-right: 15px;
}
2 changes: 1 addition & 1 deletion webui/src/main/webapp/error.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
<div class="footer">
<%@ include file="internal/footer.html" %>
<%@ include file="internal/footer.jspf" %>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion webui/src/main/webapp/explore.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>

<div class="footer">
<%@ include file="internal/footer.html" %>
<%@ include file="internal/footer.jspf" %>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion webui/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</div>
</div>
<div class="footer">
<%@ include file="internal/footer.html" %>
<%@ include file="internal/footer.jspf" %>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
<img src="https://www.nlm.nih.gov/images/usagov_logo.gif" alt="USA.gov logo"/>
</a>
</div>
<div class="col-md-5 small">
<span class="version">
Version <%@ include file="/internal/about.html" %>
</span>
</div>
</div>
</footer>
</footer>
2 changes: 1 addition & 1 deletion webui/src/main/webapp/query.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>

<div class="footer">
<%@ include file="/internal/footer.html" %>
<%@ include file="/internal/footer.jspf" %>
</div>
</div>
</div>
Expand Down

0 comments on commit 1977145

Please sign in to comment.