diff --git a/cgi-bin/uebung07/doggu.html b/cgi-bin/uebung07/doggu.html deleted file mode 100755 index 749ff38..0000000 --- a/cgi-bin/uebung07/doggu.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - Indiras Fetziger Blog - - - -

Just try to think creatively

- Tja, Pech. Nothing to see here. -
-

-

-

- -
- - \ No newline at end of file diff --git a/cgi-bin/uebung07/knuffig.jpg b/cgi-bin/uebung07/knuffig.jpg deleted file mode 100755 index 8e0dec8..0000000 Binary files a/cgi-bin/uebung07/knuffig.jpg and /dev/null differ diff --git a/cgi-bin/uebung07/master.html b/cgi-bin/uebung07/master.html new file mode 100755 index 0000000..885c605 --- /dev/null +++ b/cgi-bin/uebung07/master.html @@ -0,0 +1,22 @@ + + + + + + + Blog + + + +

Just try to think creatively

+
+

+

+

+ +
+ + diff --git a/cgi-bin/uebung07/posts-create.py b/cgi-bin/uebung07/posts-create.py index debe38e..5715a51 100755 --- a/cgi-bin/uebung07/posts-create.py +++ b/cgi-bin/uebung07/posts-create.py @@ -5,9 +5,9 @@ import cgitb cgitb.enable() -form = open("doggu.html", "r").read() +form = open("master.html", "r").read() print("Content-type: text/html\n") print(form) -print('Zeig mir alle Posts!
') -print('Zeig mir alle Tags!') \ No newline at end of file +print('Alle Posts!
') +print('Alle Tags!') diff --git a/cgi-bin/uebung07/tags-show.py b/cgi-bin/uebung07/tags-show.py index 8c9b7f6..ddf3857 100755 --- a/cgi-bin/uebung07/tags-show.py +++ b/cgi-bin/uebung07/tags-show.py @@ -47,6 +47,6 @@ else: print() -print('Zeig mir alle Posts!
') +print('Alle Posts!
') print('Falls du noch nicht alle Tags siehst ist dies nach diesem Klick der Fall!
') -print('Ich will einen neuen Post bauen!') +print('Neuen Post verfassen!')