Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

{* $Id: projekt_benutzer.tpl 425 2008-09-10 09:15:32Z tiefland $ *}
{include file="header.tpl"}
    <table width="662">
        <tr>
            <td valign="top">
                <table width="662">
                    <tr>
                        <td colspan="2" class="links">Liste der Projektbenutzer</td>
                    </tr>
                    <tr>
                        <td class="links">Projektame</td>
                        <td class="links">Loginnamen</td>
                    </tr>
                    {section loop=$projekt_benutzer name="p_ind"}
                    <tr>
                        <td class="rechts">{$projekt_benutzer[p_ind].projekte.projekt->p_name}</td>
                        <td class="rechts" valign="top">
                            <table>
                                {section name=l_ind loop=$projekt_benutzer[p_ind].projekte.logins}
                                <tr>
                                    <td>
                                        {$projekt_benutzer[p_ind].projekte.logins[l_ind]->pl_name}
                                        <form action="{$SCRIPT_NAME}" method="post" style="display:inline">
                                            <input type="hidden" name="action" value="view">
                                            <input type="hidden" name="id" value="{$projekt_benutzer[p_ind].projekte.benutzer[l_ind]}">
                                            <input type="image" src="../images/navigation/edit.gif" align="right" style="16px">
                                        </form>
                                    </td>
                                </tr>
                                {/section}
                            </table>
                        </td>
                    </tr>
                    {/section}
                </table>
            </td>
            <td width="77" align="right" valign="top">
            {include file="buttons.tpl"}
            </td>
        </tr>
    </table>
{include file="footer.tpl"}