antville/code/Root/list.skin
Tobi Schäfer b485fa4148 modified global/sitelist_macro() to only render lists of recently updated sites.
thus, lists of sites sorted alphabetically are now rendered by root/renderSitelist() by extra call in root/list_action() making it possible to put response.prevpage inside root/list.skin.
(note: the macro calls renderSitelist() with appropriate arguments and simply outputs res.data.sitelist immediately. maybe this is not what one could call a clean implementation?)
2003-03-11 13:16:12 +00:00

5 lines
189 B
Text

<p>This is the complete list of public weblogs hosted here, in alphabetical order.</p>
<% response.prevpage %>
<% response.sitelist prefix="<ul>" suffix="</ul>" %>
<% response.nextpage %>