/[swish]/trunk/html/swish.cgi
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 /trunk/html/swish.cgi

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

revision 75 by dpavlin, Sat Apr 17 18:34:45 2004 UTC revision 76 by dpavlin, Sat Apr 17 18:41:21 2004 UTC
# Line 310  if (param('search')) { Line 310  if (param('search')) {
310                  $nav_html .= sprintf($nav_fmt,url(-relative=>1, -query=>1),'>>');                  $nav_html .= sprintf($nav_fmt,url(-relative=>1, -query=>1),'>>');
311          }          }
312    
313            if ($config->{text}->{pages}) {
314                    $nav_html = x($config->{text}->{pages})." ".$nav_html;
315            }
316    
317          # end html table          # end html table
318          print qq{          print qq{
319  <tr><td>  <tr><td>
320  Pages: $nav_html  $nav_html
321  </td></tr>  </td></tr>
322  </table>  </table>
323          };          };

Legend:
Removed from v.75  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC 1.1.26