Lines Matching refs:xhtml
52 $xhtml = array();
68 $xhtml[] = $renderer->_formatLink($link);
75 … $xhtml[] = '<abbr class="published" title="'.dformat($date, '%Y-%m-%dT%H:%M:%SZ').'">'
85 … $xhtml[] = '<abbr class="published" title="'.dformat($mdate, '%Y-%m-%dT%H:%M:%SZ').'">'
96 $xhtml[] = '<span class="vcard author">' . userlink($author) . '</span>';
98 $xhtml[] = '<span class="vcard author">' . editorinfo($author) . '</span>';
106 if ($disc) $xhtml[] = '<span class="comment">' . $disc . '</span>';
112 if ($link) $xhtml[] = '<span class="linkback">' . $link . '</span>';
115 $xhtml = implode(DOKU_LF . DOKU_TAB . '· ', $xhtml);
121 $xhtml .= '<div class="tags"><span>' . DOKU_LF
127 if (!$xhtml) $xhtml = ' ';
130 …return '<div class="' . $class . '">' . DOKU_LF . DOKU_TAB . $xhtml . DOKU_LF . '</div>' . DOKU_LF;