source: other-projects/the-macronizer/trunk/web/jsp/mi/about.jsp@ 29855

Last change on this file since 29855 was 29855, checked in by davidb, 9 years ago

John's code after refactoring by Tom over the summer of 2014/2015

File size: 2.3 KB
Line 
1<%--
2 Document : feedback
3 Created on : 25/04/2011, 9:24:07 PM
4 Author : OEM
5--%>
6
7<%@page contentType="text/html" pageEncoding="UTF-8"%>
8<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
9 "http://www.w3.org/TR/html4/loose.dtd">
10
11<html>
12 <head>
13 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14 <title>About</title>
15 <link href="../../css/css.css" rel="stylesheet" type="text/css" />
16 <script src="../../js/js.js" type="text/javascript"></script>
17 </head>
18 <body>
19 <jsp:include page="header.jsp" />
20
21 <div id="content">
22 <div id="fields">
23 <fieldset>
24 <legend class="tabset_label">E pā ana ki te Ratonga Whakaora Tohutō Māori</legend>
25 <p class="note">
26 Ko te Ratonga Whakaora Tohutō Māori he ratonga utu kore hei whakauru aunoa ngā tohutō
27 ki ngā tuhinga Māori. Ka whakauru aunoa ngā tohutō ki ngā kōnae Microsoft Word 2007,
28 ngā kōnae Open Office Text me ngā kōnae kuputuhi noa. Ka taea hoki te whakauru aunoa
29 ngā tohutō ki ngā kōrero kua tāurunga.
30 </p>
31
32 <legend class="tabset_label">HÄ«tori</legend>
33 <p class="note">
34 Ko te tohutō tētehi rārangi poto kei runga i ngā oro pūare hei whakaatu atu he roa te
35 whakahua o taua oro pūare. E arohaina atu ana i te mea kei te ngaro te tohutō i ētehi
36 o ngā tuhinga ka kite atu i te ipurangi. Nō reira, i ētehi wā ka hē te whakahua o te kupu.
37 </p>
38 <p class="note">
39 Hāunga i te hē o te whakahua, ka hē hoki te tikanga o ētehi kupu mehemea kāore te tohutō
40 i kitea. Tērā pea ka whakamā te kaikōrero mehemea e hē ana te whakahua o ētehi kupu. Ko
41 tā te ratonga nei he āwhina atu i taua raruraru nā te whakatika aunoa o te tohutō ki ngā
42 tuhinga reo Māori.
43 </p>
44 </fieldset>
45 </div>
46 </div>
47
48 <jsp:include page="footer.jsp" />
49 </body>
50</html>
Note: See TracBrowser for help on using the repository browser.