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

Comparing cfmaps/cfarch2html (file contents):
Revision 1.16 by root, Thu Jun 21 01:11:44 2007 UTC vs.
Revision 1.18 by root, Sun Oct 14 01:24:15 2007 UTC

42 print "<li>"; 42 print "<li>";
43 if ($_ eq "more") { 43 if ($_ eq "more") {
44 print "more =>\n"; 44 print "more =>\n";
45 print_arch ($a->{more}); 45 print_arch ($a->{more});
46 } elsif ($_ eq "other_arch") { 46 } elsif ($_ eq "other_arch") {
47 print "$_ => <a href='#$a->{$_}'>$v</a>\n"; 47 print "$_ => <a href='$a->{$_}'>$v</a>\n";
48 } elsif ($_ eq "msg" || $_ eq "lore") { 48 } elsif ($_ eq "msg" || $_ eq "lore") {
49 print "$_ =><p class='m'>$v</p>"; 49 print "$_ =><p class='m'>$v</p>";
50 } else { 50 } else {
51 print "$_ => $v\n"; 51 print "$_ => $v\n";
52 } 52 }
65 65
66 print "<?xml version='1.0' encoding='utf-8'?>", 66 print "<?xml version='1.0' encoding='utf-8'?>",
67 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">', 67 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
68 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>", 68 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>",
69 "<head>", 69 "<head>",
70 "<title>Crossfire Archetype '$name'</title>", 70 "<title>Deliantra Archetype '$name'</title>",
71 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>", 71 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>",
72 "</head>", 72 "</head>",
73 "<body>", 73 "<body>",
74 "<h1>Crossfire Archetype '$name'</h1>"; 74 "<h1>Deliantra Archetype '$name'</h1>";
75 75
76 print_arch $ARCH{$name}; 76 print_arch $ARCH{$name};
77 77
78 print "<p class='footer'>created by <a href='http://software.schmorp.de/pkg/cfmaps'>cfarch2html</a> version $VERSION</p>", 78 print "<p class='footer'>created by <a href='http://software.schmorp.de/pkg/cfmaps'>cfarch2html</a> version $VERSION</p>",
79 "</body></html>"; 79 "</body></html>";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines