a little more
git-svn-id: file:///home/shish/svn/shimmie2/trunk@845 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
26fc96bf83
commit
d5255bbb1a
3 changed files with 3 additions and 8 deletions
|
@ -23,7 +23,7 @@ class CustomCommentListTheme extends CommentListTheme {
|
||||||
}
|
}
|
||||||
|
|
||||||
private function build_upload_box() {
|
private function build_upload_box() {
|
||||||
return "upload";
|
return "[[ insert upload-and-comment extension here ]]";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -43,12 +43,6 @@ class CustomCommentListTheme extends CommentListTheme {
|
||||||
$html .= "<div style='float: left; margin-left: 16px; margin-right: 16px;'>" . $this->build_thumb_html($image) . "</div>";
|
$html .= "<div style='float: left; margin-left: 16px; margin-right: 16px;'>" . $this->build_thumb_html($image) . "</div>";
|
||||||
$html .= "<div class='commentset'>" . $this->comments_to_html($comments) . "</div>";
|
$html .= "<div class='commentset'>" . $this->comments_to_html($comments) . "</div>";
|
||||||
$html .= "</div>";
|
$html .= "</div>";
|
||||||
if($with_postbox) {
|
|
||||||
$html .= "<div style='clear:both;'>".($this->build_postbox($image->id))."</div>";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
$html .= "<div style='clear:both;'><p> </p></div>";
|
|
||||||
}
|
|
||||||
|
|
||||||
$page->add_block(new Block(null, $html, "main", $position));
|
$page->add_block(new Block(null, $html, "main", $position));
|
||||||
}
|
}
|
||||||
|
|
BIN
themes/futaba/fade.png
Normal file
BIN
themes/futaba/fade.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -6,7 +6,7 @@
|
||||||
BODY {
|
BODY {
|
||||||
font-family: arial,helvetica,sans-serif;
|
font-family: arial,helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
background: #FFFFEE;
|
background: #FFFFEE url(fade.png) top center repeat-x;
|
||||||
color: #800000;
|
color: #800000;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
@ -30,6 +30,7 @@ IMG {border: none;}
|
||||||
FORM {margin: 0px;}
|
FORM {margin: 0px;}
|
||||||
A, A:visited {text-decoration: none; color: #0000EE;}
|
A, A:visited {text-decoration: none; color: #0000EE;}
|
||||||
A:hover {text-decoration: underline; color: #DD0000;}
|
A:hover {text-decoration: underline; color: #DD0000;}
|
||||||
|
HR {border: none; border-top: 1px solid #D9BFB7; height: 0px; clear: both;}
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
|
|
Reference in a new issue