Make default page a simple list, at the moment

This commit is contained in:
Frédéric Péters 2009-10-22 11:45:40 +02:00
parent 350b3a8ed5
commit 9a544d5b15
1 changed files with 6 additions and 12 deletions

View File

@ -35,18 +35,12 @@
Description
</div>
<table id="phone-numbers">
<tr tal:repeat="entry python: context.getEntriesWithPhone()">
<td>
<span tal:replace="entry/givenName">givenName</span>
<span tal:replace="entry/sn">sn</span>
</td>
<td class="col-phone">
<span tal:replace="entry/shortTelephoneNumber">000</span>
<span tal:condition="entry/mobile"><br/><span tal:replace="entry/mobile">mobile</span></span>
</td>
</tr>
</table>
<ul>
<li tal:repeat="entry python: context.getEntries()">
<span tal:replace="entry/givenName">givenName</span>
<span tal:replace="entry/sn">sn</span>
</li>
</ul>
<div tal:replace="structure provider:plone.belowcontentbody" />
</tal:main-macro>