comparison reproctool.cgi @ 13:135adaf0eed2

Colour!
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 13:38:09 +0000
parents 6d5296efb9ef
children 9b8670ac1bcc
comparison
equal deleted inserted replaced
12:6d5296efb9ef 13:135adaf0eed2
17 sub user_error 17 sub user_error
18 { 18 {
19 my $text = shift; 19 my $text = shift;
20 print<<END; 20 print<<END;
21 <html><head><title>Error</title></head> 21 <html><head><title>Error</title></head>
22 <body><font colour="#FF0000"><b>Error:</b></font> $text</body></html> 22 <body><font color="#FF0000"><b>Error:</b></font> $text</body></html>
23 END 23 END
24 exit; 24 exit;
25 } 25 }
26 26
27 # Inputs 27 # Inputs