Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 112 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file="header.tpl" focus="teams.t_name"}
{include file="meld_inc.tpl"}
<form action="{$SCRIPT_NAME}" method="post" name="teams" onsubmit="return check_teams_form();">
        <table>
                <tr>
                        <th>{$L_PROPERTY}</th>
                        <th>Wert</th>
                </tr>
                <tr>
                        <td>Name der Mannschaft</td>
                        <td><input type="text" name="t_name" value="{$t_name}" size="100" class="post"></td>
                </tr>
                <tr>
                        <td>{$L_GROUP}</td>
                        <td>
                                <select name="t_group">
                                        {html_options output=$groups values=$g_ids selected=$akt_g_id}
                                </select>
                        <td>
                </tr>
                <tr>
                        <td class="catBottom" colspan="2"><input type="submit" value="{$L_SAVE}" class="mainoption"></td>
                </tr>
        </table>
        <input type="hidden" name="mode" value="{$mode}">
        <input type="hidden" name="id" value="{$id}">
</form>
<br>
<form action="liste_teams.php" method="post">
        <input type="submit" value="{$L_BACK}" class="liteoption">
</form>
{include file="footer.tpl"}