<link href="/static/favicon.ico" type="image/x-icon" rel="shortcut icon">
<link rel="stylesheet" href="/static/style.css" type="text/css" />
<link rel="stylesheet" href="/static/layout.css" type="text/css" media="screen" />
+ <script type="text/javascript" src="/static/nc.js"></script>
<script type="text/javascript" src="/static/prototype.js"></script>
<script type="text/javascript">
var helpWin = null;
% endif
-<div id="result" class="result">
+% if not simple:
+<h1>${self.title()} — XVM</h1>
+% endif
+
% if result:
+<div id="result" class="result">
${result}
-% endif
</div>
-
-% if not simple:
-<h1>${self.title()} — XVM</h1>
% endif
+
${next.body()}
% if not simple:
<hr />