Lines Matching refs:dlh_tree_html
16 var $dlh_tree_html = ''; variable in syntax_plugin_dirtylittlehelper_tree
113 if( $this->dlh_tree_html == ''){
116 $this->dlh_tree_html .= '<script>'
155 $renderer->doc .= $this->dlh_tree_html;
170 $renderer->doc .= $this->dlh_tree_html;
222 $this->dlh_tree_html .= $match[0];
227 … $this->dlh_tree_html .= '<div class="dlh_ontheleft"><div id="sb__index__tree">' . DOKU_LF;
228 … $this->dlh_tree_html .= html_buildlist($data,'idx','html_list_index','html_li_index');
229 $this->dlh_tree_html .= '</div></div>' . DOKU_LF;
248 … $this->dlh_tree_html .= '<span class="sb_label">' . $lang['navigation'] . '</span>' . DOKU_LF;
249 $this->dlh_tree_html .= '<aside id="navigation" class="sidebar_box">' . DOKU_LF;
250 $this->dlh_tree_html .= $this->dlh_dokubook_p_index_xhtml(cleanID($svID));
251 $this->dlh_tree_html .= '</aside>' . DOKU_LF;