You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/02/21 09:55:19 UTC

cvs commit: modperl-docs/tmpl/custom/html ad download_link headers index index_body index_toc index_toc_section logo menu_links menu_main navbar_global navbar_local_bottom navbar_local_top page page_body page_toc page_toc_section prev_next_link search sitemap tail title top_link wrap_box

stas        02/02/21 00:55:19

  Modified:    .        TODO
               src      style.css
               tmpl/custom/html ad download_link headers index index_body
                        index_toc index_toc_section logo menu_links
                        menu_main navbar_global navbar_local_bottom
                        navbar_local_top page page_body page_toc
                        page_toc_section prev_next_link search sitemap tail
                        title top_link wrap_box
  Log:
  *cleaned all tmpl-files for tabs and "bad html", which
  generally just means doubleqouting instead of single-qouting
  or no-qouting.
  
  *replaced the code for the title. was <h1 class="headline">.
  now the title is built into a table together with the
  breadcrumb, thus making it easier to adjust and works cross-browser.
  
  *"fixed" frontpage to contain invisble space so titlebar of
  frontpage is in the exact same position as all others for
  nice browing pleasure  [:-)] . maybe we could have some graphic
  above the "welcome ..." title, it seems empty without the
  breadcrumb, but i prefer empiness before a "dancing" titlebar.
  
  *"fixed" the two next.gifs to be 48 wide indtead of 49 which
  caused ns4 to show the outer right-frame of those pics
  
  *removed the <div content> completely as it does no good, i
  think. maybe i have overlooked something here so we can just
  insert it again, but i dont see the point. we are now having
  aligned margins for actual text-content, breadcrumb, search,
  navs etc.
  
  *the menu is now looking the same (more or less) across
  "all" browsers. it is done with an accidently discovered
  hack and without the use of space-gifs. it now has a
  seperator between menuitems, but this can be easily replaced
  if we dont want these seperators. i have added the
  medium-blue color in the titles for the menus and the dark
  blue as background for selected menu item. im not sure which
  combination of colours work the best but i liked these boxes
  titles to have a color that was not gray.
  
  *the ad section now also looks the same in all browsers,
  done with the same trick as for menus. book-title same as
  above. i also added black 1px border around the images which
  i think is a classic mistake not to have around any ads of
  this sort  [:)]
  NB! i have overlooked the bg-color for these ads (they
  should have the same light gray colour as the menu-boxes, i
  have a fix made locally)
  
  *in the download section i have removed the <div> and put
  the class-selector into the tablecell alredy there. i have
  removed the parenthesis and made the file-size part of the
  link, which is very usual for downloads, so now that text is
  also coloured like other links. i have reduced the sizes of
  the images, mainly just for trying it out (NB! i do not have
  a proper pdf-gif so that looks pretty bad) please clear your
  caches anyway.
  
  *fonts*
  - i have used the helvetica, arial, verdana font-family, and
  for certain items i have reversed that order so verdana
  shines thru just for spicing it slightly up (breadcrumb, menu)
  
  *the <form>-tags and the hidden fields have been placed
  elsewhere otherwise they mess things up for ns4 and also
  ie/windows i think. i have stylized the text-field a little
  for viewing pleasure in certain browsers (only ie5+ ??)
  
  *i have replaced <hr> w. <hr noshade size="1"> to give it a
  clean elegant look
  
  *in the breadcrumb i have replaced space/space, with &nbsp;/&nbsp;
  
  *in navbar_local_bottomi have asigned 50% width for the tow
  possible cells
  
  *in navbar_local_top i have removed <div class="download">
  and asigned 33% width for the three possible cells
  
  *i have replaced the single &nsb; with a single <br> to
  ensure 1px width of the new "pre-bar"
  
  *style.css*
  complelety re-arranged and optimzed for ns4 to still be
  working with other browsers
  
  - removed all styles that are not used (in this version)
  - added visited link colours for all links apart from those
  in menu and list-types
  - added hover link colours for all links apart from list-types
  - added padding for div in ad-areas
  - changed .table-top bgcolor to our old medium-blue ASF and
  set font color to black!!!
  - decreased font-size for navbarglobal to 0.85em
  - inserted color for navbarglobal so slashed and links are
  now same colours
  - increased tail-font-size to 0.85em
  - specified right-margin to 0px for ns4
  - replaced and ns-optimzed all div.selectmenuitem and
  div.notselectmenuitem with td.selectmenuitem and
  td.notselectmenuitem respectively
  - inserted styles for dl, ul, p
  - gave .table-top an absolute font-size like other menu-items
  
  Submitted by:	allan <la...@inet.uni2.dk>
  Reviewed by:	stas
  
  Revision  Changes    Path
  1.20      +2 -1      modperl-docs/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/modperl-docs/TODO,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- TODO	19 Feb 2002 15:24:43 -0000	1.19
  +++ TODO	21 Feb 2002 08:55:18 -0000	1.20
  @@ -18,7 +18,8 @@
   
   - since we have <hr> before the tail on all pages, we don't need the
     &nbsp; x 300 hack, since hr will ensure that the page will always
  -  span 100% to the right. But need to test this first.
  +  span 100% to the right. the local_nav table also spans 100%. But
  +  need to test this first.
   
   DocSet:
   -------
  
  
  
  1.30      +175 -104  modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- style.css	5 Feb 2002 17:36:56 -0000	1.29
  +++ style.css	21 Feb 2002 08:55:18 -0000	1.30
  @@ -4,35 +4,88 @@
       color: #000000; 
   }
   
  -.headline {
  -    padding: 5px;
  -    /* width:100%;  works in NS4, but not in Moz/Opera */
  -    margin-top:2px;
  -    background-color: #525D76;
  -    color: #ffffff;
  -    border-style:none;
  -    border:1px;
  -    font-size:1.4em;
  -    margin-right:0px;  /* 100% width span for NS4 */
  -    font-weight: bold; /* fixup for NS4, because of margin-right */
  +p {
  +    font-family: helvetica, arial, verdana, sans-serif; 
  +    font-size: 1.0em;
  +    color: #000000; 
   }
   
   h1, h2, h3, h4 {
       color: #525D76;
  -    font-size:1.2em;
  +    font-size: 1.2em;
  +    font-family: helvetica, arial, verdana, sans-serif;
   }  
   
  -
   a:link    { color: #0000ff;} 
  -a:visited { color: #0000ff;}
  -a:active  { color: #0000ff;}
  -a:hover   { color: #0000ff;}
  +a:visited { color: #993333;}
  +a:active  { color: #666666;}
  +a:hover   { color: #666666;}
   
  +td.menu-title-bg {
  +    background-color: #828DA6;
  +}
   
  -code { 
  -    font-family: courier new, courier, monospace;
  +td.non-sel-bg {
  +    background-color: #eeeeee;
  +}
  +
  +td.sel-bg {
  +    background-color: #525D76;
  +}
  +
  +div.nonselectedmenuitem a:link, div.nonselectedmenuitem a:visited, div.nonselectedmenuitem a:active {
  +    font-family: verdana, arial, helvetica, sans-serif;
  +    font-size: 12px;
  +    color: #525D76;
  +    text-decoration: none;
   }
   
  +div.nonselectedmenuitem {
  +    padding: 3px;
  +    color: #000000;
  +    font-family: verdana, helvetica, arial, sans-serif;
  +    font-size: 12px;
  +    background-color: #eeeeee;
  +}
  +
  +div.selectedmenuitem a, div.selectedmenuitem a:link, div.selectedmenuitem a:visited, div.selectedmenuitem a:active {
  +    font-family: verdana, arial, helvetica, sans-serif;
  +    font-size: 12px;
  +    color: #ffffff;
  +    text-decoration: none;
  +}
  +
  +div.selectedmenuitem {
  +    background-color: #525D76;
  +    padding: 3px;
  +}
  +
  +div.nonselectedmenuitem a:hover, div.selectedmenuitem a:hover {
  +    color: #999999;
  +}
  +
  +div.menu-title {
  +    padding: 3px;
  +    color: #000000;
  +    font-family: verdana, helvetica, arial, sans-serif;
  +    font-size: 14px;
  +    font-weight: bold;
  +    background-color: #828DA6;
  +    text-align: center;
  +}
  +
  +td.menu-border {
  +    background-color: #525D76;
  +}
  +
  +/* standard html tags */
  +
  +td.search {
  +    background-color: #525D76;
  +    font-family: verdana, arial, helvetica, sans-serif;
  +    font-size: 11px;
  +    color: #ffffff;
  +}
   
   /* main boxes */
   div.leftbox {
  @@ -47,10 +100,15 @@
       position: absolute;
       top: 5px;
       left: 190px;
  -    padding: px;
  +    padding: 5px;
       padding-right:10px; 
  +    border: 1px;
  +    border-style: none;
  +    border-color: #000000;
   }
   
  +
  +
   /* boxes in the left box */
   div.logo {
       width: 150px;
  @@ -64,7 +122,7 @@
       border: 1px;
       padding: 5px;
       border-style: none;
  -    /* background-color: #ffffff; */
  +   /* background-color: #ffffff; */
   }
   
   div.menulinks {
  @@ -78,136 +136,149 @@
       border: 1px;
       padding: 5px;
       border-style: none;
  -   /* background-color: #ffffff; */
  +   /* background-color: #ffffff;*/
   }
   
   div.ad a:link    {text-decoration: none; color: #525d76;}
   div.ad a:visited {text-decoration: none; color: #525d76;}
   div.ad a:active  {text-decoration: none; color: #525d76;}
  -div.ad a:hover   {text-decoration: none; color: #525d76;}
  +div.ad a:hover   {text-decoration: none; color: #666666;}
   
   div.adtext {
  -    font-size: 0.7em;
  -    text-align:center;
  -}
  -
  -.table-head {}
  -.table-top {
  +    font-family: helvetica, arial, verdana, sans-serif;
       font-size: 0.8em;
  -    background-color: #cccccc;
  -    color: #525d76;
  -
  -}
  -.table-cell { 
  -    background-color: #eeeeee;
  -    vertical-align:top;
  -}
  -.table-surround { 
  -    background-color: black; 
  -}
  -.table-light { 
  -    background-color: #00cc99; 
  +    text-align: center;
  +    padding: 5px;
   }
   
  -div.selectedmenuitem {
  -    font-weight: bold;
  -    font-size:12px;
  -    margin-bottom:5px;
  -    margin-top:5px;
  +
  +/*breacrumb*/
  +td.navbarglobal {
  +    font-family: verdana, helvetica, sans-serif;
  +    color: #828DA6;
  +    font-size: 0.85em;
   }
   
  -div.selectedmenuitem a:link    {text-decoration: none; color: #525D76;}
  -div.selectedmenuitem a:visited {text-decoration: none; color: #525D76;}
  -div.selectedmenuitem a:active  {text-decoration: none; color: #525D76;}
  -div.selectedmenuitem a:hover   {text-decoration: none; color: #525D76;}
   
  -div.nonselectedmenuitem {
  -    font-size:12px;
  -    margin-bottom:5px;
  -    margin-top:5px;
  +td.navbarglobal a:link, td.navbarglobal a:visited, td.navbarglobal a:active {
  +    text-decoration: none; 
  +    color: #828DA6;
  +    font-family:  verdana, sans-serif;
   }
   
  -div.nonselectedmenuitem a:link    {text-decoration: none; color: #525D76;}
  -div.nonselectedmenuitem a:visited {text-decoration: none; color: #525D76;}
  -div.nonselectedmenuitem a:active  {text-decoration: none; color: #525D76;}
  -div.nonselectedmenuitem a:hover   {text-decoration: none; color: #525D76;}
  +td.navbarglobal a:hover {
  +    text-decoration: none; 
  +    color: #666666;
  +    font-family:  verdana, sans-serif;
  +}
   
  -/* boxes in the right box */
  -div.content {
  -    border: 1px;
  -    border-style: none;
  -    border-color: #000000;
  -    background-color: #ffffff;
  -    padding: 5px;
  -    padding-left: 8px;
  -    padding-right: 8px;
  +div.index_section {
  +    font-family: helvetica, arial, verdana, sans-serif; 
  +    font-size: 1.0em;
  +    color: #000000; 
   }
   
  -div.navbarglobal {
  -    padding:5px;
  -    padding-left: 8px;
  +div.tail {
  +    padding: 5px;
  +    font-size: 0.85em;
  +    font-family: helvetica, arial, verdana, sans-serif;
       border: 1px;
       border-style: none;
       border-color: #000000;
  -    background-color: #ffffff;
  -    color: #000000;
  +    /*background-color: #ffffff;*/
  +    margin-right: 0px;
   }
   
  -div.navbarglobal a {text-decoration: none; color: #828DA6;}
   
  -div.navbarlocal {
  -    text-align: right;
  +/* various font defs */
  +.headline {
  +    color: #ffffff;
  +    font-family: helvetica, arial, verdana, sans-serif;
  +    font-size:1.5em;
  +    font-weight: bold;
   }
   
  -div.tail {
  -    padding:5px;
  -    font-size: 0.6em;
  +code { 
  +    font-family: courier new, courier, monospace;
  +}
  +
  +/* lists */
  +dl, ul {
  +    color: #000000;
  +    font-size: 1.0em;
       font-family: helvetica, arial, verdana, sans-serif;
  -    border: 1px;
  -    border-style: none;
  -    border-color: #000000;
  -    background-color: #ffffff;
   }
   
  -div.toc {
  -    font-size: 0.9em;
  +dl a:link, dl a:active, ul a, ul a:link, ul a:active, ul a:visited, ul a:hover  {
  +    text-decoration: none; 
  +    color: #0000ff;
   }
   
  -div.toc a {text-decoration: none; color: #0000ff;}
  +dl a:visited {
  +    text-decoration: none; 
  +    color: #993333;
  +}
   
  +dl a:hover {
  +    text-decoration: none; 
  +    color: #666666;
  +}
   
  -div.download {
  -    font-size: 0.8em;
  +/* formfields */
  +.input-fld { 
  +    height: auto;
  +    font-family: verdana, arial, helvetica, sans-serif;
  +    font-size: 12px;
   }
   
  -td.gray, td.white {
  -    background-color: #eeeeee;
  +.submit-but {
  +    font-family: verdana, arial, helvetica, sans-serif;
  +    font-size: 10px;
  +    height: auto;
   }
   
  -td.gray a, td.gray a:link, td.gray a:visited, td.gray a:active, td.gray a:hover{
  -    font-family: verdana, helvetica, sans-serif;
  -    font-size: 12px;
  -    color: #525D76;
  -    text-decoration: none;
  +/* misc */
  +
  +/* border-color for ad-images */
  +.img-border {
  +    color: #000000;
   }
   
   
  -td.white, td.white a, td.white a:link, td.white a:visited, td.white a:active {
  -    font-family: verdana, helvetica, sans-serif;
  -    font-size: 12px;
  -    color: #525D76;
  -    font-weight: bold;
  +/* font specs for download widget */
  +td.download a:link, td.download a:active , td.download a:visited {
       text-decoration: none;
  +    font-size: 0.85em;
  +    font-family: helvetica, arial, verdana, sans-serif;
  +}
  +
  +td.download a:hover {
  +    text-decoration: none;
  +    color: #666666;
  +    font-size: 0.85em;
  +    font-family: helvetica, arial, verdana, sans-serif;
   }
   
  -td.white a:hover {
  -		color: #666666
  +/* "spacegif" substitute in menus */
  +td.blue-bg {
  +    background-color: #525D76;
  +}
  +
  +td.ad-bg {
  +    background-color: #eeeeee;
   }
   
  +/* hack aimed for opera instead of using space.gif*/
   .smallbr {
  -	font-family: helvetica, arial, verdana, sans-serif;
  -	font-size: 1px;
  -	line-height: 1px;
  +    font-family: helvetica, arial, verdana, sans-serif;
  +    font-size: 1px;
  +    line-height: 1px;
   }
   
  +.medbr {
  +    font-family: helvetica, arial, verdana, sans-serif;
  +    font-size: 8px;
  +    line-height: 8px;
  +}
   
  +.hr { height: 1px; }
  
  
  
  1.10      +53 -31    modperl-docs/tmpl/custom/html/ad
  
  Index: ad
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/ad,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ad	3 Feb 2002 07:07:20 -0000	1.9
  +++ ad	21 Feb 2002 08:55:18 -0000	1.10
  @@ -1,47 +1,69 @@
  -<div class='ad'>
  +<div class="ad">
   [% WRAPPER wrap_box 
              title = 'Books'
   -%]
  -<div class="adtext">
  -    <a href="http://www.modperl.com/">
  -        Writing Apache Modules with Perl and C<br><br>
  -        <img src="[% doc.dir.abs_doc_root %]/images/ads/wrapmod.jpg" 
  -             border=0 align="middle" width=107 height=140 
  -             alt="Writing Apache Modules with Perl and C"><br><br>
  -        By Lincoln Stein, Doug MacEachern
  -    </a>
  -</div>
  +    <!--books top-line seprator-->
  +    <tr>
  +        <td class="menu-border" colspan="3" height="1"><br class="smallbr"></td>
  +    </tr>
  +    <tr>
  +        <td class="menu-border" width="1"><br></td>
  +        <td class="ad-bg">
  +            <div class="adtext">
  +            <br>Writing Apache Modules with Perl and C<br><br>
  +                <a href="http://www.modperl.com/">
  +                    <img src="[% doc.dir.abs_doc_root %]/images/ads/wrapmod.jpg" border="1" align="middle" width="107" height="140" class="img-border" alt="Writing Apache Modules with Perl and C">
  +                </a>
  +                <br><br>
  +                <em>By Lincoln Stein, Doug MacEachern</em>
  +            </div>
  +        </td>
  +        <td class="menu-border" width="1"><br></td>
  +    </tr> 
   
   [% END %]
   
   [% WRAPPER wrap_box 
              title = ''
   -%]
  -<div class="adtext">
  -    <a href="http://www.modperlcookbook.org/">
  -        The mod_perl Developer's Cookbook<br><br>
  -        <img src="[% doc.dir.abs_doc_root %]/images/ads/modperlcookbook.jpg" 
  -             border=0 align="middle" width=113 height=140 
  -             alt="The mod_perl Developer's Cookbook"><br><br>
  -        By Geoffrey Young, Paul Lindner, Randy Kobes
  -    </a>
  -</div>
  -
  +    <tr>
  +        <td class="menu-border" width="1"><br></td>
  +        <td class="ad-bg">
  +            <div class="adtext">
  +                The mod_perl Developer's Cookbook<br><br>
  +                <a href="http://www.modperlcookbook.org/">
  +                    <img src="[% doc.dir.abs_doc_root %]/images/ads/modperlcookbook.jpg" border="1" align="middle" width="113" height="140" class="img-border" alt="The mod_perl Developer's Cookbook">
  +                </a>
  +                <br><br>
  +                <em>By Geoffrey Young, Paul Lindner, Randy Kobes</em>
  +            </div>
  +        </td>
  +        <td class="menu-border" width="1"><br></td>
  +    </tr> 
   [% END %]
   
   [% WRAPPER wrap_box 
              title = ''
   -%]
  -<div class="adtext">
  -    <a href="http://www.oreilly.com/catalog/modperlpr/">
  -         mod_perl Pocket Reference<br><br>
  -        <img src="[% doc.dir.abs_doc_root %]/images/ads/modperlpr.jpg" 
  -             border=0 align="middle" width=85 height=140
  -             alt="mod_perl Pocket Reference"><br><br>
  -        By Andrew Ford
  -    </a>
  -</div>
  +    <tr>
  +        <td class="menu-border" width="1"><br></td>
  +        <td class="ad-bg">
  +            <div class="adtext">
  +                mod_perl Pocket Reference<br><br>
  +                <a href="http://www.oreilly.com/catalog/modperlpr/">
  +                    <img src="[% doc.dir.abs_doc_root %]/images/ads/modperlpr.jpg" border="1" align="middle" width="85" height="140" class="img-border" alt="mod_perl Pocket Reference">
  +                </a>
  +                    <br><br>
  +                    <em>By Andrew Ford</em>
  +            </div>
  +        </td>
  +        <td class="menu-border" width="1"><br></td>
  +    </tr> 
  +    
  +    <!--books bottom-line seprator-->
  +    <tr>
  +        <td class="menu-border" colspan="3" height="1"><br class="smallbr"></td>
  +    </tr>
   [% END %]
  -</div>
  -
   
  +</div>
  \ No newline at end of file
  
  
  
  1.3       +3 -6      modperl-docs/tmpl/custom/html/download_link
  
  Index: download_link
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/download_link,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- download_link	3 Feb 2002 04:47:01 -0000	1.2
  +++ download_link	21 Feb 2002 08:55:18 -0000	1.3
  @@ -4,18 +4,15 @@
       IF doc.pdf_doc.link;
           INCLUDE pdf_doc;
       END;
  -
  +    "&nbsp;&nbsp;";
       # pdf block
       IF doc.src_doc.link;
           INCLUDE src_doc;
       END;
   -%]
   [% BLOCK pdf_doc %]
  -<a href="[% doc.pdf_doc.link -%]"><img src="[% doc.dir.abs_doc_root %]/images/ver_pdf.gif" 
  -width=31 height=32 border=0 alt="PDF version of the document"></a> 
  -([% doc.pdf_doc.size %])
  +<a href="[% doc.pdf_doc.link -%]"><img src="[% doc.dir.abs_doc_root %]/images/ver_pdf.gif" width="31" height="32" border="0" alt="PDF version of the document">&nbsp;[% doc.pdf_doc.size %]</a> 
   [% END %]
   [% BLOCK src_doc %]
  -<a href="[% doc.src_doc.link -%]"><img src="[% doc.dir.abs_doc_root %]/images/ver_src.gif" 
  -width=32 height=31 border=0 alt="Source version of the document"></a>([% doc.src_doc.size %])
  +<a href="[% doc.src_doc.link -%]"><img src="[% doc.dir.abs_doc_root %]/images/ver_src.gif" width="31" height="32" border="0" alt="Source version of the document">&nbsp;[%doc.src_doc.size %]</a>
   [% END %]
  
  
  
  1.2       +1 -2      modperl-docs/tmpl/custom/html/headers
  
  Index: headers
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/headers,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- headers	5 Jan 2002 19:29:53 -0000	1.1
  +++ headers	21 Feb 2002 08:55:18 -0000	1.2
  @@ -3,5 +3,4 @@
      <meta name="keywords" content="mod_perl modperl perl cgi apache webserver speed fast guide mod_perl apache guide help info faq mod_perl installation cgi troubleshooting help no sex speedup free open source OSS mod_perl apache guide">
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <meta name="Classification" content="information">
  -   <link href="[% doc.dir.abs_doc_root %]/style.css" rel=stylesheet type="text/css" title="refstyle">
  -
  +   <link href="[% doc.dir.abs_doc_root %]/style.css" rel="stylesheet" type="text/css" title="refstyle">
  \ No newline at end of file
  
  
  
  1.11      +9 -3      modperl-docs/tmpl/custom/html/index
  
  Index: index
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index	3 Feb 2002 11:14:55 -0000	1.10
  +++ index	21 Feb 2002 08:55:18 -0000	1.11
  @@ -12,7 +12,7 @@
   <!-- Swishcommand noindex -->
   
   <!-- left box (NAV)-->
  -<div class='leftbox'>
  +<div class="leftbox">
       [% INCLUDE logo %]
       <br>
       [% INCLUDE menu_main nav=doc.nav; %]
  @@ -25,10 +25,16 @@
   <!-- end left box-->
   
   <!-- right box-->
  -<div class='rightbox'>
  +<div class="rightbox">
  +<form method="post" action="/modperl-site/search/swish.cgi" enctype="application/x-www-form-urlencoded">
       [% INCLUDE index_body %]
  -    <br><hr>
  +    <br>
  +    <hr noshade size="1">
       [% INCLUDE tail %]
  +    <input type="hidden" name="metaname" value="swishdefault">
  +    <input type="hidden" name="sort" value="swishrank">
  +    <input type="hidden" name="what" value="[% %]">
  +</form>
   </div>
   <!-- end right box-->
   
  
  
  
  1.11      +1 -2      modperl-docs/tmpl/custom/html/index_body
  
  Index: index_body
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_body,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index_body	5 Feb 2002 04:13:37 -0000	1.10
  +++ index_body	21 Feb 2002 08:55:18 -0000	1.11
  @@ -3,7 +3,6 @@
   -%]
   
   <!-- content-->
  -<div class="content">
   [%
       INCLUDE title;
   
  @@ -34,4 +33,4 @@
           rel_doc_root=doc.dir.rel_doc_root;
   
   %]
  -</div>
  +<!-- end content-->
  \ No newline at end of file
  
  
  
  1.6       +1 -3      modperl-docs/tmpl/custom/html/index_toc
  
  Index: index_toc
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_toc,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index_toc	28 Jan 2002 02:24:52 -0000	1.5
  +++ index_toc	21 Feb 2002 08:55:18 -0000	1.6
  @@ -22,6 +22,4 @@
       %]
   
       </div>
  -[% END %]
  -
  -
  +[% END %]
  \ No newline at end of file
  
  
  
  1.4       +5 -6      modperl-docs/tmpl/custom/html/index_toc_section
  
  Index: index_toc_section
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_toc_section,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index_toc_section	3 Feb 2002 04:47:01 -0000	1.3
  +++ index_toc_section	21 Feb 2002 08:55:18 -0000	1.4
  @@ -5,10 +5,9 @@
   %]
       [% FOREACH sec = subs %]
           <dl>
  -        <dt><a href="[% sec.link %]"><img src="[% doc.dir.abs_doc_root %]/images/arrow_right.gif" alt="-" align="middle" border="0" height="18" width="18">[% sec.title %]</a>
  -	[% IF sec.abstract %]
  -        <dd>[% sec.abstract %]
  - 	[% END %]
  -        </dl>
  +            <dt><a href="[% sec.link %]"><img src="[% doc.dir.abs_doc_root %]/images/arrow_right.gif" alt="-" align="middle" border="0" height="18" width="18">[% sec.title %]</a></dt>
  +    [% IF sec.abstract %]
  +            <dd>[% sec.abstract %]</dd>
       [% END %]
  -
  +        </dl>
  +    [% END %]
  \ No newline at end of file
  
  
  
  1.3       +2 -2      modperl-docs/tmpl/custom/html/logo
  
  Index: logo
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/logo,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- logo	3 Feb 2002 04:47:01 -0000	1.2
  +++ logo	21 Feb 2002 08:55:18 -0000	1.3
  @@ -1,3 +1,3 @@
  -<div class='logo'>
  -<a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root %]/images/logo/mod_perl2.jpg" border=0 alt="mod_perl icon" height=59 width=150></a><br>
  +<div class="logo">
  +<a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root %]/images/logo/mod_perl2.jpg" border="0" alt="mod_perl icon" height="59" width="150"></a><br>
   </div>
  
  
  
  1.4       +14 -4     modperl-docs/tmpl/custom/html/menu_links
  
  Index: menu_links
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/menu_links,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- menu_links	4 Feb 2002 12:22:43 -0000	1.3
  +++ menu_links	21 Feb 2002 08:55:18 -0000	1.4
  @@ -11,13 +11,23 @@
       ['http://use.perl.org/', 'Use Perl'],
          ]; 
   %]
  -<div class='menulinks'>
  +<div class="menulinks">
   [% WRAPPER wrap_box 
              title = 'sister sites'
   -%]
   [%- FOREACH but = buttons %]
  -<div class='nonselectedmenuitem'><a href="[% but.0 %]">[% but.1 %]</a></div>
  +		<tr>
  +			<td class="menu-border"><br></td>
  +			<td class="non-sel-bg">
  +				<div class="nonselectedmenuitem">
  +                    <a href="[% but.0 %]">[% but.1 %]</a>
  +				</div>
  +			</td>
  +			<td class="menu-border"><br></td>
  +		</tr>
   [% END %]
  +		<tr>
  +			<td class="menu-border" colspan="3" height="1"><br class="smallbr"></td>
  +		</tr>
   [% END %]
  -</div>
  -
  +</div>
  \ No newline at end of file
  
  
  
  1.2       +18 -5     modperl-docs/tmpl/custom/html/menu_main
  
  Index: menu_main
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/menu_main,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menu_main	30 Jan 2002 16:51:48 -0000	1.1
  +++ menu_main	21 Feb 2002 08:55:18 -0000	1.2
  @@ -34,21 +34,34 @@
          link = INCLUDE link prefix=prefix link=p.meta.link;
          IF p.id == current.id;
              style = 'selectedmenuitem';
  +           td_style = 'sel-bg';
          ELSE;
              style = 'nonselectedmenuitem';
  +           td_style = 'non-sel-bg';
          END;
  -       buttons.push({link => link, text => p.meta.stitle, style => style});
  +       buttons.push({link => link, text => p.meta.stitle, style => style, td_style => td_style});
          p = p.next; # next node
      END;
   -%]
   
  -<div class='menumain'>
  +<div class="menumain">
   [% WRAPPER wrap_box 
              title = 'perl.apache.org'
   -%]
   [%- FOREACH but = buttons %]
  -<div class='[% but.style  %]'><a href="[% but.link %]">[% but.text %]</a></div>
  +		<tr>
  +			<td class="menu-border"><br></td>
  +			<td class="[% but.td_style %]">
  +				<div class="[% but.style %]">
  +				    <a href="[% but.link %]">[% but.text %]</a>
  +				</div>
  +			</td>
  +			<td class="menu-border"><br></td>
  +		</tr>
  +
   [% END %]
  +		<tr>
  +			<td class="menu-border" colspan="3" height="1"><br class="smallbr"></td>
  +		</tr>
   [% END %]
  -</div>
  -
  +</div>
  \ No newline at end of file
  
  
  
  1.6       +20 -12    modperl-docs/tmpl/custom/html/navbar_global
  
  Index: navbar_global
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_global,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navbar_global	3 Feb 2002 11:14:55 -0000	1.5
  +++ navbar_global	21 Feb 2002 08:55:18 -0000	1.6
  @@ -9,7 +9,7 @@
          parents = [];
          p = nav.up;
          nav_not_empty = 0;
  -	WHILE p;
  +       WHILE p;
              parents.unshift(p);
              p = p.up;
   	   nav_not_empty = 1; 
  @@ -36,15 +36,23 @@
          END;
       -%]
   
  -    [%- IF nav_not_empty == 1 -%]
  -        <div class='navbarglobal'>
  -        [%- WRAPPER splash/domm_button 
  -                     width = "100%"
  -                     align = 'left'
  -                     col   = splash.style.select.col.fore
  -        -%]
  -            [%- FOREACH sec = sects -%]<a href="[% sec.link %]"><b>[% sec.text %]</b></a> / [%- END -%]
  -        [%- END -%]
  -        </div>
  -    [%- END -%]
  +
  +<table border="0" width="100%" cellspacing="0" cellpadding="0">
  +    <!--breadcrumb-->
  +        <tr>
  +            <td class="navbarglobal" valign="top" height="20">
  +                [%- IF nav_not_empty == 1 -%]
  +                    [%- WRAPPER splash/domm_button 
  +                                 width = "100%"
  +                                 align = 'left'
  +                                 col   = splash.style.select.col.fore
  +                    -%]
  +                        [%- FOREACH sec = sects -%]<a href="[% sec.link %]"><b>[% sec.text %]</b></a>&nbsp;/&nbsp;[%- END -%]
  +                    [%- END -%]
  +                [%- ELSE -%]
  +                    <br>
  +                [%- END -%]
  +            </td>
  +        </tr>    
  +    <!--end breadcrumb-->
   [% END -%]
  
  
  
  1.3       +11 -9     modperl-docs/tmpl/custom/html/navbar_local_bottom
  
  Index: navbar_local_bottom
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_bottom,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navbar_local_bottom	3 Feb 2002 06:27:01 -0000	1.2
  +++ navbar_local_bottom	21 Feb 2002 08:55:18 -0000	1.3
  @@ -3,12 +3,14 @@
      # nav          - cache navigator object
      # rel_doc_root - relative docs path
   %]
  -<table width="100%" border=0>
  -<tr>
  -<td align="left">
  -[% INCLUDE top_link %]
  -</td>
  -<td align="right">
  -[% INCLUDE prev_next_link %]
  -</td>
  -</tr></table>
  +<table width="100%" border="0" cellspacing="0" cellpadding="0">
  +    <tr>
  +        <td align="left" width="50%">
  +            [% INCLUDE top_link %]
  +        </td>
  +        <td align="right" width="50%">
  +            [% INCLUDE prev_next_link %]
  +        </td>
  +    </tr>
  +</table>
  +<!--this line break must be here for ns4-->
  
  
  
  1.5       +14 -17    modperl-docs/tmpl/custom/html/navbar_local_top
  
  Index: navbar_local_top
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_top,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navbar_local_top	5 Feb 2002 16:11:56 -0000	1.4
  +++ navbar_local_top	21 Feb 2002 08:55:18 -0000	1.5
  @@ -3,20 +3,17 @@
      # nav          - cache navigator object
      # rel_doc_root - relative docs path
   %]
  -<table width="100%" border=0>
  -<tr>
  -<td align="left">
  -[% INCLUDE search %]
  -</td>
  -<td align="center">
  -<div class="download">
  -[% INCLUDE download_link %]
  -</div>
  -</td>
  -<td align="right">
  -[% INCLUDE prev_next_link %]
  -</td>
  -</tr></table>
  -
  -
  -
  +<table width="100%" border="0" cellspacing="0" cellpadding="0">
  +    <tr valign="middle">
  +        <td align="left" width="33%">
  +            [% INCLUDE search %]
  +        </td>
  +        <td align="center" class="download" width="33%">
  +            [% INCLUDE download_link %]
  +        </td>
  +        <td align="right" width="33%">
  +            [% INCLUDE prev_next_link %]
  +        </td>
  +    </tr>
  +</table>
  +<!--this line break must be here for ns4-->
  
  
  
  1.12      +9 -4      modperl-docs/tmpl/custom/html/page
  
  Index: page
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- page	3 Feb 2002 11:14:55 -0000	1.11
  +++ page	21 Feb 2002 08:55:18 -0000	1.12
  @@ -13,7 +13,7 @@
   <!-- Swishcommand noindex -->
   
   <!-- left box (NAV)-->
  -<div class='leftbox'>
  +<div class="leftbox">
       [% INCLUDE logo %]
       <br>
       [% INCLUDE menu_main
  @@ -29,12 +29,17 @@
   <!-- end left box-->
   
   <!-- right box-->
  -<div class='rightbox'>
  +<div class="rightbox">
  +<form method="post" action="/modperl-site/search/swish.cgi" enctype="application/x-www-form-urlencoded">
       [% INCLUDE page_body %]
  -    <br><hr>
  +    <br>
  +   	<hr noshade size="1">
       [% INCLUDE tail %]
  +    <input type="hidden" name="metaname" value="swishdefault">
  +    <input type="hidden" name="sort" value="swishrank">
  +    <input type="hidden" name="what" value="[% %]">
  +</form>
   </div>
   <!-- end right box-->
  -
   </body>
   </html>
  
  
  
  1.17      +1 -4      modperl-docs/tmpl/custom/html/page_body
  
  Index: page_body
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_body,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- page_body	4 Feb 2002 11:34:34 -0000	1.16
  +++ page_body	21 Feb 2002 08:55:18 -0000	1.17
  @@ -5,7 +5,6 @@
   %]
   
   <!-- content-->
  -<div class="content">
   [%
       INCLUDE title;
   
  @@ -33,6 +32,4 @@
       END;
       "<!-- SwishCommand noindex -->";
   %]
  -</div>
  -<!-- end content-->
  -
  +<!-- end content-->
  \ No newline at end of file
  
  
  
  1.6       +1 -1      modperl-docs/tmpl/custom/html/page_toc
  
  Index: page_toc
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_toc,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- page_toc	5 Feb 2002 10:09:19 -0000	1.5
  +++ page_toc	21 Feb 2002 08:55:18 -0000	1.6
  @@ -10,4 +10,4 @@
   <div class="toc">
       [% INCLUDE page_toc_section subs=toc %]
   </div>
  -[% END %]
  +[% END %]
  \ No newline at end of file
  
  
  
  1.2       +1 -1      modperl-docs/tmpl/custom/html/page_toc_section
  
  Index: page_toc_section
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_toc_section,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page_toc_section	15 Jan 2002 15:39:27 -0000	1.1
  +++ page_toc_section	21 Feb 2002 08:55:18 -0000	1.2
  @@ -14,4 +14,4 @@
           [% END %]
           </li>
       [% END %]
  -    </ul>
  +    </ul>
  \ No newline at end of file
  
  
  
  1.8       +8 -10     modperl-docs/tmpl/custom/html/prev_next_link
  
  Index: prev_next_link
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/prev_next_link,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- prev_next_link	5 Feb 2002 16:11:56 -0000	1.7
  +++ prev_next_link	21 Feb 2002 08:55:18 -0000	1.8
  @@ -4,7 +4,6 @@
      # nav          - cache navigator object
      # rel_doc_root - relative docs path
   -%]
  -<div class="navbarlocal">
   [%- prev = nav.prev;
      next = nav.next;
      IF prev;
  @@ -16,21 +15,20 @@
   -%]
   [% IF prev_link || rel_doc_root || next_link -%]
       [%- IF prev_link -%]
  -<a href="[% prev_link %]"><img src="[% doc.dir.abs_doc_root %]/images/nav/page_prev.gif" alt="previous page" border=0 width=48 height=20></a>
  +<a href="[% prev_link %]"><img src="[% doc.dir.abs_doc_root %]/images/nav/page_prev.gif" alt="previous page" border="0" width="49" height="20"></a>
       [%- ELSE -%]
  -<img src="[% doc.dir.abs_doc_root %]/images/nav/page_noprev.gif" alt="next page" border=0 width=49 height=20>
  +<img src="[% doc.dir.abs_doc_root %]/images/nav/page_noprev.gif" alt="next page" border="0" width="49" height="20">
       [%- END -%]
       [%- IF rel_doc_root -%]
  -<a href="[% rel_doc_root %]/index.html"><img src="[% doc.dir.abs_doc_root %]/images/nav/page_parent.gif" alt="up" border=0 height=20 width=25></a>
  +<a href="[% rel_doc_root %]/index.html"><img src="[% doc.dir.abs_doc_root %]/images/nav/page_parent.gif" alt="up" border="0" height="20" width="25"></a>
       [%- ELSE -%]
  -<img src="[% doc.dir.abs_doc_root %]/images/nav/page_noparent.gif" alt="parent page" border=0 height=20 width=25>
  +<img src="[% doc.dir.abs_doc_root %]/images/nav/page_noparent.gif" alt="parent page" border="0" height="20" width="25">
       [%- END -%]
       [%- IF next_link -%]
  -<a href="[% next_link %]"><img src="[% doc.dir.abs_doc_root %]/images/nav/page_next.gif" alt="next page" border=0 width=48 height=20></a>
  +<a href="[% next_link %]"><img src="[% doc.dir.abs_doc_root %]/images/nav/page_next.gif" alt="next page" border="0" width="49" height="20"></a>
       [%- ELSE -%]
  -<img src="[% doc.dir.abs_doc_root %]/images/nav/page_nonext.gif" alt="next page" border=0 width=49 height=20>
  +<img src="[% doc.dir.abs_doc_root %]/images/nav/page_nonext.gif" alt="next page" border="0" width="49" height="20">
       [%- END -%]
   [%- ELSE -%]
  -<img src="[% doc.dir.abs_doc_root %]/images/trans_pix.gif" alt="navigation" border=0 width=123 height=20>
  -[%- END -%]
  -</div>
  \ No newline at end of file
  +<img src="[% doc.dir.abs_doc_root %]/images/trans_pix.gif" alt="navigation" border="0" width="123" height="20">
  +[%- END -%]
  \ No newline at end of file
  
  
  
  1.3       +2 -11     modperl-docs/tmpl/custom/html/search
  
  Index: search
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- search	4 Feb 2002 11:47:41 -0000	1.2
  +++ search	21 Feb 2002 08:55:18 -0000	1.3
  @@ -1,11 +1,2 @@
  -<form method="post" action="/modperl-site/search/swish.cgi" 
  -      enctype="application/x-www-form-urlencoded">
  -<input type="text" name="query"  size="15" maxlength="200" />
  -<input type="submit" name="submit" value="Search!" /><br>
  -<input type="hidden" name="metaname" value="swishdefault">
  -<input type="hidden" name="sort" value="swishrank">
  -<input type="hidden" name="what" value="[% %]">
  -</form>
  -
  -
  -
  +<input type="text" name="query" size="15" maxlength="200" class="input-fld">
  +<input type="submit" name="submit" value="Search!" class="submit-but">
  \ No newline at end of file
  
  
  
  1.2       +3 -3      modperl-docs/tmpl/custom/html/sitemap
  
  Index: sitemap
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/sitemap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap	30 Jan 2002 16:51:48 -0000	1.1
  +++ sitemap	21 Feb 2002 08:55:18 -0000	1.2
  @@ -47,11 +47,11 @@
          p = p.next; # next node
      END;
   -%]
  -<div class='logo'>
  -<a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root %]/images/mod_perl2.jpg" border=0 alt="mod_perl icon" height=59 width=150></a><br>
  +<div class="logo">
  +<a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root %]/images/mod_perl2.jpg" border="0" alt="mod_perl icon" height="59" width="150"></a><br>
   </div>
   <br>
  -<div class='menu'>
  +<div class="menu">
   [% INCLUDE splash/domm_pulldown 
        select = selected
        width  = "5%"
  
  
  
  1.8       +3 -4      modperl-docs/tmpl/custom/html/tail
  
  Index: tail
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/tail,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- tail	3 Feb 2002 11:22:18 -0000	1.7
  +++ tail	21 Feb 2002 08:55:18 -0000	1.8
  @@ -1,5 +1,5 @@
   <!-- footer (tail )-->
  -<div class='tail'>
  +<div class="tail">
       <center>
       Use of the Camel for Perl is a trademark of <a href="http://www.ora.com">O'Reilly &amp; Associates</a>, and is used by permission.
       <br><br>
  @@ -8,8 +8,7 @@
   </div>
   <br><br>
   <!-- end footer (tail)-->
  +
   <!-- start workaround for pages with narrow content -->
   &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  -<!-- end workaround for pages with narrow content -->
  -
  -
  +<!-- end workaround for pages with narrow content -->
  \ No newline at end of file
  
  
  
  1.3       +14 -1     modperl-docs/tmpl/custom/html/title
  
  Index: title
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/title,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- title	10 Jan 2002 18:24:34 -0000	1.2
  +++ title	21 Feb 2002 08:55:18 -0000	1.3
  @@ -1 +1,14 @@
  -[% IF doc.meta.title.defined %]<h1 class='headline'>[% doc.meta.title %]</h1>[% END %]
  +[% IF doc.meta.title.defined %]
  +    <tr>
  +    	<td>
  +        <!--title-->
  +        <table border="0" width="100%" cellspacing="0" cellpadding="3">
  +            <tr>
  +                <td bgcolor="#525A73" class="headline">[% doc.meta.title %]</td>
  +            </tr>
  +        </table>
  +    	</td>
  +    </tr>
  +[% END %]
  +</table>
  +<br class="medbr">
  \ No newline at end of file
  
  
  
  1.3       +1 -1      modperl-docs/tmpl/custom/html/top_link
  
  Index: top_link
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/top_link,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- top_link	3 Feb 2002 04:47:01 -0000	1.2
  +++ top_link	21 Feb 2002 08:55:18 -0000	1.3
  @@ -1 +1 @@
  -<a href='#top'><img src='[% doc.dir.abs_doc_root %]/images/nav/page_top.gif' width=51 height=20 border=0 alt='TOP'></a>
  +<a href="#top"><img src="[% doc.dir.abs_doc_root %]/images/nav/page_top.gif" width="51" height="20" border="0" alt="TOP"></a>
  \ No newline at end of file
  
  
  
  1.4       +21 -8     modperl-docs/tmpl/custom/html/wrap_box
  
  Index: wrap_box
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/wrap_box,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- wrap_box	3 Feb 2002 06:51:35 -0000	1.3
  +++ wrap_box	21 Feb 2002 08:55:18 -0000	1.4
  @@ -2,11 +2,24 @@
       # ARGS: title, content
   
   -%]
  -<table class="table-surround" width=150 cellspacing=1 cellpadding=5>
  -  <tr>
  -    <th class="table-top" align="center">[% title %]</th>
  -  </tr>
  -  <tr>
  -    <td class="table-cell">[% content %]</td>
  -  </tr>
  -</table>
  +    <table border="0" cellspacing="0" cellpadding="0" width="150">
  +        <tr>
  +            <td class="menu-border" width="1"><br class="smallbr"></td>
  +            <td class="menu-border" width="148"><br class="smallbr"></td>
  +            <td class="menu-border" width="1"><br class="smallbr"></td>
  +        </tr>
  +   [% IF title %]
  +        <tr>
  +            <td class="menu-border"><br></td>
  +            <td align="center" class="menu-title-bg">
  +                <div class="menu-title">[% title %]</div>
  +            </td>
  +            <td class="menu-border"><br></td>
  +        </tr>
  +
  +        <tr>
  +            <td class="menu-border" colspan="3"><br class="smallbr"></td>
  +        </tr>
  +   [% END %]
  +   [% content %]
  +</table>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org