/[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

Contents of /share/web/templates/user

Parent Directory Parent Directory | Revision Log Revision Log


Revision 62 - (show annotations)
Wed Feb 21 19:44:23 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 355 byte(s)
show all user feeds
1 <%init>
2
3 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>
7
8 <&| /_elements/wrapper, title => $user->name . "'s Grep account" &>
9
10 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 </&>

  ViewVC Help
Powered by ViewVC 1.1.26