comparison reproctool.cgi @ 45:bb8e080b25da

Added title ... thanks adam for the reminder
author df
date Sun, 25 Jan 2009 22:34:22 +0000
parents 06bf920d0c0d
children 30bbda81f13b
comparison
equal deleted inserted replaced
44:06bf920d0c0d 45:bb8e080b25da
103 103
104 delete $marks->{timestamp} if exists $marks->{timestamp}; 104 delete $marks->{timestamp} if exists $marks->{timestamp};
105 105
106 # What evenutally will be printed. 106 # What evenutally will be printed.
107 print<<END; 107 print<<END;
108 <html> 108 <html><head><title>Ramm's RDI's reprocessing tool</title></head>
109 <body> 109 <body>
110 Welcome to the sell, reprocess or keep tool. :) 110 Welcome to the sell, reprocess or keep tool. :)
111 <p /> 111 <p />
112 Here's a <a href="http://rammsrdi.com/img/reproctool.png">screenshot</a> 112 Here's a <a href="http://rammsrdi.com/img/reproctool.png">screenshot</a>
113 on how it looks in game. 113 on how it looks in game.
257 : { name => $_ } ); 257 : { name => $_ } );
258 } 258 }
259 259
260 my $col = 0; 260 my $col = 0;
261 print<<END; 261 print<<END;
262 <html> 262 <html><head><title>Ramm's RDI's reprocessing tool</title></head>
263 <head> 263 <head>
264 <style type="text/css"> 264 <style type="text/css">
265 .reg 265 .reg
266 { 266 {
267 text-align: center; 267 text-align: center;