source: other-projects/the-macronizer/trunk/web/jsp/en/help.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.6 KB
Line 
1<%--
2 Document : filetypes
3 Created on : Mar 30, 2011, 9:46:14 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>Help</title>
15 <link href="../../css/css.css" rel="stylesheet" type="text/css" />
16 </head>
17 <body>
18 <jsp:include page="../en/header.jsp" />
19
20 <div id="documentation">
21 <h2>Get help with the Māori Macron Restoration Service here</h2>
22 <h3>Table of contents</h3>
23 <div id="toc">
24 <ol>
25 <li>
26 About the Māori Macron Restoration Service
27 <ol>
28 <li><a href="#what">What is the Māori Macron Restoration Service?</a></li>
29 <li><a href="#how">How does the Māori Macron Restoration Service work?</a></li>
30 <li><a href="#file-types">What file types can the Māori Macron Restoration Service restore?</a></li>
31 <li><a href="#feedback">How do I send feedback about the Māori Macron Restoration Service?</a></li>
32 </ol>
33 </li>
34 <li>
35 Using the Māori Macron Restoration Service
36 <ol>
37 <li><a href="#use">How do I use the Māori Macron Restoration Service?</a></li>
38 </ol>
39 </li>
40 </ol>
41 </div>
42 <div>
43 <h3>About the Māori Macron Restoration Service</h3>
44 <h4 id="what">What is the Māori Macron Restoration Service?</h4>
45 <p>TODO write answer here...</p>
46 <h4 id="how">How does the Māori Macron Restoration Service work?</h4>
47 <p>TODO write answer here...</p>
48 <a name="filesupport"><h4 id="file-types">What file types can the Māori Macron Restoration Service restore?</h4></a>
49 <p>TODO write answer here...</p>
50 <h4 id="feedback">How do I send feedback about the Māori Macron Restoration Service?</h4>
51 <p>TODO write answer here...</p>
52 <h3>Using the Māori Macron Restoration Service</h3>
53 <h4 id="use">Using the Māori Macron Restoration Service</h4>
54 <p>TODO write answer here...</p>
55 </div>
56 </div>
57 <jsp:include page="../en/footer.jsp" />
58 </body>
59</html>
Note: See TracBrowser for help on using the repository browser.