Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<table width="100%">
    <tr class="links">
        <td>Trackingnummer</td>
        <td>Datum</td>
        <td>Vorgang</td>
    </tr>
    <tr>
        <td colspan="3" class="rechts">
            {include file="pagination.tpl"}
        </td>
    </tr>
    {section loop=$daten name=d_ind}
    {cycle values="links,rechts" assign="class"}
    <tr class="{$class}">
        <td>
            {$daten[d_ind].kname}: <a href="{$daten[d_ind].trackinglink}{$daten[d_ind].paketnummer}" target="_blank">
                {$daten[d_ind].paketnummer}
            </a>
        </td>
        <td>
            {$daten[d_ind].datum|date_format:"d.m.Y"}
        </td>
        <td>
            <a href="/Warenwirtschaft/bestellungen.php?Bestellung={$daten[d_ind].bestellung}">zum Vorgang</a>
        </td>
    </tr>
    {/section}
    {cycle values="links,rechts" assign="class"}
    <tr class="{$class}">
        <td colspan="3">
            {include file="pagination.tpl"}
        </td>
    </tr>
</table>