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?)
5 lines
189 B
Text
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 %>
|