Minibase Repeater Code

  • You may use the following code to create repeated fields in a minibase. Please note that this code may need to be modified based on your minibase. For assistance with minibases, please submit a Remedy ticket.

  • <p><a title="Return to Search" href="/Page/XXXXX"><img title="Return to Search" src="/cms/lib/FL01803656/Centricity/ModuleInstance/57121/return-to-search.png" alt="Return to Search " width="179" height="52" /></a></p>
    <br />
    <table width="100%">
    <tbody>
    <tr bgcolor="#E6E6E6">
    <td style="width: 30%;"><span style="font-size: medium;"><strong>Date</strong></span></td>
    <td style="width: 70%;"><span style="font-size: medium;"><strong>Type of Meeting</strong></span></td>
    </tr>
    </tbody>
    </table>
    <!--$SW-REPEATER$-->
    <table width="100%">
    <tbody>
    <tr>
    <td style="width: 30%;"><span style="font-size: medium;">$FIELD0</span></td>
    <td style="width: 70%;"><span style="font-size: medium;"><a title="Document opens in a new window" href="$FIELD2" target="_blank" rel="noopener noreferrer" aria-invalid="true">$FIELD1</a></span></td>
    </tr>
    </tbody>
    </table>
    <!--$/SW-REPEATER$-->