+link rel
[www.jankratochvil.net.git] / project / captive / doc / APITypes.html.pl
index 64f078e..9d62faf 100755 (executable)
@@ -31,12 +31,12 @@ require CGI;
 BEGIN { Wuse 'project::captive::doc::Macros'; }
 
 
-My::Web->init(
+project::captive::doc::Macros->init(
                "__PACKAGE__"=>__PACKAGE__,
                "title"=>'Captive NTFS Developer Documentation: API Functions',
-               "head_css"=>$doc_Macros_head_css,
+               "rel_prev"=>'Details.html.pl',
+               "rel_next"=>'CallType.html.pl',
                );
-My::Web->heading();
 
 
 print <<"HERE";
@@ -59,6 +59,8 @@ print <<"HERE";
                <caption>Function Implementation Types Statistics</caption>
        </table>
 
+       @{[ doc_img 'ratio','Functions Reusal Ratio' ]}
+
        <p>As there are several choices to implement each function the usual
        attempts/investigations ordering is listed in the sections below.</p>
 
@@ -92,7 +94,7 @@ print <<"HERE";
        <span class="fname">captivesym</span>-specific source file syntax please
        see its documentation:
        <span class="fname">@{[ a_href
-                       top_dir().'/project/Pod2Html.html.pl?cvs=priv/captive/src/libcaptive/ke/captivesym.pl',
+                       '/project/Pod2Html.html.pl?cvs=priv/captive/src/libcaptive/ke/captivesym.pl',
                        'src/libcaptive/ke/captivesym.pl' ]}</span>
 
        <a name="functype_pass"><h2>Direct Pass to Original &quot;ntoskrnl.exe&quot;</h2></a>
@@ -475,4 +477,4 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+project::captive::doc::Macros->footer();