Subversion-Projekte lars-tiefland.shop_ns

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

    <div class="breadcrumb">
        <p>
        <table width="100%" border="0">
            <tr>
                <td valign="top" class="pagination">
                    Artikel {$paginate.first|default:0} bis {$paginate.last} von {$paginate.total}
                </td>
                <td align="right" class="pagination">
                    Seiten: {paginate_middle format="page" class="pagination"}
                </td>
            </tr>
        </table>
        <table width="100%" border="0">
            <tr>
                <td style="width:33%;" valign="top" align="left">
                    {if $paginate.page_current > 1}
                    {paginate_first class="pagination"}
                    {/if}
                </td>
                <td style="width:34%;" valign="top" align="center">
                    {if $paginate.page_current > 1}
                    {paginate_prev class="pagination"}
                    {/if}
                    {if $paginate.page_current > 1 && $paginate.page_current < $paginate.page_total}
                    |
                    {/if}
                    {if $paginate.page_current < $paginate.page_total}
                    {paginate_next class="pagination"}
                    {/if}
                </td>
                <td style="width:33%;" valign="top" align="right">
                    {if $paginate.page_current < $paginate.page_total}
                    {paginate_last class="pagination"}
                    {/if}
                </td>
            </tr>
        </table>
        </p>
    </div>