From b0d43414cecffdcab08ade0e7aeb9ff7ea37c3f8 Mon Sep 17 00:00:00 2001 From: foo Date: Thu, 22 Dec 2016 07:52:15 +0000 Subject: [PATCH] unified footer stuff --- war/{about.html => about.jsp} | 9 +++++++-- war/base.css | 7 +++++-- war/build.jsp | 3 +++ war/index.jsp | 7 ++++--- 4 files changed, 19 insertions(+), 7 deletions(-) rename war/{about.html => about.jsp} (73%) diff --git a/war/about.html b/war/about.jsp similarity index 73% rename from war/about.html rename to war/about.jsp index 9328546..2f44f80 100755 --- a/war/about.html +++ b/war/about.jsp @@ -1,13 +1,14 @@ - About + Wordsearch Builder: About

Wordsearch Builder: About

- Wordsearch Builder takes a list of words and places them on a grid in any direction allowing the to cross-over where possible then fills in the remaining empty spaces with semi-random letters. +

Wordsearch Builder takes a list of words and places them on a grid in any direction allowing the to cross-over where possible then fills in the remaining empty spaces with semi-random letters.

+

Please feel free to use the generated wordsearches for whatever you want including in school classrooms or for personal use.

+ +Thanks for trying it out :-) + +<%@include file="/WEB-INF/jspf/footer.jspf" %> diff --git a/war/base.css b/war/base.css index 7d524b5..1a778f0 100644 --- a/war/base.css +++ b/war/base.css @@ -20,7 +20,7 @@ table#grid td { #wrapper { width: 80%; - margin: 0 auto; + margin: 0 auto 60px auto; } #wordsearch { @@ -33,7 +33,10 @@ table#grid td { } #footer { - float: bottom; + position:absolute; + bottom:0; + width:100%; + height:60px; /* Height of the footer */ } @media only print { diff --git a/war/build.jsp b/war/build.jsp index 7eb1720..e8604f9 100755 --- a/war/build.jsp +++ b/war/build.jsp @@ -69,5 +69,8 @@ +
+
+<%@include file="/WEB-INF/jspf/footer.jspf" %> diff --git a/war/index.jsp b/war/index.jsp index c251ef5..34d63aa 100755 --- a/war/index.jsp +++ b/war/index.jsp @@ -1,12 +1,12 @@ - Wordsearch builder + Wordsearch Builder -

Wordsearch builder

-About +

Wordsearch Builder

+About

Words

@@ -29,5 +29,6 @@ Dining Room
+<%@include file="/WEB-INF/jspf/footer.jspf" %>