factor/extra/webapps/planet/mini-planet.xml

15 lines
297 B
XML
Raw Normal View History

2008-05-26 01:47:27 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:each-tuple t:values="postings">
<p class="news">
<strong><t:view t:component="title" /></strong> <br/>
<t:a value="link" t:session="none" class="more">Read More...</t:a>
</p>
</t:each-tuple>
</t:chloe>