/[Grep]/share/web/templates/user
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/user

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

revision 61 by dpavlin, Tue Feb 20 10:14:28 2007 UTC revision 62 by dpavlin, Wed Feb 21 19:44:23 2007 UTC
# Line 1  Line 1 
1  <%init>  <%init>
2    
3  my $user = Jifty->web->current_user->user_object or die "no user_object";  my $user = Jifty->web->current_user->user_object or die "no user_object";
4    my $feeds = Jifty->web->current_user->feeds or die "no current_user";
5    
6  </%init>  </%init>
7    
8  <&| /_elements/wrapper, title => $user->name . "'s Grep account" &>  <&| /_elements/wrapper, title => $user->name . "'s Grep account" &>
9    
10  Nothing here, move on...  Your Feeds:
11    
12    <ul>
13    % while ( my $i = $feeds->next ) {
14    <li><a href="<% $i->uri %>"><% $i->title %></a></li>
15    % }
16    </ul>
17    
18  </&>  </&>

Legend:
Removed from v.61  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26