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/04/13 16:56:30 UTC

cvs commit: modperl-docs/tmpl/custom/html head menu_main search

stas        02/04/13 07:56:29

  Modified:    src      style.css
               tmpl/custom/html head menu_main search
  Log:
  - link perl.apache.org and Search headers in the left_box to their
    respective destinations.
  - adjust the style sheet to render the links as non-links (so they will be
  similar to other headers which aren't links). Though a:hover will show
  users that these are links when they rollover.
  
  Revision  Changes    Path
  1.46      +5 -0      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- style.css	13 Apr 2002 02:59:44 -0000	1.45
  +++ style.css	13 Apr 2002 14:56:29 -0000	1.46
  @@ -78,6 +78,11 @@
       text-align: center;
   }
   
  +div.menu-title a:link, div.menu-title a:visited, div.menu-title a:active {
  +    color: #000000;
  +    text-decoration: none;
  +}
  +
   /* dark blue border color for menu-boxes */
   td.menu-border { background-color: #525d76; }
   
  
  
  
  1.9       +1 -1      modperl-docs/tmpl/custom/html/head
  
  Index: head
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- head	13 Apr 2002 03:16:42 -0000	1.8
  +++ head	13 Apr 2002 14:56:29 -0000	1.9
  @@ -8,7 +8,7 @@
   <html>
       <head>
           <title>[%- doc.meta.title -%]</title>
  -        <link rel="shortcut icon" href="[% doc.dir.abs_doc_root %]/images/favicon.ico">
  +        <link rel="shortcut icon" href="[% doc.dir.abs_doc_root %]/images/favicon.ico" type="image/x-icon">
   [%- INCLUDE headers -%]
   
       </head>
  
  
  
  1.6       +1 -1      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- menu_main	8 Apr 2002 10:52:55 -0000	1.5
  +++ menu_main	13 Apr 2002 14:56:29 -0000	1.6
  @@ -44,7 +44,7 @@
       -%]
   
   [%- WRAPPER wrap_box 
  -        title = 'perl.apache.org'
  +        title = '<a href="http://perl.apache.org/">perl.apache.org</a>'
   -%]
   
   [%- FOREACH but = buttons -%]
  
  
  
  1.17      +1 -1      modperl-docs/tmpl/custom/html/search
  
  Index: search
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- search	13 Apr 2002 09:51:43 -0000	1.16
  +++ search	13 Apr 2002 14:56:29 -0000	1.17
  @@ -13,7 +13,7 @@
           <tr>
               <td class="menu-border"><br></td>
               <td align="center" class="menu-title-bg">
  -                <div class="menu-title">Search</div>
  +                <div class="menu-title"><a href="[%- doc.dir.abs_doc_root -%]/search/swish.cgi">Search</a></div>
               </td>
               <td class="menu-border"><br></td>
           </tr>
  
  
  

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