did the same for site/rss10.hac; changed occurences of "Weblog" to "Site" in rss output; encoded e-mail addresses in root/rss output to be displayed as entities to cancel the ticket of happy spammers
61 lines
No EOL
2.6 KiB
XML
61 lines
No EOL
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
<head>
|
|
<title><% response.title %></title>
|
|
|
|
<link rel="alternate" type="text/xml" title="XML" href="rss10" />
|
|
<meta http-equiv="Content-Type" content="text/html" />
|
|
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
<% root.skin name="style" %>
|
|
// -->
|
|
</style>
|
|
|
|
<script type="text/javascript" language="javascript">
|
|
<!--
|
|
<% root.skin name="javascript" %>
|
|
// -->
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td><% logo name="big" %></td>
|
|
<td width="296" class="header"> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td width="20" nowrap="nowrap"> </td>
|
|
<td width="460" valign="top" nowrap="nowrap"><span class="message"><% response.message prefix="<br />" suffix="<br />" %></span>
|
|
<br /><% response.body %></td>
|
|
<td width="20" nowrap="nowrap"> </td>
|
|
<td width="2" style="background-image: url(<% image name="/dot" as="url" %>);" nowrap="nowrap"><% image name="/pixel" width="2" %></td>
|
|
<td width="198" align="right" valign="top" nowrap="nowrap"><div class="statuslight"><% now format="EEEE,' 'dd.MM.yyyy,' 'h:mm a" suffix="<br />" %>
|
|
<% root.loginstatus %></div>
|
|
<div class="sep"><% image name="/pixel" width="198" %></div>
|
|
<div class="statusdark"><% root.link to="main" text="home" prefix="... " %><br />
|
|
... <a href="http://help.antville.org/">help</a><br />
|
|
... <a href="http://macros.antville.org/">macros</a><br />
|
|
... <a href="http://project.antville.org/">project log</a><br />
|
|
... <a href="http://project.antville.org/topics/about+antville">features</a><br />
|
|
... <a href="http://project.antville.org/topics/disclaimer">disclaimer</a></div>
|
|
<div class="sep"><% image name="/pixel" width="198" %></div>
|
|
<div class="statuslight"><% root.sitecounter suffix=" public weblogs " %>... <% root.link to="list" %><br />
|
|
... <% root.link to="new" text="create a weblog" %></div>
|
|
<!-- div class="statuslight">... <a href="http://antville.org/documentation.html">documentation</a></div -->
|
|
<div class="sep"><% image name="/pixel" width="198" %></div>
|
|
<div class="statuslight"><br /><% image name="/xmlbutton" linkto="rss" title="List of recently updated Antville sites in RDF format" %><br /><br /><% logo name="smallstraight" %><br />powered by<br /><% image name="/hop" linkto="http://helma.org" %></div></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |