Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

{* $Id: projekt_ort_new.tpl 408 2008-09-04 12:54:10Z tiefland $ *}
{include file="header.tpl" focus="document.projekt_ort.po_name"}
    <table width="662">
        <tr>
            <td valign="top">
                <form action="{$SCRIPT_NAME}" method="post" name="projekt_ort" onsubmit="return check_projekt_ort_form();">
                <input type="hidden" name="po_id" value="{$projekt_ort->po_id}">
                <input type="hidden" name="action" value="{$action}">

                <table width="662">
                    <tr>
                        <td colspan="2" class="links">Projektort hinzuf&uuml;gen / &auml;ndern</td>
                    </tr>
                    <tr>
                        <td class="links">Name</td>
                        <td class="rechts">
                            <input type="text" name="po_name" value="{$projekt_ort->po_name}">
                        </td>
                    </tr>
                    <tr>
                        <td colspan="2" class="links" align="center">
                            <input type="submit" value="eintragen">
                        </td>
                    </tr>
                </table>
                </form>
            </td>
            <td width="77" align="right" valign="top">
            {include file="buttons.tpl"}
            </td>
        </tr>
    </table>
{include file="footer.tpl"}