Diff for /linuxtv.org/linuxtv-header.inc between versions 1.24 and 1.25

version 1.24, 2015/07/08 14:30:44 version 1.25, 2015/07/08 15:55:42
Line 7 Line 7
   <title><?php echo $title ?></title>    <title><?php echo $title ?></title>
   <link rel="icon" href="/images/linuxtv-icon.png" type="image/png" />    <link rel="icon" href="/images/linuxtv-icon.png" type="image/png" />
   <link rel="stylesheet" type="text/css" href="/linuxtv.css" />    <link rel="stylesheet" type="text/css" href="/linuxtv.css" />
     <style>
   p {
      margin: 0;
   }
   ul {
       display: block;
       list-style-type: square;
       margin: 0;
       padding-left: 30px;
   }
   ul li {
       padding-left: 5px;
   }
     </style>
 </head>  </head>
 <body>  <body>
 <table border="0" cellpadding="0" cellspacing="0" width="100%">  <table border="0" cellpadding="0" cellspacing="0" width="100%">
Line 93 Line 107
     <tr>      <tr>
       <td></td>        <td></td>
       <td valign="top"><div id="menu">        <td valign="top"><div id="menu">
         <a href="/">Home</a><br/>          <a href="/"><img alt="" src="/images/house.svg" height="14" width="14" /> Home</a><br/>
         <a href="/news.php">News</a><br/>          &nbsp;&nbsp;&nbsp;&nbsp;<a href="/news.php">News</a><br/>
         <a href="/wiki/">V4L-DVB Wiki</a><br/>          &nbsp;&nbsp;&nbsp;&nbsp;<a href="/docs.php">Documentation</a><br/>
         <a href="/vdrwiki/">VDR Wiki</a><br/>          &nbsp;&nbsp;&nbsp;&nbsp;<a href="/projects.php">Projects</a> <br/>
         <a href="/docs.php">Documentation</a><br/>          &nbsp;&nbsp;&nbsp;&nbsp;<a href="/lists.php">Mailing Lists</a> <br/>
         <a href="/projects.php">Projects</a> <br/>          &nbsp;&nbsp;&nbsp;&nbsp;<a href="/repo/">Repositories</a><br/>
         <a href="/lists.php">Mailing Lists</a> <br/>          &nbsp;&nbsp;&nbsp;&nbsp;<a href="/downloads/">Downloads</a><br/>
         <a href="/repo/">Repositories</a><br/>  
         <a href="/downloads/">Downloads</a><br/>          <p>Wiki pages</p>
         <a href="http://git.linuxtv.org">GIT trees</a><br/>          <ul>
         <a href="https://patchwork.linuxtv.org">Patchwork</a><br/>            <li><a href="/wiki/">V4L-DVB</a><br/></li>
         <a href="/links.php">Links</a><br/>            <li><a href="/vdrwiki/">VDR</a><br/></li>
           </ul>
   
           <p>Links</p>
           <ul>
             <li><a href="http://git.linuxtv.org">GIT trees</a><br/></li>
             <li><a href="https://patchwork.linuxtv.org">Patchwork</a><br/></li>
             <li><a href="/links.php">Other links</a><br/></li>
           </ul>
         <a href="/contact.php">Contacting us</a><br/>          <a href="/contact.php">Contacting us</a><br/>
       </div></td>        </div></td>
       <td></td>        <td></td>

Removed from v.1.24  
changed lines
  Added in v.1.25


LinuxTV legacy CVS <linuxtv.org/cvs>