Update of /cvsroot/fink/web
In directory vz-cvs-3.sog:/tmp/cvs-serv23672

Modified Files:
        header.inc 
Log Message:
Move it_start/it__item/it_end into package.php, delete it_start2/it_item2

Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/header.inc,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- header.inc  27 Oct 2011 14:29:06 -0000      1.127
+++ header.inc  27 Oct 2011 16:52:24 -0000      1.128
@@ -154,56 +154,6 @@
 $metatags = preg_replace('|<([^/]*)/>|', '|<\1>|', $metatags);
 
 
-// Functions Used in PDB
-        
-function it_start() {
-  global $it_flag;
-
-  $it_flag = 0;
-?>
-<table cellspacing="0">
-<?
-}
-
-function it_item($title, $item) {
-  global $it_flag, $root;
-
-  if ($it_flag) {
-    print '<tr><td><img src="'.$root.'img/shim.gif" width="1" height="8" 
border="0" alt=""></td></tr>'."\n";
-  }
-  $it_flag = 1;
-
-  if ($title) {
-    print '<tr 
valign="top"><td>'.$title.'</td><td>&nbsp;&nbsp;&nbsp;</td><td>'.
-          $item.'</td></tr>'."\n";
-  } else {
-    print '<tr valign="top"><td colspan="3">'.$item.'</td></tr>'."\n";
-  }
-}
-
-function it_start2() {
-  global $it_flag;
-
-  $it_flag = 0;
-?>
-<table cellspacing="0">
-<?
-}
-
-function it_item2($title, $item1, $item2) {
-  global $it_flag, $root;
-
-  if ($it_flag) {
-    print '<tr><td><img src="'.$root.'img/shim.gif" width="1" height="8" 
border="0" alt=""></td><td></td></tr>'."\n";
-  }
-  $it_flag = 1;
-  print '<tr valign="top"><td width="150">'.$title.'</td><td 
width="120">'.$item1.'</td><td  width="120">'.$item2.'</td></tr>'."\n";
-}
-
-function it_end() {
-echo '</table>';
-}
-
 // Used in index
 function convert_date_to_locale($initialstringdate) {
        $date_exploded = @explode(' ', $initialstringdate, 3);


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to