1<html>
2	<head>
3
4		<!--                                           -->
5		<!-- Any title is fine                         -->
6		<!--                                           -->
7		<title>JspWiki to DokuWiki Converter</title>
8
9		<!--                                           -->
10		<!-- Use normal html, such as style            -->
11		<!--                                           -->
12		<link rel="stylesheet" media="screen" type="text/css" href="../../../exe/css.php" />
13		<style>
14			div {margin:3px;}
15		</style>
16
17		<!--                                           -->
18		<!-- The module reference below is the link    -->
19		<!-- between html and your Web Toolkit module  -->
20		<!--                                           -->
21		<meta name='gwt:module' content='org.cs3.dokuwiki.jsp.JspConverter'>
22
23	</head>
24
25	<!--                                           -->
26	<!-- The body can have arbitrary html, or      -->
27	<!-- you can leave the body empty if you want  -->
28	<!-- to create a completely dynamic ui         -->
29	<!--                                           -->
30	<body>
31
32		<!--                                            -->
33		<!-- This script is required bootstrap stuff.   -->
34		<!-- You can put it in the HEAD, but startup    -->
35		<!-- is slightly faster if you include it here. -->
36		<!--                                            -->
37		<script language="javascript" src="gwt.js"></script>
38
39		<!-- OPTIONAL: include this if you want history support -->
40		<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
41
42	    <div id="comment">Please insert your JspWiki-source here:</div>
43		<div id="textarea"></div>
44		<div id="control"></div>
45	</body>
46</html>
47