~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/tools/bddb/badsubmit.php

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
7
        require("defs.php");
 
8
        pg_head("$bddb_label - Unknown Submit Type");
 
9
?>
 
10
<center>
 
11
  <font size="+4">
 
12
    <b>
 
13
      The <?php echo "$bddb_label"; ?> form was submitted with an
 
14
      unknown SUBMIT type <?php echo "(value was '$submit')" ?>.
 
15
      <br></br>
 
16
      Perhaps you typed the URL in directly? Click here to go to the
 
17
      home page of the <a href="index.php"><?php echo "$bddb_label"; ?></a>.
 
18
    </b>
 
19
  </font>
 
20
</center>
 
21
<?php
 
22
        pg_foot();
 
23
?>