Subversion-Projekte lars-tiefland.ci

Revision

Revision 2248 | Revision 2260 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file="header.tpl"}
<!--$Id: logistiker.tpl 2249 2018-10-02 18:18:56Z lars $ BEGIN-->
<table width="1000" >
    <tr >
        <td valign="top">
            <form method="post">
            <table width="100%" cellpadding="3" cellspacing="0" class="keinRand">
                <tr class="links" algin="left">
                    <td style="text-align:left !important;">ID</td>
                    <td style="text-align:left !important;">Name</td>
                    <td style="text-align:left !important;">Kurzname</td>
                {if $smarty.get.action=="delete"}
                    <td></td>
                {/if}
                </tr>
            {section loop=$logistiker name=l_ind}
            {cycle values=",gerade" assign="class"}
                <tr class="rechts {$class}">
                    <td  style="text-align:left !important;">{$logistiker[l_ind].id}</td>
                    <td  style="text-align:left !important;">
                        <a href="?action=edit&id={$logistiker[l_ind].id}">{$logistiker[l_ind].name}</a>
                    </td>
                    <td  style="text-align:left !important;">{$logistiker[l_ind].kname}</td>
                {if $smarty.get.action=="delete"}
                    <td  style="text-align:left !important;">
                        <input type="checkbox" name="l_ids[]" value="{$logistiker[l_ind].id}">
                    </td>
                {/if}
                </tr>
            {/section}
            {if $smarty.get.action=="delete"}
                <tr class="links">
                    <td colspan="4" align="center">
                        <input type="hidden" name="mode" value="delete">
                        <input type="submit" value="L&Ouml;SCHEN">
                    </td>
                </tr>
            {else}
                <tr class="links">
                    <td colspan="3">&nbsp;</td>
                </tr>
            {/if}
            
            </table>
            </form>
        </td>
    </tr>
</table>
<!-- $Id: logistiker.tpl 2249 2018-10-02 18:18:56Z lars $ END -->
{include file="footer.tpl"}