From a8fb77955129d6f7b96c0acd144bc70e1cc675c1 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Tue, 14 Apr 2015 15:01:24 +0200 Subject: 4th task now in separate files --- Aufgabe04/category.html | 19 +++++++++++++++++++ Aufgabe04/index.html | 31 +++---------------------------- Aufgabe04/product.html | 22 ++++++++++++++++++++++ Aufgabe04/user.html | 18 ++++++++++++++++++ 4 files changed, 62 insertions(+), 28 deletions(-) create mode 100644 Aufgabe04/category.html create mode 100644 Aufgabe04/product.html create mode 100644 Aufgabe04/user.html (limited to 'Aufgabe04') diff --git a/Aufgabe04/category.html b/Aufgabe04/category.html new file mode 100644 index 0000000..93946a0 --- /dev/null +++ b/Aufgabe04/category.html @@ -0,0 +1,19 @@ + + + + +Category + + + Zurück +
+

Category

+ Name:
+ Description: + +
+ + +
+ + \ No newline at end of file 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 @@ Manipulate Database -
-

Product

- Name:
- Price:
- Width:
- Height:
- Description: - -
-
- -
-

Category

- Name:
- Description: - -
-
- -
-

User

- Username:
- Password:
-
+ Products
+ Categroy
+ User
\ No newline at end of file diff --git a/Aufgabe04/product.html b/Aufgabe04/product.html new file mode 100644 index 0000000..1bfb4d3 --- /dev/null +++ b/Aufgabe04/product.html @@ -0,0 +1,22 @@ + + + + +Production + + + Zurück +
+

Product

+ Name:
+ Price:
+ Width:
+ Height:
+ Description: + +
+ + +
+ + \ No newline at end of file diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html new file mode 100644 index 0000000..90cc212 --- /dev/null +++ b/Aufgabe04/user.html @@ -0,0 +1,18 @@ + + + + +User + + + Zurück +
+

User

+ Username:
Password:
+ + +
+ + \ No newline at end of file -- cgit v1.2.3-70-g09d2