source: other-projects/the-macronizer/trunk/web/jsp/mi/footer.jsp@ 31962

Last change on this file since 31962 was 31962, checked in by rmw36, 7 years ago

Macronizer changes: 1. adding an ethical disclaimer to the main web page (temporarily still in English for the Maori jsp file too, but Te Taka will be translating this.) 2. Adding more logging to the macronizer. This required setting up a log4j.properties file (and adding its jar file copied from GS3), and modifying the existing java code DirectInput and FileUpload to make calls to logger. Modifications to build.xml to copy the new template log4j.properties.in file into web/WEB-INF/classes where the log4j.props needs to live. 3. Corrected the svn mime-type property on build.xml so that it's no longer mistaken for a binary file

File size: 1.5 KB
RevLine 
[29855]1<%--
2 Document : footer
3 Created on : Mar 27, 2011, 3:16:33 AM
4 Author : OEM
5--%>
6
7<%@page contentType="text/html" pageEncoding="UTF-8"%>
8
9
10<ul id="menu">
11 <li> <a href="../../jsp/mi/main.jsp">Kāinga</a> </li>
12 <li> <a href="../../jsp/mi/about.jsp">Mō</a> </li>
13 <li> <a href="../../jsp/mi/feedback.jsp">Urupare</a> </li>
14</ul>
15<div id="sponsors">
16 <span id="sponsors_logo"> <a href="http://www.waikato.ac.nz/" target="_blank"> <img src="../../images/logo_waikato_uni.jpg" width="164" height="50" alt="Maramatanga logo" /> </a> </span>
17 <p class="note">Nā <a href="http://www.maramatanga.co.nz" target="_blank">Ngā Pae O Te Māramatanga</a> te pūtea tautoko. He wāhanga rangahau mai i te kaupapa āmati o te Kohikohinga Pei Te Hurinui Jones. He mea hanga nā John Cocks i te <a href="http://www.waikato.ac.nz" target="_blank">Whare Wānanga o Waikato</a>.</p>
18</div>
19<div id="lang">
20 <p class="note">This site is offered in: <a href="../../jsp/en/main.jsp">English</a></p>
21</div>
22<div id="copyright">
[31962]23 <p>This website collects simple usage logs which will be used for development purposes only. No details which could be used to identify individuals will be collected and the data will be kept securely at the University of Waikato. If you do not wish for your activity to be included, click <a href="mailto:[email protected]">here</a> to notify Dr. Te Taka Keegan.</p>
[29855]24 <p class="note">Manatārua &copy; 2011 nā John Cocks</p>
25</div>
26
Note: See TracBrowser for help on using the repository browser.