Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

{include file="header.tpl"}
    <table width="740" cellspacing="0" cellpadding="0">
        <tr>
            <td valign="top">
                <table width="662">
                    <tr>
                        <td colspan="2" class="links">Projektdetails</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">Projektname</td>
                        <td class="rechts" width="480">{$projekt->p_name}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">Projektleiter</td>
                        <td class="rechts">{$projekt->p_leiter_name}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">Projektbeginn</td>
                        <td class="rechts">{$projekt->p_von}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">Projektende</td>
                        <td class="rechts">{$projekt->p_bis}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">Projektort</td>
                        <td class="rechts">{$projekt->p_ort_name}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">Beschreibung</td>
                        <td class="rechts">{$projekt->p_beschreibung}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">erstellt am</td>
                        <td class="rechts">{$projekt->erstellt_am}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">erstellt von</td>
                        <td class="rechts">{$projekt->erstellt_von}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">letzte &Auml;nderung am</td>
                        <td class="rechts">{$projekt->letzte_Aenderung_am}</td>
                    </tr>
                    <tr>
                        <td class="links_projekt">letzte &Auml;nderung von</td>
                        <td class="rechts">{$projekt->letzte_Aenderung_von}</td>
                    </tr>
                    <tr>
                        <td colspan="2">
                        {include file="dokumente.tpl"}
                        </td>
                    </tr>
                </table>
                <input type="hidden" name="action" value="save">
            </td>
            <td width="77" align="right" valign="top">
            {include file="buttons.tpl"}
            </td>
        </tr>
    </table>
{include file="footer.tpl"}