mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
yup
This commit is contained in:
17
Online Gokkantoor/Gui/Admin.aspx
Normal file
17
Online Gokkantoor/Gui/Admin.aspx
Normal file
@@ -0,0 +1,17 @@
|
||||
<%@ Page Language="C#" Inherits="Gui.Admin" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head runat="server">
|
||||
<title>Admin</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<asp:Button id="addUser" OnClick="addUser_Click" runat="server" Text="addUser"/>
|
||||
<asp:Button id="addMatch" OnClick="addMatch_Click" runat="server" Text="addMatch"/>
|
||||
<asp:Button id="addPloeg" OnClick="addPloeg_Click" runat="server" Text="addPloeg"/>
|
||||
<p>games:</p>
|
||||
<asp:ListBox id="listGames" runat="server"/>
|
||||
<asp:Button id="updateGame" OnClick="updateGame_Click" runat="server" Text="updateGame"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user