Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean tabs for publis.html
authorNavarrop <Pierre.Navarro@imag.fr>
Thu, 31 Mar 2011 13:59:14 +0000 (15:59 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Thu, 31 Mar 2011 13:59:14 +0000 (15:59 +0200)
tools/doxygen/doxygen_postprocesser.pl

index 515cf5e..ff05f06 100755 (executable)
@@ -359,14 +359,18 @@ foreach my $file (@allfiles) {
                  if($file =~ /^html\/index\..*/){
                        $_ =~ s/<li class="current">/<li>/g;
                        $_ =~ s/<li><a href="index.html">/<li class="current"><a href="index.html">/g;
-                 }
-                 
+                 }               
                  $_ =~ s/<li class="current"><a href="pages.html">/<li><a href="pages.html">/g;
                  
                  if($file =~ /^html\/pages\..*/){
                        $_ =~ s/<li><a href="pages.html">/<li class="current"><a href="pages.html">/g;
                  }
          }
+         
+         if($file =~ /^html\/publis.*/){
+                       $_ =~ s/<div class="header">/<div>/g;
+                       $_ =~ s/<div class="headertitle">/<div>/g;
+        }
        
          # Add the FAQ PUBLIS PEOPLE HISTORY and CONTRIB to the top navbar.
       if( $_ =~ /<div.*class="tabs">/){