/[Grep]/share/web/templates/fragments/item/long
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/long

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

revision 51 by dpavlin, Wed Feb 21 14:19:47 2007 UTC revision 55 by dpavlin, Wed Feb 21 16:19:31 2007 UTC
# Line 1  Line 1 
1  <%ARGS>  <%ARGS>
2  $item  $item
3    $pos => undef
4  $prev => undef  $prev => undef
5  $next => undef  $next => undef
6  </%ARGS>  </%ARGS>
# Line 27  $next => undef Line 28  $next => undef
28  </div>  </div>
29  </div><!-- result-header -->  </div><!-- result-header -->
30    
31    % if ( $pos ) {
32    <a name="r<% $pos %>" id="i<% $pos %>" />
33    % }
34    
35  <div class="content">  <div class="content">
36  <% $item->content | n %>  <% $item->content | n %>
37  </div><!-- content -->  </div><!-- content -->

Legend:
Removed from v.51  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26