home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / server / dnews52b.exe / xresults.tpl < prev    next >
Encoding:
Text File  |  1999-09-07  |  1.6 KB  |  64 lines

  1. <html><head><title>Items in %%group%% containing (%%keywords%%)</title>
  2. </head>
  3. <body bgcolor="#808080" link="#ff0000" vlink="#0000ff">
  4.  
  5. <form method="GET" action="%%b_action%%">
  6. <input type="hidden" name="utag" value="%%utag%%">
  7. <input type="hidden" name="group" value="%%group%%">
  8. <input type="hidden" name="from_up" value="%%from_up%%">
  9. <input type="hidden" name="from_down" value="%%from_down%%">
  10. <table width="500" cellpadding=10>
  11. <tr><td align="left" bgcolor="#C0C0C0">
  12.  
  13. <h2> Items in %%group%% containing (%%keywords%%)</h2>
  14. <p>
  15. <input name="cmd_latest" type="submit" value="Latest Items">
  16. <input name="cmd_user" type="submit" value="Groups">
  17. <input name="cmd_post" type="submit" value="Post">
  18. <input name="cmd_find" type="submit" value="Search">
  19. %%ifdef%%b_next%%
  20. <input name="cmd_up" type="submit" value="Page Up">
  21. %%endif%%
  22.  
  23. </p>
  24. %%ifdef%%no_match%%
  25. No articles matched your query
  26. %%else%%
  27. <table cellpadding=10 cellspacing=10 bgcolor="#00ff00">
  28. <tr><td>
  29.  
  30. %%indent%%1%%%%%%
  31. %%indent%%2%%%%%%
  32. %%indent%%3%%%%%%
  33. %%indent%%4%%%%%%
  34.  
  35. <pre>
  36. %%begin_item%%
  37. %%spaces%%<a href="%%b_item%%" >%%h_subject%%</a> - %%h_from_trim%%, %%h_date_trim%%
  38. %%end_item%%
  39. </pre>
  40.  
  41. </td>
  42.         </tr>
  43.       </table>
  44. %%endif%%
  45. <p>
  46.  
  47.  
  48. <input name="cmd_latest" type="submit" value="Latest Items">
  49. <input name="cmd_user" type="submit" value="Groups">
  50. <input name="cmd_post" type="submit" value="Post">
  51. <input name="cmd_find" type="submit" value="Search">
  52. %%ifdef%%b_prev%%
  53. <input name="cmd_down" type="submit" value="Page Down">
  54. %%endif%%
  55. </p>
  56.       <hr>
  57. %%copyright%%
  58. </td>
  59.     </tr>
  60.   </table>
  61. </form>
  62. </body>
  63. </html>
  64.