summaryrefslogtreecommitdiffstats
path: root/Aufgabe04/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Aufgabe04/index.html')
-rw-r--r--Aufgabe04/index.html31
1 files changed, 3 insertions, 28 deletions
diff --git a/Aufgabe04/index.html b/Aufgabe04/index.html
index 38dbccb..ecf747c 100644
--- a/Aufgabe04/index.html
+++ b/Aufgabe04/index.html
@@ -5,33 +5,8 @@
<title>Manipulate Database</title>
</head>
<body>
- <form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
- <h1>Product</h1>
- Name: <input type="text" placeholder="Name" name="prod_name"><br>
- Price: <input type="text" placeholder="Price" name="prod_price"><br>
- Width: <input type="text" placeholder="Width" name="prod_width"><br>
- Height: <input type="text" placeholder="Height" name="prod_height"><br>
- Description:
- <textarea placeholder="Description" name="prod_desc"></textarea>
- <br> <input type="submit" value="Abschicken"> <input
- type="reset" value="Zurücksetzen">
- </form>
-
- <form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
- <h1>Category</h1>
- Name: <input type="text" placeholder="Name" name="cat_name"><br>
- Description:
- <textarea placeholder="Description" name="cat_desc"></textarea>
- <br> <input type="submit" value="Abschicken"> <input
- type="reset" value="Zurücksetzen">
- </form>
-
- <form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
- <h1>User</h1>
- Username: <input type="text" placeholder="Name" name="user_username"><br>
- Password: <input type="password" placeholder="Password"
- name="user_password"><br> <input type="submit"
- value="Abschicken"> <input type="reset" value="Zurücksetzen">
- </form>
+ <a href="product.html" accesskey="p"><em>P</em>roducts</a><br>
+ <a href="category.html" accesskey="c"><em>C</em>ategroy</a><br>
+ <a href="user.html" accesskey="u"><em>U</em>ser</a><br>
</body>
</html> \ No newline at end of file