blob: 7f6f2de9ec0a00a3368ce4dbb08a2cf042cf84ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{include file="header.tpl"}
<body>
<div id="frame">
<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>
<option value="MoinMoinList">MoinMoin Wiki List</option>
</select>
<input type="image" src="{$web_path}/resources/doit.png" alt="Switch View" />
</form>
<div id="output"></div>
</body>
{include file="footer.tpl"}
|