Home
last modified time | relevance | path

Searched refs:form (Results 26 – 50 of 1387) sorted by relevance

12345678910>>...56

/plugin/bureaucracyau/
H A Dstyle.css9 .dokuwiki form.bureaucracyau__plugin {
16 .dokuwiki form.bureaucracyau__plugin p {
21 .dokuwiki form.bureaucracyau__plugin fieldset {
28 .dokuwiki form.bureaucracyau__plugin label {
34 .dokuwiki form.bureaucracyau__plugin label>span {
46 .dokuwiki form.bureaucracyau__plugin label input.edit,
47 .dokuwiki form.bureaucracyau__plugin label select {
64 .dokuwiki form.bureaucracyau__plugin input.button {
88 .dokuwiki form.bureaucracyau__plugin label {
91 .dokuwiki form.bureaucracyau__plugin label>span {
[all …]
/plugin/bureaucracy/
H A Dstyle.css9 .dokuwiki form.bureaucracy__plugin {
16 .dokuwiki form.bureaucracy__plugin p {
21 .dokuwiki form.bureaucracy__plugin fieldset {
28 .dokuwiki form.bureaucracy__plugin label {
34 .dokuwiki form.bureaucracy__plugin label>span {
46 .dokuwiki form.bureaucracy__plugin label input.edit,
47 .dokuwiki form.bureaucracy__plugin label select {
64 .dokuwiki form.bureaucracy__plugin input.button {
88 .dokuwiki form.bureaucracy__plugin label {
91 .dokuwiki form.bureaucracy__plugin label>span {
[all …]
/plugin/translator/
H A Dadmin.php141 $this->_finishFieldset($form);
234 return $form;
254 if ( empty($form) ) return;
256 $form->endFieldset();
257 $form->printForm();
594 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('Category')); $form->a…
595 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('Version')); $form->ad…
596 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('AmountOfValues')); $f…
619 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($Name); $form->addElement(f…
620 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($data['Version']); $form->a…
[all …]
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php14 public static function toBoostrapInputElements(Form $form, string $formName) argument
16 for ($i = 0; $i < $form->elementCount(); $i++) {
17 $inputElement = $form->getElementAt($i);
19 $i = self::toBootStrapInputElementAndGetNewLoopingPosition($form, $i, $formName);
26 * @param Form $form - the form
28 * @param string $formName - the form name to create unique id (as the profile page has 2 forms)
31 public static function toBootStrapInputElementAndGetNewLoopingPosition(Form $form, int $elementPosition, string $formName): int argument
33 $inputElement = $form->getElementAt($elementPosition);
58 $newInputField->addClass("form
73 getHeaderHTML($form, string $classPrefix, bool $includeLogo = true) global() argument
188 deleteFieldSetAndBrFromForm(Form $form) global() argument
208 toBootStrapSubmitButton(Form $form) global() argument
220 toBootstrapResetButton(Form $form) global() argument
[all...]
/plugin/openlayersmap/admin/
H A Dpurge.php101 $form = new Doku_Form(['id' => 'olmap_purgeform', 'method' => 'post']);
102 $form->addHidden('continue', 'go');
104 $form->startFieldset($this->getLang('admin_tiles'));
105 $form->addElement('<p>');
106 $form->addElement(
109 $form->addElement(
113 $form->addElement('</p>');
114 $form->endFieldset();
116 $form->startFieldset($this->getLang('admin_maps'));
117 $form
[all...]
/plugin/bookcreator/syntax/
H A Dbookmanager.php169 $form = new Form(['action'=> wl($bmpage)]);
170 $form->addClass('bookcreator__selections__list');
173 $form->addFieldsetOpen($this->getLang('listselections'));
174 $form->addHTML('<div class="message"></div>');
176 $form->addHTML($this->showlist($result, $bookmanager));
177 $form->setHiddenField('do', '');
178 $form->setHiddenField('task', '');
179 $form->setHiddenField('page', '');
181 $form->addFieldsetClose();
184 $renderer->doc .= $form
[all...]
/plugin/evesso/
H A Daction.php194 $form =& $event->data;
206 $form->removeElement($start);
209 $pos = $form->elementCount();
237 $pos = count($form->_content);
283 $form->addHTML('<br>', $pos);
288 $form->addHtml($out, $pos);
308 $form =& $event->data;
314 $form->removeElement(0);
318 $form->_content = array();
332 $form->addHtml($html, ++$pos);
[all …]
/plugin/filelisting/
H A Dhelper.php51 //form for file deletion
52 $form = new dokuwiki\Form\Form(['action' => wl($INFO['id'], '', false, '&')]);
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
[all...]
/plugin/discussion/
H A Dscript.js25 function validate(form){ argument
26 if(!form) return;
28 if (isBlank(form.name.value)){
29 form.name.focus();
30 form.name.style.backgroundColor = '#fcc';
33 form.name.style.backgroundColor = '#fff';
35 if (isBlank(form.mail.value) || form.mail.value.indexOf("@") == -1){
36 form.mail.focus();
42 if (isBlank(form.text.value)){
43 form.text.focus();
[all …]
/plugin/cleanup/
H A Dadmin.php44 $form = new Doku_Form(array('action' => script(), 'method' => 'post'));
45 $form->addHidden('id', $ID);
46 $form->addHidden('page', 'cleanup');
47 $form->addHidden('run', 'dry');
48 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('preview')));
49 $form->printForm();
65 $form = new Doku_Form(array('action' => script(), 'method' => 'post'));
66 $form->addHidden('id', $ID);
67 $form->addHidden('page', 'cleanup');
68 $form->addHidden('run', 'real');
[all …]
/plugin/farmsync/
H A Dadmin.php62 $form = new Form();
63 $form->addFieldsetOpen($this->getLang('legend:choose source'));
65 $form->addFieldsetClose();
68 $form->addHTML("<br>");
70 $form->addHTML("<br>");
74 $form->addTagClose('div');
78 $form->addFieldsetClose();
79 $form->addFieldsetOpen($this->getLang('legend:choose animals'));
83 $form->addFieldsetClose();
84 $form->addButton('submit', $this->getLang('button:submit'));
[all …]
/plugin/authhttp/
H A Daction.php9 * b.) modifies DokuWiki's register form so that
78 /* Legacy DokuWiki releases with old form class */
85 /* Newer DokuWiki releases with rewritten form class */
101 /* With HTTP authentication, there is no sense in showing a login form,
111 * Event handler to modify the registration form
112 * Version for legacy DokuWiki releases with old form class
115 $form = $event->data;
120 $pos = $form->findElementByAttribute('name', 'login');
123 $elem = $form->getElementAt($pos);
126 $form
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Dlogin.css2 .form-login {
9 .form-login .checkbox {
13 .form-login .form-floating:focus-within {
17 .form-login input[type="text"] {
23 .form-login button {
29 .form-login input[type="password"] {
35 .form-login .rememberMe {
39 .form-login .logo {
43 .form
[all...]
H A Dprofile-update.css2 .form-profile-update {
10 .form-profile-update .form-control-row {
14 .form-profile-update .logo {
20 .form-profile-update label::first-letter {
23 .form-profile-update label {
27 .form-profile-update h1 {
35 .form-profile-update .form-floating:focus-within {
39 .form
[all...]
H A Dresend.css2 .form-resend {
10 .form-resend .form-control-row {
14 .form-resend .logo {
18 .form-resend label::first-letter {
21 .form-resend label {
25 .form-resend h1 {
33 .form-resend .form-floating:focus-within {
37 .form
[all...]
H A Dregister.css2 .form-register {
10 .form-register .form-control-row {
14 .form-register .logo {
20 .form-register label::first-letter {
23 .form-register label {
27 .form-register h1 {
35 .form-register .form-floating:focus-within {
39 .form
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php639 private function getCountItems($form)
642 if ($form['typ'] === 'Tx') {
643 if (isset($this->array_form_text_js[$form['T']])) {
644 if (isset($this->array_form_text_js[$form['T']]['F'])) {
647 if (isset($this->array_form_text_js[$form['T']]['K'])) {
650 if (isset($this->array_form_text_js[$form['T']]['V'])) {
653 if (isset($this->array_form_text_js[$form['T']]['C'])) {
659 if ($form['typ'] === 'Bt') {
660 if (isset($this->array_form_button_js[$form['T']])) {
663 if (isset($this->form_button_icon[$form['
641 getCountItems($form) global() argument
1370 _putform_bt($form, $hPt) global() argument
1647 _putform_ch($form, $hPt) global() argument
1729 _putform_tx($form, $hPt) global() argument
[all...]
/plugin/authg2fa/
H A Daction.php54 $form = new Doku_Form($ID);
55 $form->startFieldset($this->getLang('g2fa_fieldset'));
56 $form->addHidden('do', 'profile');
57 $form->addHidden('g2fa', '1');
85 … $form->addElement(form_makeTag('img', array('src' => $url, 'alt' => 'Google 2FA QR Image')));
86 $form->addElement(form_makeTag('br'));
103 $form->addElement(form_makeTag('br'));
105 …$form->addElement(form_makeButton('submit', '', $this->getLang('update'), array('name' => 'fn[upda…
106 $form->addElement(form_makeTag('br'));
108 $form->endFieldset();
[all …]
/plugin/farmer/admin/
H A Dconfig.php63 $form = new Form(['method' => 'post']);
65 $form->addFieldsetOpen($this->getLang('base'));
66 $form->addHTML('<label><span>' . $this->getLang('farm dir') . '</span>' . DOKU_FARMDIR);
67 $form->addTextInput('farmconf[base][farmhost]', $this->getLang('farm host'))
69 $form->addTextInput('farmconf[base][basedomain]', $this->getLang('base domain'))
71 $form->addFieldsetClose();
73 $form->addFieldsetOpen($this->getLang('conf_inherit'));
75 $form->setHiddenField("farmconf[inherit][$key]", 0);
76 $chk = $form->addCheckbox("farmconf[inherit][$key]", $this->getLang('conf_inherit_' . $key))
80 $form
[all...]
/plugin/combo/action/
H A Dresend.php24 const FORM_RESEND_PWD_CLASS = "form-" . self::CANONICAL;
47 private static function updateNewFormResend(Form &$form) argument
57 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_RESEND_PWD_CLASS);
61 $headerHTML = IdentityFormsHelper::getHeaderHTML($form, self::FORM_RESEND_PWD_CLASS);
63 $form->addHTML($headerHTML, 1);
66 IdentityFormsHelper::deleteFieldSetAndBrFromForm($form);
67 IdentityFormsHelper::toBoostrapInputElements($form, self::FORM_RESEND_PWD_CLASS);
68 IdentityFormsHelper::toBootStrapSubmitButton($form);
73 private static function updateDokuFormResend(Doku_Form &$form) argument
84 * @var Doku_Form $form
[all...]
/plugin/telleveryone/
H A Dadmin.php124 ptln($form->toHTML());
157 $form = $this->createForm();
158 $form->setHiddenField('action', 'add');
159 ptln($form->toHTML());
166 $form = new dokuwiki\Form\Form();
167 $form->setHiddenField('id', '');
170 $form->addHTML('</div>');
180 $form->addElement($textarea);
193 $form->addHTML($cancel_link);
194 $form->addHTML('</div><br>');
[all …]
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php104 $form = new Form();
105 $form->setHiddenField('do', 'admin');
106 $form->setHiddenField('page', 'newsfeed_push');
110 return $form->toHTML();
122 $form = new Form();
124 $form->setHiddenField('news[do]', 'create');
125 $form->setHiddenField('news[id]', 0);
129 return $form->toHTML();
133 $form = new Form();
135 $form->setHiddenField('news[do]', 'purge');
[all …]
/plugin/onlineordering/
H A Dsend_form.php66 $template = str_replace('{title}', $form['title'], $template);
68 $template = str_replace('{lastname}', $form['lastname'], $template);
70 $template = str_replace('{street}', $form['street'], $template);
71 $template = str_replace('{place}', $form['place'], $template);
72 $template = str_replace('{country}', $form['country'], $template);
73 $template = str_replace('{remarks}', $form['remarks'], $template);
88 $porto = $this->_get_porto( $data, $form['country'] );
89 $total_price = ($data['price'] * $form['tickets']) + $porto;
137 $recipient = '"'.$form['firstname'].' '.$form['lastname'].'" <'.$form['email'].'>';
158 $sent_notice = str_replace('{name}', $form['firstname'].' '.$form['lastname'], $sent_notice );
[all …]
/plugin/farmsync/meta/
H A DMediaConflict.php33 $form = new Form();
34 …$form->attrs(array('data-animal' => $this->getAnimal(), "data-page" => $this->getItem(), "data-typ…
37 $sourcelink = $form->addTagOpen('a');
39 $form->addHTML($this->helper->getLang('link:srcversion'));
40 $form->addTagClose('a');
43 $animallink = $form->addTagOpen('a');
45 $form->addHTML($this->helper->getLang('link:dstversion'));
46 $form->addTagClose('a');
48 $form->addButton("theirs", $this->helper->getLang('button:keep'));
49 $form->addButton("override", $this->helper->getLang('button:overwrite'));
[all …]
/plugin/fetchmedia/
H A Dadmin.php27 $form = new \dokuwiki\Form\Form(['id' => 'fetchmedia_form']);
28 $form->addFieldsetOpen();
29 $form->addTextInput('namespace', $this->getLang('label: namespace input'))->attrs([
37 $form->addHTML('<br />');
38 …$radioCommon = $form->addRadioButton('mediatypes', $this->getLang('label: common media only'))->va…
39 …$radioWin = $form->addRadioButton('mediatypes', $this->getLang('label: windows shares'))->val('win…
40 …$radioAll = $form->addRadioButton('mediatypes', $this->getLang('label: all media'))->val('all')->a…
50 $form->addButton('submit', $this->getLang('label: button search'));
51 $form->addFieldsetClose();
54 $doc .= $form->toHTML();

12345678910>>...56