1{include file="$gentemplates/_header.tpl" pagetitle="$pagetitle"}
2{include file="$gentemplates/_navi.tpl" pagetitle="$navititle"}
3
4<!--
5
6Copyright (c) 2003 David Lloyd
7
8Redistribution and use in source and binary forms, with or without
9modification, are permitted provided that the following conditions
10are met:
11
121. Redistributions of source code must retain the above copyright
13   notice, this list of conditions and the following disclaimer.
142. Redistributions in binary form must reproduce the above copyright
15   notice, this list of conditions and the following disclaimer in
16   the documentation and/or other materials provided with the
17   distribution.
183. The name of the author may not be used to endorse or promote
19   products derived from this software without specific prior written
20   permission.
21
22THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
26INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
31IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32POSSIBILITY OF SUCH DAMAGE.
33
34-->
35
36<h1>{$pagetitle}</h1>
37
38<table width="50%">
39<tr>
40	<td class="tableheader">
41	<p style="font-weight: bold; font-size: larger; color: maroon">
42	This module is in testing stages only so you use it at your own peril.
43	</p>
44
45	<p>
46	Please contact <a href="mailto:lloy0076@adam.com.au">David Lloyd</a> for more information about this module and the reason for its existence.
47	</p>
48</tr>
49</table>
50
51{include file="$gentemplates/_footer.tpl" aktUser=$username}
52