/[clipping]/clipping-list.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /clipping-list.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Sat Nov 3 10:57:38 2001 UTC revision 1.2 by dpavlin, Sat Nov 3 11:06:36 2001 UTC
# Line 25  print "<html><head><title>Press clipping Line 25  print "<html><head><title>Press clipping
25  $a->next;       // move to next (oldest one)  $a->next;       // move to next (oldest one)
26  for ($i=0; $i<$nr_lines; $i++) {  for ($i=0; $i<$nr_lines; $i++) {
27          $url=$a->fetch();          $url=$a->fetch();
28          print "<tr".$b->bgcolor()."><td><a href=\"$url\">$url</a></td></tr>\n";          print "<tr".$b->bgcolor()."><td><a href=\"http://store.pliva.hr/$url\">$url</a></td></tr>\n";
29  }  }
30  print "</table></body></html>\n";  print "</table></body></html>\n";
31    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26