Lines Matching refs:addHTML
53 $form->addHTML('<div class="plugin__filelisting_content">');
55 $form->addHTML('<div class="plugin__filelisting_headertable">');
56 $form->addHTML('<table>');
57 $form->addHTML($colgroup);
58 $form->addHTML('<thead>');
59 $form->addHTML('<tr>');
61 $form->addHTML('<th colspan="2"></th>');
62 $form->addHTML('<th>' . $this->getLang('header filename') .'</th>');
63 $form->addHTML('<th>' . $this->getLang('header filesize') .'</th>');
64 $form->addHTML('<th>' . $this->getLang('header filedate') .'</th>');
65 $form->addHTML('</tr>');
66 $form->addHTML('</thead>');
67 $form->addHTML('</table>');
68 $form->addHTML('</div>');
70 $form->addHTML('<div class="plugin__filelisting_bodytable">');
71 $form->addHTML('<table>');
72 $form->addHTML($colgroup);
73 $form->addHTML('<tbody>');
79 $form->addHTML('</tbody>');
80 $form->addHTML('</table>');
81 $form->addHTML('</div>');
84 $form->addHTML('</div>');
86 $form->addHTML('<div class="plugin__filelisting_footer">');
89 $form->addHTML('</div>');