/[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 108 - (show annotations)
Wed Mar 7 19:43:09 2007 UTC (17 years, 1 month ago) by dpavlin
File size: 387 byte(s)
added bookmarklet
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 <& '/fragments/bookmarklet' &>
11
12 Your Feeds:
13
14 <ul>
15 % while ( my $i = $feeds->next ) {
16 <li><a href="<% $i->uri %>"><% $i->title %></a></li>
17 % }
18 </ul>
19
20 </&>

  ViewVC Help
Powered by ViewVC 1.1.26