blob: a3e5641e7cb59e153ca22e25ca7df9a5a1d9d706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{include file="header.tpl"}
<body>
<div id="frame">
<table>
<tr>
<td>
<form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;">
<select name="format">
<option value="HTML">HTML</option>
<option value="MoinMoin">MoinMoin Wiki</option>
</select>
<input type="image" src="resources/doit.png" alt="Switch View" />
</form>
<div id="output"></div>
</td>
</tr>
</table>
</div>
</body>
{include file="footer.tpl"}
|