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

Contents of /share/web/templates/fragments/item/long

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations)
Mon Feb 19 16:28:00 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 641 byte(s)
sweeping changes to include PubSub backend JiftyDBI to make publishing work,
re-organize templates into (hopefully) more meaningful hierarchy,
and a new Search action to drive it all.
1 <%ARGS>
2 $item
3 </%ARGS>
4
5 <div class="result">
6
7 <div class="result-header">
8 <span style="float: left;">
9 <a class="title" href="<% $item->link %>"><% $item->title %></a>
10 <span class="feed">in <% $item->in_feed->title %></span>
11 </span>
12 <a class="skip-next" href="#a<% $item->id %>">&gt;&gt;</a>
13 </div>
14 </div><!-- result-header -->
15
16 <div class="content">
17 <% $item->content | n %>
18 </div><!-- content -->
19
20 <div class="result-footer">
21 % foreach my $f ( qw/category author issued modified/ ) {
22 % if ( $item->$f ) {
23 <span class="<% $f %>"><% $item->$f %></span>
24 % }
25 % }
26 </div><!-- result-footer -->
27
28 </div><!-- result -->
29 <a name="a<% $item->id %>"/>

  ViewVC Help
Powered by ViewVC 1.1.26