+Testimonials
[www.jankratochvil.net.git] / WebConfig.pm
index d73ecab..14aa5b6 100644 (file)
@@ -58,17 +58,18 @@ our %WebConfig=(
                "pipermail_url_sub"=>sub () { return "http://".&{$My::Web::W->{"web_hostname_sub"}}."/pipermail/"; },
                "heading"=>sub () {
                        print '<table border="0" align="center" style="font-size: larger;">'."\n";
-                               print '<col width="20%">'."\n";
-                               print '<col width="50%">'."\n";
-                               print '<col width="20%">'."\n";
+#                              print '<col width="20%">'."\n";
+#                              print '<col width="50%">'."\n";
+#                              print '<col width="20%">'."\n";
                                print '<tr>'."\n";
                                        print '<td>'."\n";
-                                               print '<table border="1" align="left"'
+                                               print '<table border="1" align="center"'        # align="left"
                                                                .' style="border-collapse: collapse; border-style: solid; border-width: 2px;">'."\n";
                                                        print '<tr>'."\n";
                                                                print '<td style="padding: 5px; font-weight: bold;">'."\n";
-                                                                       print My::Web::a_href('http://www.jankratochvil.net/','Jan Kratochvil',
-                                                                                       "attr"=>'style="text-decoration: inherit; /* revoke underline */;"');
+                                                                       print 'Jan Kratochvil';
+#                                                                      print My::Web::a_href('http://www.jankratochvil.net/','Jan Kratochvil',
+#                                                                                      "attr"=>'style="text-decoration: inherit; /* revoke underline */;"');
                                                                print '</td>'."\n";
                                                        print '</tr>'."\n";
                                                print '</table>';
@@ -98,7 +99,10 @@ our %WebConfig=(
                                        print '</td>'."\n";
                                print '</tr>'."\n";
                        print '</table>'."\n";
-                       print My::Web::vskip("1ex") if !$My::Web::W->{"WebConfig::heading_novskip"};
+                       if (!$My::Web::W->{"WebConfig::heading_novskip"}) {
+                               print "<hr />\n";
+                               print My::Web::vskip("6ex");
+                               }
                        },
                "footing"=>sub () {
 #                      print "<h1>footing</h1>\n";
@@ -119,6 +123,7 @@ our %WebConfig=(
 </table>
 HERE
                        },
+               "no_job"=>1,
                );
 
 1;