mason/autohandler, mason/sheet: Don't wrap HTML around dealing sheet.
[bridge-toys] / mason / autohandler
1 %# -*-html-*-
2 <&| SELF:wrapper &>\
3 % $m->call_next;
4 </&>\
5 %#
6 <%method wrapper>
7 <!-- -*-html-*-
8 -
9 - Dealing sheet common HTML header
10 -
11 - (c) 2013 Mark Wooding
12 -->
13
14 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
15 "http://www.w3c.org/TR/html4/strict.dtd">
16
17 <html>
18 <head>
19 <link rel=stylesheet type="text/css" href="/~mdw/deal/deal.css">
20 <meta name=viewport content="width=device-width initial-scale=1.0">
21 <& SELF:header &>
22 <title><& SELF:title &></title>
23 </head>
24 <body>
25
26 <% $m->content %>
27
28 <div class=footer>
29 Written by Mark Wooding.<br>
30 Part of a small <a href="/~mdw/deal/">collection of bridge tools</a>.
31 </div>
32 </body>
33 </html>
34 </%method>
35 %#
36 <%method title>(Untitled page)</%method>
37 <%method header></%method>