Album
view release on metacpan or search on metacpan
script/album view on Meta::CPAN
my $path = $fjoin->(@path);
my $b = img($path, class => "button",
alt => "[$Tag]");
$active ? "<a class='info' href='$link' title='$Tag'>$b</a>" : $b;
}
sub hbuttons {
my (@b) = @_;
# When using a <table>, it seems to be impossible to get it
# aligned properly on the journal pages. Apparently,
# <td align=right> semantics cannot be implemented using CSS.
"<div class='hb'>".
join("", map { $_ } @b).
"</div>";
}
sub vbuttons {
my (@b) = @_;
"<table class='vb'>".
( run in 1.768 second using v1.01-cache-2.11-cpan-6aa56a78535 )