ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/generate
(Generate patch)

Comparing deliantra/www/generate (file contents):
Revision 1.10 by pippijn, Sun Sep 16 09:04:57 2007 UTC vs.
Revision 1.11 by pippijn, Sun Sep 16 09:10:13 2007 UTC

111 111
112use strict; 112use strict;
113use warnings; 113use warnings;
114use utf8; 114use utf8;
115 115
116my $rcsid = '$Id: generate,v 1.10 2007/09/16 09:04:57 pippijn Exp $'; 116my $rcsid = '$Id: generate,v 1.11 2007/09/16 09:10:13 pippijn Exp $';
117 117
118use base "Pod::POM::View"; 118use base "Pod::POM::View";
119 119
120our $subdir; 120our $subdir;
121our $dir; 121our $dir;
131 $item->content->present ($self) 131 $item->content->present ($self)
132} 132}
133 133
134sub view_head2 { 134sub view_head2 {
135 my ($self, $item) = @_; 135 my ($self, $item) = @_;
136 "<p><em>", $item->title, " ", $item->content, "</em></p>" 136 "<p><em><span class=\"date\">", $item->title, "</span> ", $item->content, "</em></p>"
137} 137}
138 138
139=head1 AUTHOR 139=head1 AUTHOR
140 140
141Copyright © 2007 Pippijn van Steenhoven 141Copyright © 2007 Pippijn van Steenhoven

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines