Lines Matching refs:attr
3748 //$attr = ' class="li2"';
3752 //$attr = ' style="' . $this->line_style2 . '"';
3761 //$attr = ' class="li1"';
3765 //$attr = ' style="' . $this->line_style1 . '"';
3803 foreach ($attrs as $key => $attr) {
3804 $attr_string .= ' ' . $key . '="' . implode(' ', $attr) . '"';
3975 $attr = ' class="head"';
3977 $attr = " style=\"{$this->header_content_style}\"";
3980 $header = "<thead><tr><td colspan=\"2\" $attr>$header</td></tr></thead>";
3982 $header = "<div$attr>$header</div>";
4030 $attr = ' class="foot"';
4032 $attr = " style=\"{$this->footer_content_style}\"";
4037 $footer = "<div$attr>$footer</div>";