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

Comparing deliantra/www/generate (file contents):
Revision 1.11 by pippijn, Sun Sep 16 09:10:13 2007 UTC vs.
Revision 1.12 by pippijn, Sun Sep 16 12:02:47 2007 UTC

111 111
112use strict; 112use strict;
113use warnings; 113use warnings;
114use utf8; 114use utf8;
115 115
116my $rcsid = '$Id: generate,v 1.11 2007/09/16 09:10:13 pippijn Exp $'; 116my $rcsid = '$Id: generate,v 1.12 2007/09/16 12:02:47 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><span class=\"date\">", $item->title, "</span> ", $item->content, "</em></p>" 136 "<p><em><span class=\"date\">", $item->title, "</span> ", $item->content->present ($self), "</em></p>"
137}
138
139sub view_seq_bold {
140 my ($self, $item) = @_;
141 "<b>$item</b>"
142}
143
144sub view_seq_link {
145 my ($self, $item) = @_;
146 my ($name, $href) = split "|", $item, 2;
147 "<a href=\"$href\">$name</a>"
137} 148}
138 149
139=head1 AUTHOR 150=head1 AUTHOR
140 151
141Copyright © 2007 Pippijn van Steenhoven 152Copyright © 2007 Pippijn van Steenhoven

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines