summaryrefslogtreecommitdiff
path: root/cgi-bin/display.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/display.py')
-rwxr-xr-x[-rw-r--r--]cgi-bin/display.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi-bin/display.py b/cgi-bin/display.py
index 72d2589..e20f9d9 100644..100755
--- a/cgi-bin/display.py
+++ b/cgi-bin/display.py
@@ -35,6 +35,7 @@ class Body:
print ("<article id=\"now\">")
print (self.a.imglink(self.a.img, '440', 'now'))
print ("<p>"+self.a.timestamp(self.a.img)+"</p>")
+ print ("<p>"+self.a.full(self.a.img, 'plná velikost')+"</p>")
print ("</article>")
print ("<article id=\"next\">")
print (self.a.imglink(self.a.delta('-m'), '180', 'next'))