Lines Matching refs:html

6  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
143 * @return string html
163 $html = '<div class="secedit editbutton_' . $data['target'] . ' editbutton_' . $secid . '">';
164 $html .= html_btn('secedit', $ID, '', $params, 'post', $name);
165 $html .= '</div>';
166 return $html;
174 * @return string html
223 $html = '<form class="button btn_' . $name . '" method="' . $method . '" action="' . $script . '"><div class="no">';
227 $html .= '<input type="hidden" name="' . $key . '" value="' . hsc($val) . '" />';
233 $html .= '<button type="submit" ';
236 $html .= 'accesskey="' . $akey . '" ';
238 $html .= 'title="' . $tip . '">';
240 $html .= '<span>' . hsc($label) . '</span>' . inlineSVG($svg);
242 $html .= hsc($label);
244 $html .= '</button>';
245 $html .= '</div></form>';
247 return $html;
292 * @param string $html
294 * @return string html
296 function html_hilight($html, $phrases)
305 if ($regex === '') return $html;
306 if (!Clean::isUtf8($regex)) return $html;
314 }, $html);
410 * @return string html
425 * @return string html
454 * @return string html of an unordered list
465 $html = '';
477 if ($i) $html .= '<li class="clear">';
478 $html .= "\n" . '<ul class="' . $class . '">' . "\n";
484 $html .= '</li>' . "\n";
487 $html .= '</ul>' . "\n" . '</li>' . "\n";
491 } elseif ($html !== '') {
493 $html .= '</li>' . "\n";
497 $html .= call_user_func($lifunc, $item);
498 $html .= '<div class="li">';
500 $html .= call_user_func($func, $item);
501 $html .= '</div>';
505 $html .= '</li>' . "\n";
507 $html .= '</ul></li>' . "\n";
513 $html = "\n" . '<ul class="' . $class . '">' . "\n" . $html . '</ul>' . "\n";
516 return $html;
571 * Create html for revision navigation
577 * @return string[] html of left and right navigation elements
587 * Create html link to a diff defined by two revisions
593 * @return string html of link to a diff
603 * Insert soft breaks in diff html
732 echo '<html><body>';
807 echo '</body></html>';
829 * @return string html
851 * @return string html