//Template for Search Results %ifvar $error% <html><head><title>Search Results - Error</title></head> <body><font face=arial><h3>%value $error%</h3></font></body> </html> %else% <html> <title>Search Results</title> <body bgcolor=#ffffff LINK="#285AF0" VLINK="#285AF0" ALINK="#285AF0"> <H1><FONT COLOR="#0000CC">Search Results</FONT></H1> <p><hr width=50 border=5><p> %loop results% <table border=2 cellpadding=3 width=95%> <tr bgcolor=#B5C4FD> <td valign=top colspan=2><a href="%value url%" border=0> <b><font color=#000000 face="Arial" size="2">%value name%</b></a></td> </ %loop queries% <tr> <td valign=top width=70>%value query%</td> <td> <ul> %loop link% <li> <a href="%value link%"> <font face="Arial" size="2" color=#000000>%value story%</font> </a> <br> %endloop% </ul> </td> </tr> %endloop% </table> %endloop% </center> </body> </html> %endif%