antville/code/Root/$Root.skin
Tobi Schäfer 567d681ae1 * Removed obsolete settings from app.properties (mostly XML-RPC related)
* Added Membership.toString() method for human-readable output
 * Assigned Membership.valueOf() method original toString() method
 * Fixed output of site list in userland
 * Added mountpoint for Api prototype in Root
 * Added trimming for Story text and title input
2008-05-05 00:27:43 +00:00

48 lines
1.6 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<% #main %>
<p><% gettext 'Antville is an open source project aimed to the development of an
“easy to maintain and use” site hosting system. Its not limited to just
one site, it can easily host up to several hundred or thousand of sites.' %></p>
<p>(<% gettext 'Note: The number of sites is rather limited by server power and
the site owners choice than by the software.' %>)</p>
<% gettext "Number of sites hosted here" suffix=: %> <% root.size %><br />
<% gettext "Publicly accessible sites" suffix=: %> <% root.sites.size %>
<p>
<table border="0" cellpadding="1" cellspacing="0">
<colgroup>
<col width="150">
<col width="*">
</colgroup>
<% root.loop updates skin=$Site#listItem limit=25 %>
</table>
</p>
<% #sites %>
<p><% gettext "This is the complete list of public sites hosted here, in
alphabetical order." %></p>
<% response.pager %>
<% response.list prefix="<ul>" suffix="</ul>" %>
<% response.pager %>
<div style="margin: 200px 0 20px 0;">FIXME:</div>
<div class="boxheader">menu</div>
<div class="box">
... <a href="<% root.href %>"><% root.title suffix=" " %>home</a><br />
<% root.link create "create a new site" prefix="...&nbsp;" %>
</div>
<div class="boxheader">resources</div>
<div class="box">
... <a href="http://project.antville.org/">project site</a><br />
... <a href="http://macros.antville.org/">macro docs</a><br />
... <a href="http://help.antville.org/">help</a>
</div>
<div class="boxline"> </div>
<div class="box">
<% root.sitecounter no="no public sites" one="one public site" more=" public sites"%>...
<% root.link sites list %>
</div>