Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15 lines (10 sloc)
566 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:layout name="Default" /> | |
<f:section name="Main"> | |
<f:flashMessages /> | |
<f:comment> | |
<f:link.action action="list" format="xml" arguments="{hmac: extended.pluginHmac}">RSS</f:link.action> | |
<f:link.action action="list" format="atom" arguments="{hmac: extended.pluginHmac}">Atom</f:link.action> | |
<f:link.action action="list" format="ics" arguments="{hmac: extended.pluginHmac}">iCal</f:link.action> | |
</f:comment> | |
<f:render partial="List" arguments="{settings: settings, indices: indices, contentObject:contentObject, pagination: pagination}" /> | |
</f:section> |