Remove some unused borders
This commit is contained in:
parent
5a20e73a5f
commit
2d34efb9af
13
blogthon.cgi
13
blogthon.cgi
@ -542,11 +542,6 @@ else:
|
|||||||
print(ind*5 + line.strip() + "<br />")
|
print(ind*5 + line.strip() + "<br />")
|
||||||
print(ind*5 + "</p>")
|
print(ind*5 + "</p>")
|
||||||
print(ind*4 + "</div>")
|
print(ind*4 + "</div>")
|
||||||
print(ind*4 + "<div class=\"entry_footer\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_left\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_right\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_top\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_bottom\"></div>")
|
|
||||||
print(ind*3 + "</div>")
|
print(ind*3 + "</div>")
|
||||||
print("")
|
print("")
|
||||||
content.close()
|
content.close()
|
||||||
@ -586,11 +581,6 @@ else:
|
|||||||
else:
|
else:
|
||||||
print(ind*5 + line.strip() + "<br />")
|
print(ind*5 + line.strip() + "<br />")
|
||||||
print(ind*4 + "</div>")
|
print(ind*4 + "</div>")
|
||||||
print(ind*4 + "<div class=\"entry_footer\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_left\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_right\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_top\"></div>")
|
|
||||||
print(ind*4 + "<div class=\"entry_border_bottom\"></div>")
|
|
||||||
|
|
||||||
# Comments...
|
# Comments...
|
||||||
# ... are shown when post_display and comments_file isn't false
|
# ... are shown when post_display and comments_file isn't false
|
||||||
@ -653,9 +643,6 @@ else:
|
|||||||
print(ind*5 + "<br /><input class=\"submit_comment_button\" type=\"submit\" id=\"submit\" value=\"%s\" />" % blog_locale[8])
|
print(ind*5 + "<br /><input class=\"submit_comment_button\" type=\"submit\" id=\"submit\" value=\"%s\" />" % blog_locale[8])
|
||||||
print(ind*4 + "</form>")
|
print(ind*4 + "</form>")
|
||||||
print(ind*3 + "</div>")
|
print(ind*3 + "</div>")
|
||||||
else:
|
|
||||||
print(ind*3 + "<div class=\"submit_border_bottom\"></div>")
|
|
||||||
print("")
|
|
||||||
|
|
||||||
if comments == "True":
|
if comments == "True":
|
||||||
comments_file = glob(os.path.join(entries_dir, title + ".comments"))
|
comments_file = glob(os.path.join(entries_dir, title + ".comments"))
|
||||||
|
Loading…
Reference in New Issue
Block a user