[cvs] / gkbweb / htdocs / specialized.php  

cvs: gkbweb/htdocs/specialized.php

Diff for /gkbweb/htdocs/specialized.php between version 1.5 and 1.6

version 1.5, Sun Dec 19 03:07:15 2004 UTC version 1.6, Sun Dec 19 07:27:12 2004 UTC
Line 15 
Line 15 
 <h2>Specialized Kernels</h2>  <h2>Specialized Kernels</h2>
 <p>Welcome to the specialized kernel section of the PowerPC Kernel Archives.  We have carefully selected a set of specialized kernels that work well with specific hardware setups or PowerPC Linux distributions.  Please browse the list below for more information on the specific kernels.</p>  <p>Welcome to the specialized kernel section of the PowerPC Kernel Archives.  We have carefully selected a set of specialized kernels that work well with specific hardware setups or PowerPC Linux distributions.  Please browse the list below for more information on the specific kernels.</p>
 <?php  <?php
           if (!isset($category))
                   $category="";
   
           if (!empty($category))
                   $catclause="category='$category' and";
           else
                   $catclause="";
         echo "<form type='get' action='specialized.php'>\n";          echo "<form type='get' action='specialized.php'>\n";
         echo "<p><b>Build Categories:</b> ";          echo "<p><b>Build Categories:</b> ";
         echo "<select name='category' onchange='this.form.submit()'>";          echo "<select name='category' onchange='this.form.submit()'>";
Line 31 
Line 38 
         echo "</select>";          echo "</select>";
         echo "</p>";          echo "</p>";
         echo "</form>";          echo "</form>";
         if (!empty($category))  
                 $catclause="category='$category' and";  
         else  
                 $catclause="";  
         /*          /*
         if ($q = mysql_query("select id, safename, fullname, summary from builds where $catclause (configpath != '' or configfile != \"\" or patchfile != \"\") and status!='disabled' order by fullname", $dbh)) {          if ($q = mysql_query("select id, safename, fullname, summary from builds where $catclause (configpath != '' or configfile != \"\" or patchfile != \"\") and status!='disabled' order by fullname", $dbh)) {
                 $i = 0;                  $i = 0;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help