/[Grep]/share/web/templates/fragments/item/short
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /share/web/templates/fragments/item/short

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 168 by dpavlin, Mon Feb 19 16:28:00 2007 UTC revision 169 by dpavlin, Wed Jul 4 09:58:06 2007 UTC
# Line 17  my $desc = { Line 17  my $desc = {
17  <a class="title" href="<% $item->link %>"><% $item->title %></a>  <a class="title" href="<% $item->link %>"><% $item->title %></a>
18  <span class="feed">in <% $item->in_feed->title %></span>  <span class="feed">in <% $item->in_feed->title %></span>
19    
20  % foreach my $f ( qw/category author issued modified/ ) {  % foreach my $f ( qw/category author created_on last_update/ ) {
21  %       if ( $item->$f ) {  %       if ( $item->$f ) {
22  <span class="<% $f %>"><% ( $desc->{$f} || '' ) . ' ' . $item->$f %></span>  <span class="<% $f %>"><% ( $desc->{$f} || '' ) . ' ' . $item->$f %></span>
23  %       }  %       }

Legend:
Removed from v.168  
changed lines
  Added in v.169

  ViewVC Help
Powered by ViewVC 1.1.26