[BACK]Return to dudelicious.pl CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / bin

Diff for /todotxt/Text-Todo/bin/dudelicious.pl between version 1.13 and 1.14

version 1.13, 2010/05/01 22:11:58 version 1.14, 2010/05/01 22:47:51
Line 160 
Line 160 
   
 @@ index.html.ep  @@ index.html.ep
 % foreach my $file (@{ $files }) {  % foreach my $file (@{ $files }) {
 <%== $file %> <br />  % my ($basename) = $file =~ /^(.*?)(?:\.[^\.]+)?$/xms;
   <a href="<%= url_for 'list' %>/<%= $basename %>"><%= $file %></a><br />
 % }  % }
   
 @@ list.html.ep  @@ list.html.ep
Line 178 
Line 179 
   
 @@ tags.html.ep  @@ tags.html.ep
 % foreach my $tag (keys%{ $tags }) {  % foreach my $tag (keys%{ $tags }) {
 <%= $tag %> == <%= $tags->{$tag} %><br />  <a href="<%= url_for 'tag', format => '' %>/<%= $tag %>"><%= $tag %> == <%= $tags->{$tag} %></a><br />
 % }  % }
   
 @@ tag.html.ep  @@ tag.html.ep

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>