summaryrefslogtreecommitdiffstats
path: root/logfiles-view-html.lsp
blob: e88996cd0815ce93030bdf55c8f23b9e86048ee7 (plain)
1
2
3
4
5
6
7
8
<? local view = ... ?>
<html>
<body>
<h1>View file</h1>
<?= html.form[view.logfile.type](view.logfile) ?>
 <p class="error"><?= view.logfile.errtxt ?></p>
</body>
</html>