badsubmit.php 660 B

1234567891011121314151617181920212223
  1. <?php // php pages made with phpMyBuilder <http://kyber.dk/phpMyBuilder> ?>
  2. <?php
  3. // (C) Copyright 2001
  4. // Murray Jensen <Murray.Jensen@csiro.au>
  5. // CSIRO Manufacturing Science and Technology, Preston Lab
  6. require("defs.php");
  7. pg_head("$bddb_label - Unknown Submit Type");
  8. ?>
  9. <center>
  10. <font size="+4">
  11. <b>
  12. The <?php echo "$bddb_label"; ?> form was submitted with an
  13. unknown SUBMIT type <?php echo "(value was '$submit')" ?>.
  14. <br></br>
  15. Perhaps you typed the URL in directly? Click here to go to the
  16. home page of the <a href="index.php"><?php echo "$bddb_label"; ?></a>.
  17. </b>
  18. </font>
  19. </center>
  20. <?php
  21. pg_foot();
  22. ?>