Subversion-Projekte lars-tiefland.em_wm

Revision

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
        <head>
                <title>{$title} - {$title2}</title>
                <link href="./images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
                <link rel="stylesheet" href="styles/Standard.css" type="text/css">
                {literal}<script language="Javascript" type="text/javascript">
                        function check_search_form()
                        {
                                var lat_name=document.suchen.lat_name.value;
                                var deu_name=document.suchen.deu_name.value;
                                var a_id=document.suchen.a_id.value;
                                var b_von_id=document.suchen.b_von_id.value;
                                var b_bis_id=document.suchen.b_bis_id.value;
                                var bo_id=document.suchen.bo_id.value;
                                var br_von_id=document.suchen.br_von_id.value;
                                var br_bis_id=document.suchen.br_bis_id.value;
                                var d_id=document.suchen.d_id.value;
                                var f_id=document.suchen.f_id.value;
                                var g_id=document.suchen.g_id.value;
                                var h_von_id=document.suchen.h_von_id.value;
                                var h_bis_id=document.suchen.h_bis_id.value;
                                var hf_id=document.suchen.hf_id.value;
                                var l_id=document.suchen.l_id.value;
                                var w_id=document.suchen.w_id.value;
                                var wf_id=document.suchen.wf_id.value;
                                if (a_id==-1 &&b_von_id==-1 && b_bis_id==-1 && bo_id==-1 && br_von_id==-1 && br_bis_id==-1 && d_id==-1 && f_id==-1 && g_id==-1 && hf_id==-1 && h_von_id==-1 && h_bis_id==-1 && l_id==-1 && w_id==-1 && wf_id==-1 && lat_name.length==0 && deu_name.length==0)
                                {
                                        window.alert("Bitte wenigstens ein Kriterium angeben!");
                                        return false;
                                }
                                else
                                {
                                        return true;
                                }
                        }
                </script>{/literal}
        </head>
        <body>
                angemeldet als: {$u_name|default:"<i>[nicht angemeldet]</i>"}
                <br>
                <div align="right">Datum: {$smarty.now|date_format:"%d.%m.%Y"}</div>
                <div align="right">Zeit: {$smarty.now|date_format:"%H:%M"} Uhr</div>
                <h1>{if !$h1}{$title}{else}{$h1}{/if} - {$title2}</h1>
                <table>
        <tr>
                <th colspan="6">Aktionen</th>
        </tr>
        <tr align="center">
                <td>
                        <form action="search.php" method="post">
                                <input type="submit" class="liteoption" name="art" value="nach Spielen suchen">
                        </form>
                </td>
                <td>
                        <form action="admin/games_edit.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Spiele eingeben / ändern">
                        </form>
                </td>
                <td>
                    <form action="admin/teams_edit.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Mannschaften eingeben / ändern">
                        </form>
                </td>
                <td>
                    <form action="admin/locations_edit.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Austragungsorte eingeben / ändern">
                        </form>
                </td>
                <td>
                    <form action="admin/groups_edit.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Gruppen eingeben / ändern">
                        </form>
                </td>
                <td>
                    <form action="admin/types_edit.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Spieltypen eingeben / ändern">
                        </form>
                </td>
        </tr>
        <tr>
                <td></td>
                <td>
                    <form action="index.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Liste der Spiele">
                        </form>
        </td>
                <td>
                    <form action="liste_teams.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Liste der Mannschaften">
                        </form>
        </td>
                <td>
                    <form action="liste_orte.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Liste der Austragungsorte">
                        </form>
        </td>
                <td>
                    <form action="liste_groups.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Liste der Gruppen">
                        </form>
        </td>
                <td>
                    <form action="liste_types.php" method="post">
                                <input type="submit" class="liteoption" name="change" value="Liste der Spieltypen">
                        </form>
        </td>
</table>
<br>