Changeset 24385
- Timestamp:
- 11/20/08 08:15:34 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/misc/tgz2cgi/tgz2cgi.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/tgz2cgi/tgz2cgi.pl
r24292 r24385 62 62 print "HTTP/1.0 200 OK\r\n" 63 63 if $use_nph; 64 print "Content-Type: text/html; charset=utf 8\n\n";64 print "Content-Type: text/html; charset=utf-8\r\n\r\n"; 65 65 print << "EOT"; 66 <!DOCTYPE html> 66 67 <html> 67 68 <title>$title</title> 68 69 <body> 69 $start_msg 70 <pre style="margin: 1em; padding: 0.5em; border: 1px solid gray; width =80%; height=20em; overflow: scroll;">70 <p>$start_msg</p> 71 <pre style="margin: 1em; padding: 0.5em; border: 1px solid gray; width: 80%; height: 20em; overflow: scroll;"> 71 72 EOT 72 73 ; … … 101 102 </pre> 102 103 $end_msg 103 <hr noshade height="1" />104 < i>The installer CGI was generated by tgz2.cgi.pl, written by <a href="http://labs.cybozu.co.jp/blog/kazuho/">Kazuho Oku</a> at <a href="http://labs.cybozu.co.jp/">Cybozu Labs, Inc.</a></i>104 <hr noshade height="1"> 105 <p><em>The installer CGI was generated by tgz2cgi.pl, written by <a href="http://labs.cybozu.co.jp/blog/kazuho/">Kazuho Oku</a> at <a href="http://labs.cybozu.co.jp/">Cybozu Labs, Inc.</a></em></p> 105 106 </body> 106 107 </html>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)