Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file="header.tpl" focus=orte.l_name}
{include file="meld_inc.tpl"}
<form action="edit_orte.php" method="post" name="orte" onsubmit="return check_orte_form();">
        <table>
                <tr>
                        <th>Eigenschaft</th>
                        <th>Wert</th>
                </tr>
                <tr>
                        <td>Ort</td>
                        <td><input type="text" name="l_name" value="{$l_name}" size="100" class="post"></td>
                </tr>
                <tr>
                        <td>Stadionname</td>
                        <td><input type="text" name="l_name2" value="{$l_name2}" size="100" class="post"></td>
                </tr>
                <tr>
                        <td class="catBottom" colspan="2"><input type="submit" value="speichern" class="mainoption"></td>
                </tr>
        </table>
        <input type="hidden" name="mode" value="{$mode}">
        <input type="hidden" name="id" value="{$id}">
</form>
<br>
<form action="liste_orte.php" method="post">
        <input type="submit" value="zurück" class="liteoption">
</form>
{include file="footer.tpl"}