&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / captive / doc / Architecture.pm
index ae9f170..620b070 100755 (executable)
@@ -24,12 +24,11 @@ use strict;
 use warnings;
 
 use My::Web;
-require CGI;
-BEGIN { Wuse 'project::captive::doc::Macros'; }
 
 
 sub handler
 {
+       BEGIN { Wuse 'project::captive::doc::Macros'; }
 project::captive::doc::Macros->init(
                "title"=>'Captive NTFS Developer Documentation: Architecture',
                "rel_prev"=>'About.pm',
@@ -58,7 +57,7 @@ print <<"HERE";
                very well into any role in those two ones. Therefore this project went
                its own way of emulation:</p>
 
-               <table border="0" width="100%"><tr><td align="center"><table border="1">
+               <table border="1" class="margin-center">
                        <caption>Emulation Projects Characteristics</caption>
                        <tr>
                                <th>@{[ a_href '#guestosnote','Guest-OS' ]}</th>
@@ -85,7 +84,7 @@ print <<"HERE";
                                <td>W32 kernel</td>
                                <td><span class="fname">ntoskrnl.exe</span></td>
                                </tr>
-               </table></td></tr></table>
+               </table>
 
                <dl>
                        <dt id="guestosnote">Guest-OS</dt>
@@ -205,6 +204,6 @@ print <<"HERE";
 HERE
 
 
-project::captive::doc::Macros->footer();
+exit;
 }
 1;