8 print "pre {line-height: 80%;}"
14 print "<h1>Imago test</h1>"
16 for fl in sys.argv[1:]:
18 print "<h2>" + fl[:-4] + ".jpg" + "</h2>"
19 print "<image src=\"" + fl[:-4] + ".jpg" + "\" width=\"600\" style=\"float: right;\" />"
21 for line in open(fl).readlines():
24 print "<div style=\"clear: both;\"></div>"