diff --git a/templates/add.html b/templates/add.html new file mode 100644 index 0000000..33338ad --- /dev/null +++ b/templates/add.html @@ -0,0 +1,22 @@ + + + +Admin + + +

Dodaj Produkt

+
+ Nazwa:
+ Cena:
+ Description:
+ Zdiecie:
+ Zbiór:
+ Kategorie:
+ +
+ + diff --git a/templates/changePassword.html b/templates/changePassword.html new file mode 100644 index 0000000..c3072ec --- /dev/null +++ b/templates/changePassword.html @@ -0,0 +1,17 @@ + + +Zmień hasło + + + +

Zmień hasło

+

{{ msg }}

+
+

stare hasło:

+

nowe hasło:

+

powtórz hasło:

+ +
+Idż do Profilu + + \ No newline at end of file diff --git a/templates/displayCategory.html b/templates/displayCategory.html new file mode 100644 index 0000000..191d626 --- /dev/null +++ b/templates/displayCategory.html @@ -0,0 +1,72 @@ + + + +Kategorie: {{categoryName}} + + + + +
+ + + +
+ + +
+ +
+ + + {{noOfItems}} + +
+ {% if not loggedIn %} +
+ Zaloguj się +
+ {% else %} + + {% endif %} +
+ +
+

Produkty z Kategorii {{categoryName}}:

+ {% for itemData in data %} + + + {% for row in itemData %} + + {% endfor %} + + + {% for row in itemData %} + + {% endfor %} + + + {% for row in itemData %} + + {% endfor %} + +
+ {{row[1]}} +
+ + + +
+ ${{row[2]}} +
+ {% endfor %} +
+ + diff --git a/templates/editProfile.html b/templates/editProfile.html new file mode 100644 index 0000000..0b097ec --- /dev/null +++ b/templates/editProfile.html @@ -0,0 +1,59 @@ + + + +Edytuj Profil + + + + +
+ + + +
+ + +
+ +
+ + + {{noOfItems}} + +
+ {% if not loggedIn %} +
+ Zaloguj się +
+ {% else %} + + {% endif %} +
+ +
+

Edytuj Profil

+
+

Email:

+

imie:

+

nazwisko:

+

Adres 1:

+

Adres 2:

+

Kod pocztowy:

+

Miasto:

+

Ulica:

+

Kraj:

+

Numer telefonu:

+ +
+
+ + + diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..56cd0ee --- /dev/null +++ b/templates/home.html @@ -0,0 +1,82 @@ + + + +Witaj + + + + +
+ + + +
+ + +
+ +
+ + + {{noOfItems}} + +
+ {% if not loggedIn %} +
+ Zaloguj się +
+ {% else %} + + {% endif %} +
+
+
+

Kupuj według kategorii:

+ +
+
+

Przedmioty

+ {% for data in itemData %} + + + {% for row in data %} + + {% endfor %} + + + {% for row in data %} + + {% endfor %} + + + {% for row in data %} + + {% endfor %} + +
+ {{row[1]}} +
+ + + +
+ ${{row[2]}} +
+ {% endfor %} +
+
+ + +