menulist.html 804 B

12345678910111213141516171819202122232425
  1. <?php
  2. // Pages created in subdirs need ../ appended.
  3. $url_prefix = getenv("URLPREFIX");
  4. ?>
  5. <table align="center" width="100%" cellpadding="4" cellspacing="1" border="0" bgcolor="lightblue">
  6. <tr align="left" bgcolor="CCFFCC" >
  7. <td align="center">
  8. <a href="<?=$url_prefix?>upload.html">Upload Code</a>
  9. </td>
  10. <td align="center">
  11. <a href="<?=$url_prefix?>list.html">Download Code</a>
  12. </td>
  13. <td align="center">
  14. <a href="<?=$url_prefix?>index.html">About</a>
  15. </td>
  16. <td align="center">
  17. <form method="get" action="http://www.google.com/search">
  18. <input type="text" name="q" size="25"
  19. maxlength="255" value="" />
  20. <input type="hidden" name="sitesearch" value="ccodearchive.net"/>
  21. <input type="submit" value="Search CCAN (Google)" />
  22. </form>
  23. </td>
  24. </table>
  25. <hr>