/[refeed]/trunk/style/templates/page-items.tpl
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 /trunk/style/templates/page-items.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Wed Jul 5 01:03:22 2006 UTC (17 years, 10 months ago) by dpavlin
File size: 1007 byte(s)
- auto-focus of field after update from server if it has ID auto-focus-{item_id}
- added vi-like keybinding for next/previous post
- archive key (a) now moves automatically to next item
- added t key (like tag) to add tags

1 {*----------------------------------------
2 $Id: page-items.tpl,v 1.20 2006/02/28 06:30:25 migurski Exp $
3 vim: ts=4 foldcolumn=4 foldmethod=marker
4
5 This file is part of Reblog: http://reblog.org
6 A derivative work of Feed On Feeds: http://feedonfeeds.com
7
8 Distributed under the Gnu Public License, see LICENSE
9
10 Copyright ©2004 Michael Frumin, Michal Migurski
11 mike@stamen.com, http://stamen.com
12 mfrumin@eyebeam.org, http://eyebeam.org
13
14 page-items.tpl - page template for items list
15 ----------------------------------------*}
16 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
17 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
18 <html xmlns="http://www.w3.org/1999/xhtml">
19 <head>
20 <title>Reblog: {$RB.title|strip_tags}</title>
21 {include file="head-links.tpl"}
22 </head>
23
24 <body>
25
26 {include file="menu.tpl"}
27 {include file="list-items.tpl" items=$RB.items}
28 {include file="cheatsheet-items.tpl"}
29 {include file="focus-first.tpl"}
30
31 </body>
32 </html>

  ViewVC Help
Powered by ViewVC 1.1.26