ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfarch2html
(Generate patch)

Comparing cfmaps/cfarch2html (file contents):
Revision 1.1 by root, Fri Nov 18 12:04:12 2005 UTC vs.
Revision 1.2 by root, Fri Nov 18 12:34:13 2005 UTC

28my (@path) = split /\//, $path; 28my (@path) = split /\//, $path;
29 29
30print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">", 30print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">",
31 "<html>", 31 "<html>",
32 "<head>", 32 "<head>",
33 "<title>archetypes</title>", 33 "<title>Crossfire Archetypes</title>",
34 "<style type='text/css'><!--\n", 34 "<style type='text/css'><!--\n",
35 "body { background: white; text-color: black; }\n", 35 "body { background: white; text-color: black; }\n",
36 "a { text-color: blue; }\n", 36 "a { text-color: blue; }\n",
37 "a:hover { text-color: red; }\n", 37 "a:hover { text-color: red; }\n",
38 "a:visited { text-color: #008; }\n", 38 "a:visited { text-color: #008; }\n",
39 39
40 "li { white-space: pre; }\n", 40 "li { white-space: pre; }\n",
41 "p.m { white-space: pre; margin-left: 2em; background: #ddd; padding: 2px; border: 1px solid black; }\n", 41 "p.m { white-space: pre; margin-left: 2em; background: #ddd; padding: 2px; border: 1px solid black; }\n",
42 "-->\n</style>", 42 "-->\n</style>",
43 "</head>", 43 "</head>",
44 "<body>"; 44 "<body>",
45 "<h1>Crossfire Archetypes</h1>";
45 46
46print "<table>"; 47print "<table>";
47 48
48sub print_arch { 49sub print_arch {
49 my ($a) = @_; 50 my ($a) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines