/[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 52 by dpavlin, Wed Feb 21 14:41:11 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>
7    
8    % warn "long item $prev [$pos] $next\n";
9    
10  <div class="result">  <div class="result">
11    
12  <div class="result-header">  <div class="result-header">
# Line 27  $next => undef Line 30  $next => undef
30  </div>  </div>
31  </div><!-- result-header -->  </div><!-- result-header -->
32    
33    % if ( $pos ) {
34    <a name="r<% $pos %>" id="i<% $pos %>" />
35    % }
36    
37  <div class="content">  <div class="content">
38  <% $item->content | n %>  <% $item->content | n %>
39  </div><!-- content -->  </div><!-- content -->

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

  ViewVC Help
Powered by ViewVC 1.1.26