<?xml version="1.0" encoding="UTF-8" ?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">

	<div id="tab_pane_stamp">
		<p>
			Datenformat
			<input type="radio" name="s_ftype" value="png" checked="checked"/>
			<label for="">png</label>
			<input type="radio" name="s_ftype" value="jpg" />
			<label for="">jpg</label>
		</p>
		<form action="../demos/bg" method="post" id="form_new">
			<input type="button" id="create_stamp" value="Briefmarke fertigstellen"/>
			<input type="button" id="new_stamp" value="von vorne anfangen" disabled="disabled"/>
			<input type="hidden" name="action" value="new"/>
		</form>
	</div>

</jsp:root>