21 lines
657 B
HTML
21 lines
657 B
HTML
<!DOCTYPE htm
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:py="http://genshi.edgewall.org/"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:include href="layout.html" />
|
|
<head>
|
|
<title>Bitte bestätigen</title>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h2>$query</h2>
|
|
<form method="post">
|
|
<input type="submit" name="$query_false" value="Abbrechen"/>
|
|
<input type="submit" name="$query_true" value="Fortfahren"/>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|