Author: Filip Sergeys
Email: [EMAIL PROTECTED]
Message:
Hi,

Another problem: I can\'t get the previous and next links on my page
What am I doing wrong?:
 
Here is my template:

<!--variables
DBHost  localhost
DBName  sergfaa
DBUser  
DBPass
DBType  mysql
DBMode  multi
clones  no
Ispell  none
R0= 1
-->

<!--top-->
<html>
<head>
  <title>Com4Ski search: $Q</title>
        <!--this is a inline style because text-decoration doesn\'t work in a CSS-->
        <style>a.resortlink{text-decoration:none}</style>
        <link rel=\"STYLESHEET\" type=\"text/css\" href=\"../cgi-bin/com4ski.css\">
 <script language=\"php\">
 include(\"../cgi-bin/usertrack.shtml\");
 include(\"../cgi-bin/dbdata.shtml\");
 include(\"../cgi-bin/equipment.shtml\");
 </script>
 <script language=\"JavaScript\" src=\"../scripts/navcond.js\"></script>
 <script language=\"JavaScript\" src=\"../scripts/position.js\"></script>
 <script language=\"javascript\">
   function init(){
                 reposition(\'top\', \'center\', \'10\', \'genericCenterLarge\');
                 showData(\'genericInnerLarge\', \'genericCenterLarge\');
    }
 </script>                        
</head>
<body>
 <div id=\"top\" class=\"topSearch\">
 <!--This layers purpose is to mark the top of the page as a reference for the other 
layers-->
 </div>
 
 <div id=\"genericCenterLarge\" class=\"genericCenterLarge\">
 <div id=\"genericInnerLarge\" Class=\"genericInnerLarge\">
 <!--$ul: filter for URL, to limit results to pariticular site (not used)
         $ps: number of results displayed on a page
         $q: The query-->
 <form method=\"get\" action=\"search.php\">
 <input type=\"hidden\" name=\"ul\" value=\"\">
 <input type=\"hidden\" name=\"ps\" value=\"20\">
 

 Search for:  <input type=\"text\" name=\"q\" size=\"30\" value=\"$Q\">
 <input type=\"submit\" value=\"Search !\">
 </from>
<!--/top-->

<!--restop-->
<!--$f: First document displayed on this page 
        $l: Last document displayed on this page 
        $t: Total number of found documents
        $W: Information about the words found-->
 <table boder=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" 
bgcolor=\"blue\">
  <tr><td>Search result:</td><td> $W </td><td align=\"right\"> $f - $l / $t </td></tr>
 </table>
 <table boder=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\">
<!--/restop-->


<!--res-->
<!--$DU: Document URL
        $DT: Document Title
        $DR: Document Rating
        $DX: Document Text, first couple of lines of the page
        $DC: Document Content-Type (e.g. text/html
        $DM: Document Last-Modified date
        $DS: Document Size
        $DN: Document Number
        $DD: Document Description (Meta description tag)
        $DK: Document Keywords (Meta keywords tag)
        $CL: Clone list-->
<tr><td> $DN </td><td><a href=\" $DU \"> $DT </a></td><td> $DR </td></tr>
<tr><td>&nbsp;</td><td colspan=\"2\"> $DD </td></tr>
<tr><td>&nbsp;</td><td><a href=\" $DU \"><small> $DU </small></a></td><td><small> $DM 
</small></td></tr>
<!--/res-->


<!--resbot-->   
</table>einde tabel                                                                
<HR>                                                                            
<CENTER>$V</CENTER>
<!--/resbot-->


<!--navleft-->
<tr><TD>lul<A HREF=\"$NL\">navleft:Prev</A></TD>
<!--/navleft-->


<!--navbar1-->
<TD><A HREF=\"$NH\">navbar1:$NP</A></TD>
<!--/navbar1-->


<!--navright-->
<TD><A HREF=\"$NR\">navright:Next</a></TD>
<!--/navright-->


<!--notfound--> 
<hr>
<br><center>
 Sorry, but your search hasn\'t returned results
</center>
<!--notfound--> 


<!--error-->
<hr>
<br><center>
 An error occured!
<br>
 <b> $E </b>
</center>
<!--error-->

<!--bottom-->
</div>
</div>

<div id=\"reposition\" class=\"reposition\">
<script language=\"javascript\">
init()
</script>
</div>

</body>
</html>
<!--/bottom-->  


Hope you can help me. Thank you in advance for your answer, and a happy new year

Greetings
Filip Sergeys


Reply: <http://search.mnogo.ru/board/message.php?id=951>

______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to