source: other-projects/the-macronizer/trunk/web/jsp/en/footer.jsp@ 31963

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

Minor spelling change.

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/en/main.jsp">Home</a> </li>
12 <li> <a href="../../jsp/en/about.jsp">About</a> </li>
13 <li> <a href="../../jsp/en/feedback.jsp">Feedback</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">This service was funded by <a href="http://www.maramatanga.co.nz" target="_blank">Ngā Pae O Te Māramatanga</a> as part of the research related to the digitalization of the Pei Jones collection, and was developed at the <a href="http://www.waikato.ac.nz" target="_blank">University of Waikato</a>.</p>
18</div>
19<div id="lang">
20 <p class="note">Ko te reo kōrero o te pae tukutuku: <a href="../../jsp/mi/main.jsp">Māori</a></p>
21</div>
22<div id="copyright">
[31963]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 secure 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">Copyright &copy; 2014 University of Waikato</p>
25</div>
26
Note: See TracBrowser for help on using the repository browser.