index.php 1.2 KB

1234567891011121314151617181920212223
  1. <?php //$id: $
  2. /**
  3. * This script is used as the entrance to the search plugin page. Due to its short form,
  4. * it can be included as a plugin in the Dokeos menu bar.
  5. * No process is operated here. Just displaying the HTML form.
  6. * @package dokeos.search
  7. * @author Yannick Warnier <yannick.warnier@dokeos.com>
  8. */
  9. /**
  10. * Variables
  11. */
  12. include('client/client.conf.php');
  13. ?>
  14. <form method="get" style='margin:0px;padding:0px;width:70px;background-color:transparent;height:20px;display:inline;margin-left: 20px;' action="<?php echo $search_url; ?>"><input
  15. type="hidden" name="ps" value="1000"/><input
  16. type="hidden" name="o" value="0"/><input
  17. type="hidden" name="m" value="any"/><input
  18. type="hidden" name="wm" value="sub"/><input
  19. type="hidden" name="wf" value="2221"/><input
  20. type="hidden" name="s" value="RDP"/><input
  21. type="hidden" name="sy" value="1"/><input
  22. type="text" name="q" value="<?php echo $lang_search_button; ?>..." size="10" style="margin: 0px; border: 1px solid #B6BB8C; color:#4D4F3A; height: 15px;padding:0px;" onclick="javascript:this.value='';"><!--input
  23. type="submit" name="submit" value="<?php echo $lang_search_button; ?>" style="margin: 4px 6px; border: 1px solid #B6BB8C; color:#4D4F3A; height:17px;vertical-align:top;padding:0px"--></form>