Home
last modified time | relevance | path

Searched refs:addHTML (Results 1 – 25 of 68) sorted by relevance

123

/plugin/filelisting/
Dhelper.php53 $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>');
[all …]
/plugin/twofactorgoogleauth/
Daction.php37 $form->addHTML('<figure><p>' . $this->getLang('directions') . '</p>');
38 $form->addHTML($svg);
39 $form->addHTML('<figcaption><code>'.$secret.'</code></figcaption>');
40 $form->addHTML('</figure>');
42 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
/plugin/combo/action/
H A Dlogin.php242 $form->addHTML($headerHTML, 1);
283 $form->addHTML("<div class=\"form-floating\">", $userPosition);
284 $form->addHTML("<label for=\"$userFieldId\">$loginText</label>", $userPosition + 2);
285 $form->addHTML("</div>", $userPosition + 3);
311 $form->addHTML("<div class=\"form-floating\">", $pwdPosition);
312 $form->addHTML("<label for=\"$pwdFieldId\">$passwordText</label>", $pwdPosition + 2);
313 $form->addHTML("</div>", $pwdPosition + 3);
332 $form->addHTML("<div class=\"form-check py-2\">", $rememberPosition);
333 …$form->addHTML("<label for=\"$remFieldId\" class=\"form-check-label\">$remberText</label>", $remem…
334 $form->addHTML("</div>", $rememberPosition + 3);
/plugin/doxycode/
Dadmin.php213 $form->addHTML('<br>');
214 $form->addHTML('<br>');
225 $form->addHTML('<th>' . $this->getLang('admin_conf_delete') . '</th>');
226 $form->addHTML('<th>' . $this->getLang('admin_conf_enabled') . '</th>');
227 $form->addHTML('<th>' . $this->getLang('admin_conf_force_runner') . '</th>');
228 $form->addHTML('<th>' . $this->getLang('admin_conf_local_name') . '</th>');
229 $form->addHTML('<th>' . $this->getLang('admin_conf_mtime') . '</th>');
230 $form->addHTML('<th>' . $this->getLang('admin_conf_docu_url') . '</th>');
231 $form->addHTML('<th>' . $this->getLang('admin_conf_remote_url') . '</th>');
232 $form->addHTML('<th>' . $this->getLang('admin_conf_update_period') . '</th>');
[all …]
/plugin/struct/meta/
H A DSchemaEditor.php51 $form->addHTML('<table class="inline">');
52 $form->addHTML("<tr>
63 $form->addHTML($this->adminColumn($col->getColref(), $col));
67 …$form->addHTML($this->adminColumn('new1', new Column($this->schema->getMaxsort() + 10, new Text())…
69 $form->addHTML('</table>');
74 $form->addHTML(
/plugin/telleveryone/
Dadmin.php168 $form->addHTML('<div class="toolbar group">');
169 $form->addHTML('<div id="tool__bar" class="tool__bar" role="toolbar"></div>');
170 $form->addHTML('</div>');
183 $form->addHTML('<div id="wiki__editbar">');
193 $form->addHTML($cancel_link);
194 $form->addHTML('</div><br>');
/plugin/struct/admin/
H A Dschemas.php206 $form->addHTML('<p>' . $this->getLang('import_warning') . '</p>');
212 $form->addHTML($this->getLang('admin_csvexport_datatype'));
223 $form->addHTML('<br>');
229 $form->addHTML($this->getLang('admin_csvimport_datatype'));
241 $form->addHTML('<br>');
245 $form->addHTML(
268 $form->addHTML($this->locale_xhtml('delete_intro'));
274 $form->addHTML($this->locale_xhtml('clear_intro'));
296 …$form->addHTML('<p>' . $this->getLang('createhint') . '</p>'); // FIXME is that true? we probably …
/plugin/prosemirror/action/
Deditor.php96 $form->addHTML('<div class="prosemirror_wrapper" id="prosemirror__editor"></div>', 1);
173 $linkForm->addHTML('Link Type');
188 $linkForm->addHTML('Link Name Type');
231 $mediaForm->addHTML($this->getLang('label:image_properties'));
237 $mediaForm->addHTML($this->getLang('legend:size'));
247 $mediaForm->addHTML($this->getLang('legend:alignment'));
261 $mediaForm->addHTML($this->getLang('legend:linking'));
275 $mediaForm->addHTML($this->getLang('legend:caching'));
/plugin/twofactor/
H A Dadmin.php111 $form->addHTML($this->getLang('user_id'));
114 $form->addHTML($this->getLang('user_name'));
117 $form->addHTML($this->getLang('user_mail'));
120 $form->addHTML($this->getLang('action'));
156 $form->addHTML(hsc($user));
159 $form->addHTML(hsc($userinfo['name']));
162 $form->addHTML(hsc($userinfo['mail']));
/plugin/watchcycle/
Dadmin.php64 $form->addHTML('<label class="outdated">');
66 $form->addHTML($this->getLang('show outdated only'));
67 $form->addHTML('</label>');
/plugin/questionnaire/
Dsyntax.php119 $form->addHTML(hsc($q['q']));
158 $form->addHTML('<p class="nosubmit">' . $this->getLang('inactive') . '</p>');
160 $form->addHTML('<p class="nosubmit">' . $this->getLang('notloggedin') . '</p>');
180 $form->addHTML(
194 … $form->addHTML('<a href="' . $url . '" class="button">' . $this->getLang('download') . '</a>');
/plugin/tagging/
H A Dhelper.php780 $form->addHTML(
817 $form->addHTML($header['value']);
846 $form->addHTML('<td>');
847 $form->addHTML('<a class="tagslist" href="#" data-tid="' . $taginfo['tid'] . '">');
848 $form->addHTML(hsc($tagname) . '</a>');
849 $form->addHTML('</td>');
850 $form->addHTML('<td>' . $taginfo['count'] . '</td>');
852 $form->addHTML('<td>' . hsc($ns) . '</td>');
854 $form->addHTML('<td>' . hsc($taggers) . '</td>');
859 $form->addHTML('<td>');
[all …]
/plugin/data/syntax/
Dentry.php522 $renderer->form->addHTML("<table class=\"$class\">");
530 $renderer->form->addHTML($header);
548 $renderer->form->addHTML('<tr class="hidden">');
550 $renderer->form->addHTML('<tr>');
627 $renderer->form->addHTML("<td class=\"{$columns[$index]}\">");
631 $renderer->form->addHTML($cell);
633 $renderer->form->addHTML('</td>');
635 $renderer->form->addHTML('</tr>');
638 $renderer->form->addHTML('</table>');
/plugin/task/
Dhelper.php473 $form->addHTML('<table class="blind"><tr><th>'.$this->getLang('user').':</th><td>', $pos++);
491 $form->addHTML('</td></tr>', $pos++);
495 $form->addHTML('<tr><th>'.$this->getLang('date').':</th><td>', $pos++);
498 $form->addHTML('</td></tr>', $pos++);
502 $form->addHTML('<tr><th>'.$this->getLang('priority').':</th><td>');
513 $form->addHTML('</td></tr>', $pos++);
515 $form->addHTML('</table>', $pos++);
/plugin/task/syntax/
Dtasks.php182 $form->addHTML('<label class="simple">', $pos++);
183 $form->addHTML('<span>'.$this->getLang('view').'</span>', $pos++);
202 $form->addHTML('</label>', $pos++);
205 … $form->addHTML('<label class="simple"><span>'.$this->getLang('view_user').':</span>', $pos++);
211 $form->addHTML('</label>', $pos++);
/plugin/farmsync/meta/
DPageConflict.php51 $form->addHTML('<h4>' . $this->helper->getLang('heading:conflicts') . '</h4>');
52 $form->addHTML('<ol></ol>');
DMediaConflict.php39 $form->addHTML($this->helper->getLang('link:srcversion'));
45 $form->addHTML($this->helper->getLang('link:dstversion'));
/plugin/elasticsearch/helper/
Dform.php89 $searchForm->addHTML($label);
129 $searchForm->addHTML($this->getLang('lastmod'));
169 $searchForm->addHTML($label);
/plugin/schulzevote/syntax/
Dvote.php156 $form->addHTML('<p>'.$this->getLang('howto').'</p>');
160 $form->addHTML('<p>' . $closemsg . '</p>');
179 $form->addHTML('<p>' . $this->_winnerMsg($hlp, 'leading') . '</p>');
187 $form->addHTML($ranks[$candy]);
/plugin/acknowledge/admin/
H A Dassign.php60 $form->addHTML($this->getLang('pattern'));
63 $form->addHTML($this->getLang('assignees'));
/plugin/bookcreator/syntax/
Dbookmanager.php174 $form->addHTML('<div class="message"></div>');
176 $form->addHTML($this->showlist($result, $bookmanager));
258 $form->addHTML($this->getLang('title')." ");
284 $form->addHTML('<div class="message"></div>');
/plugin/twofactortelegram/
Daction.php35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
/plugin/twofactoraltemail/
Daction.php35 $form->addHTML('<p>' . $this->getLang('intro') . '</p>');
38 $form->addHTML('<p>' . $this->getLang('verifynotice') . '</p>');
/plugin/userimportextended/
Dadmin.php87 $form->addHTML('<br>');
89 $form->addHTML('<br>');
91 $form->addHTML('<br>');
96 $form->addHTML('<br>');
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php60 $form->addHTML('<div class="form-control-row">', $elementPosition);
61 …$form->addHTML("<label for=\"$inputId\" class=\"form-label\">$label</label>", $elementPosition + 1…
62 $form->addHTML('</div>', $elementPosition + 3);

123