Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 1586) sorted by relevance

12345678910>>...64

/plugin/multiorphan/
Dhelper.php46 $form = new Doku_Form('multiorphan', null, 'post');
47 $form->startFieldset($this->getLang('startProcess'));
49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
50 $form->addElement(form_makeTag('br'));
52 … $form->addElement(form_makeTextField('filter', '', $this->getLang('idFilter') . ':', 'filter'));
53 $form->addElement(form_makeTag('br'));
58 …$form->addElement(form_makeCheckboxField('includeHidden', 1, $this->getLang('includeHidden') . ':'…
59 $form->addElement(form_makeTag('br'));
61 …$form->addElement(form_makeCheckboxField('checkExternal', 1, $this->getLang('checkExternal') . '<s…
62 $form->addElement(form_makeTag('br'));
[all …]
/plugin/twofactor/
Dadmin.php72 $form = new Form(['method' => 'POST', 'class' => 'plugin_twofactor_admin']);
73 $form->setHiddenField('do', 'admin');
74 $form->setHiddenField('page', 'twofactor');
75 $form->setHiddenField('start', $this->start);
77 $form->addTagOpen('div')->addClass('table');
78 $form->addTagOpen('table')->addClass('inline');
79 $form = $this->addTableHead($form);
81 $form->addTagOpen('tbody');
83 $form = $this->addTableUser($form, $user, $userinfo);
85 $form->addTagClose('tbody');
[all …]
/plugin/siteexport/
Dhelper.php172 $form = new Doku_Form('siteexport', null, 'post');
173 $form->startFieldset($this->getLang('startingNamespace'));
175 $form->addElement(form_makeTextField('ns', $ID, $this->getLang('ns') . ':', 'ns'));
176 $form->addElement(form_makeTag('br'));
177 $form->addElement(form_makeTextField('ens', $ID, $this->getLang('ens') . ':', 'ens'));
179 $form->addElement(form_makeTag('br'));
180 …$form->addElement(form_makeListboxField('depthType', array("0.0" => $this->getLang('depth.pageOnly…
182 $form->addElement(form_makeTag('br'));
183 …$form->addElement(form_makeOpenTag("div", array('style' => 'display:' . ($_REQUEST['depthType'] ==…
184 …$form->addElement(form_makeTextField('depth', $this->getConf('depth'), $this->getLang('depth') . '…
[all …]
/plugin/doxycode/
Dadmin.php208 $form = new Form(['enctype' => 'multipart/form-data']);
211 …$form->addElement(new dokuwiki\Form\InputElement('file', 'upload', $this->getLang('admin_upload'))…
213 $form->addHTML('<br>');
214 $form->addHTML('<br>');
217 $form->addTagOpen('div')->addClass('table');
218 $form->addTagOpen('table')->addClass('inline');
221 $form->addTagOpen('thead');
223 $form->addTagOpen('tr');
225 $form->addHTML('<th>' . $this->getLang('admin_conf_delete') . '</th>');
226 $form->addHTML('<th>' . $this->getLang('admin_conf_enabled') . '</th>');
[all …]
/plugin/translator/syntax/
Dtranslator.php122 $form = $this->_startFieldSet($this->getLang('SelectCategory'), 'translator_setup');
126 …$form->addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category']…
127 $form->addElement(form_makeTag('br'));
129 …$form->addElement(form_makeListboxField('Version', (empty($categories[$_REQUEST['Category']]['Vers…
130 $form->addElement(form_makeTag('br'));
132 $form->addElement(form_makeField('submit', 'fn[setup]', $this->getLang('Show'), ''));
134 $renderer->doc .= $this->_finishFieldset($form);
141 function _categorySelection(&$form, $currentCategory) { argument
146 $form;
155 …$form->addElement(form_makeListboxField('Category', $categories, $currentCategory, $this->getLang(…
[all …]
/plugin/onlineordering/
Dconfirm_form.php11 …t type="hidden" name="onlineordering_stage" id="onlineordering_stage" value="'.$form['stage'].'">';
12 …t type="hidden" name="onlineordering_title" id="onlineordering_title" value="'.$form['title'].'">';
13 …en" name="onlineordering_firstname" id="onlineordering_firstname" value="'.$form['firstname'].'">';
14 …idden" name="onlineordering_lastname" id="onlineordering_lastname" value="'.$form['lastname'].'">';
15 …ype="hidden" name="onlineordering_street" id="onlineordering_street" value="'.$form['street'].'">';
16 …idden" name="onlineordering_postcode" id="onlineordering_postcode" value="'.$form['postcode'].'">';
17 …t type="hidden" name="onlineordering_place" id="onlineordering_place" value="'.$form['place'].'">';
18 …="hidden" name="onlineordering_country" id="onlineordering_country" value="'.$form['country'].'">';
19 …t type="hidden" name="onlineordering_email" id="onlineordering_email" value="'.$form['email'].'">';
20 …="hidden" name="onlineordering_tickets" id="onlineordering_tickets" value="'.$form['tickets'].'">';
[all …]
/plugin/tagfilter/syntax/
Dcompare.php108 $form = new Doku_Form([
113 $form->addHidden('id', $ID);
114 $form->addElement('<table>');
115 $form->addElement('<thead>');
116 $form->addElement('<tr>');
117 $form->addElement('<th>');
118 $form->addElement(hsc('Tags'));
119 $form->addElement('</th>');
122 $form->addElement('<th>');
123 …$form->addElement(form_makeListboxField('tagcompare_page[' . $ii . ']', $dropdownValues, $selected…
[all …]
/plugin/codemirror/dist/
Dstyles.min.css1 form#dw__editform .CodeMirror,#dokuwiki__content .CodeMirror{font-family:monospace;height:300px;col…
/plugin/acknowledge/admin/
Dassign.php54 $form = new Form(['method' => 'post']);
55 $form->setHiddenField('do', 'admin');
56 $form->setHiddenField('page', 'acknowledge_assign');
57 $form->addTagOpen('table');
58 $form->addTagOpen('tr');
59 $form->addTagOpen('th');
60 $form->addHTML($this->getLang('pattern'));
61 $form->addTagClose('th');
62 $form->addTagOpen('th');
63 $form->addHTML($this->getLang('assignees'));
[all …]
/plugin/struct/admin/
Dschemas.php193 $form = new Form(['enctype' => 'multipart/form-data', 'id' => 'plugin__struct_json']);
194 $form->setHiddenField('do', 'admin');
195 $form->setHiddenField('page', 'struct_schemas');
196 $form->setHiddenField('table', $schema->getTable());
199 $form->addFieldsetOpen($this->getLang('export'));
200 $form->addButton('export', $this->getLang('btn_export'));
201 $form->addFieldsetClose();
203 $form->addFieldsetOpen($this->getLang('import'));
204 $form->addElement(new InputElement('file', 'schemafile'))->attr('accept', '.json');
205 $form->addButton('import', $this->getLang('btn_import'));
[all …]
/plugin/securelogin/
Dsecurelogin.js16 var form = jQuery("#dw__register")[0];
17 if(!form || !form.use_securelogin.checked) return true;
18 var newpass = form.newpass;
19 var passchk = form.passchk;
20 var oldpass = form.oldpass;
21 var sectok = form.sectok;
23form.securelogin.value = encrypt("newpass="+esc(newpass.value)+"&passchk="+esc(passchk.value)+"&ol…
31 var form = jQuery("#dw__login")[0];
32 if(!form || !form.use_securelogin.checked) return true;
33 var user = form.u;
[all …]
/plugin/recommend/
Dadmin.php96 $form = '<form action="' . wl($ID) . '" action="post">';
97 $form .= '<input type="hidden" name="do" value="admin" />';
98 $form .= '<input type="hidden" name="page" value="recommend" />';
99 $form .= '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
100 $form .= '<table class="inline">';
103 $form .= '<tr>';
104 $form .= '<th>' . $this->getLang('assign_pattern') . '</th>';
105 $form .= '<th>' . $this->getLang('assign_user') . '</th>';
106 $form .= '<th>' . $this->getLang('assign_subject') . '</th>';
107 $form .= '<th>' . $this->getLang('assign_message') . '</th>';
[all …]
/plugin/tablelayout/action/
Dlayoutform.php46 $form = new \dokuwiki\Form\Form();
47 $form->addFieldsetOpen($this->getLang('legend:tablelayout'))->addClass('borderless');
48 $form->addTagOpen('div')->attr('style', 'display: none;');
49 $form->addTagOpen('p');
50 $form->addHTML($this->getLang('text:explain form'));
51 $form->addTagClose('p');
52 $form->addTagOpen('div')->addClass('layoutform_wrapper');
53 $form->addTagOpen('div');
54 $form->addDropdown('rowsHeaderSource',
57 $form->addTextInput('rowsVisible', $this->getLang('label:rowsVisible'))
[all …]
/plugin/dokubookmark/
Dhelper.php143 $form = new Doku_Form(array('id' => 'dw__editform', 'action' => $data['baseurl']));
144 $form->addHidden('rev', $REV);
145 $form->addHidden('date', $DATE);
146 $form->addHidden('prefix', $PRE . '.');
147 $form->addHidden('suffix', $SUF);
148 $form->addHidden('changecheck', $check);
151 $dataNew = array('form' => $form,
160 $form->addElement(form_makeOpenTag('p'));
161 …$form->addElement(form_makeTextField('id', htmlentities(parseWikiIdTemplate($data['wikiidtpl'], $d…
164 $form->addElement('<br/>&nbsp;Preset:');
[all …]
/plugin/structnotification/
Dadmin.php120 echo $this->form('update');
159 echo $this->form();
164 protected function form($action = 'add') function in admin_plugin_structnotification
168 $form = new Form();
169 $form->addTagOpen('tr');
171 $form->addTagOpen('td');
172 $form->addTextInput('predicate[schema]')->attr('size', 10);
173 $form->addTagClose('td');
175 $form->addTagOpen('td');
176 $form->addTextInput('predicate[field]')->attr('size', 10);
[all …]
/plugin/tag/syntax/
Dsearchtags.php144 … $form = new Doku_Form(array('action' => '', 'method' => 'post', 'class' => 'plugin__tag_search'));
147 $form->addElement(form_makeOpenTag('p'));
150 …$form->addElement(form_makeMenuField('plugin__tag_search_namespace', $ns_select, $this->getNS(), $…
158 …$form->addElement(form_makeCheckboxField('plugin__tag_search_and', 1, $this->getLang('use_and'), '…
159 $form->addElement(form_makeCloseTag('p'));
171 $form->addElement(form_makeOpenTag('p'));
172 $form->addElement($this->getLang('no_tags'));
173 $form->addElement(form_makeCloseTag('p'));
176 $form->addElement(form_makeOpenTag('div', array('class' => 'table')));
177 $form->addElement(form_makeOpenTag('table', array('class' => 'inline')));
[all …]
/plugin/farmsync/meta/
DPageConflict.php41 $form = new Form();
42 $form->attr('data-animal', $this->getAnimal())->attr("data-page", $this->getItem());
43 $form->addButton("theirs", $this->helper->getLang('button:keep'));
44 $form->addButton("override", $this->helper->getLang('button:overwrite'));
45 $form->addButton("edit", $this->helper->getLang('button:edit'));
46 $form->addButton("diff", $this->helper->getLang('button:diff'));
47 $form->addTagOpen('div')->addClass('editconflict');
48 $form->addTagOpen('div')->attr("style", "display:flex");
49 $form->addTextarea('editarea')->val($this->getFinalText());
50 $form->addTagOpen('div')->addClass('conflictlist');
[all …]
/plugin/data-au/admin/
Daliases.php106 $form = new Doku_Form(array('method'=>'post'));
107 $form->addHidden('page','dataau_aliases');
108 $form->addElement(
124 $form->addElement('<tr>');
126 $form->addElement('<td>');
127 $form->addElement(form_makeTextField('d['.$cur.'][name]',$row['name'],''));
128 $form->addElement('</td>');
130 $form->addElement('<td>');
131 $form->addElement(form_makeMenuField(
136 $form->addElement('</td>');
[all …]
/plugin/twofactor/action/
Dprofile.php171 $form = new Form(['method' => 'post']);
172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
176 $form->addButton('twofactor_optout', $this->getLang('btn_confirm'));
177 echo $form->toHTML();
202 $form = new Form(['method' => 'POST']);
203 $form->addFieldsetOpen($this->getLang('providers'));
205 … $el = $form->addRadioButton('provider', $provider->getLabel())->val($provider->getProviderID());
212 $form->addTagOpen('div')->addClass('buttons');
213 $form->addButton('twofactor_default', $this->getLang('btn_default'))->attr('submit');
214 $form->addButton('twofactor_delete', $this->getLang('btn_remove'))
[all …]
/plugin/combo/action/
Dlogin.php42 * @param Doku_Form $form
45 private static function updateDokuFormLogin(Doku_Form &$form) argument
55 $form->params["class"] = Identity::FORM_IDENTITY_CLASS . " " . self::FORM_LOGIN_CLASS;
61 $newFormContent[] = IdentityFormsHelper::getHeaderHTML($form, self::FORM_LOGIN_CLASS);
66 foreach ($form->_content as $field) {
142 $form->_content = $newFormContent;
180 $form = &$event->data;
181 $class = get_class($form);
188 self::updateDokuFormLogin($form);
195 self::updateNewFormLogin($form);
[all …]
/plugin/data/admin/
Daliases.php114 $form = new Doku_Form(['method' => 'post']);
115 $form->addHidden('page', 'data_aliases');
116 $form->addElement(
132 $form->addElement('<tr>');
134 $form->addElement('<td>');
135 $form->addElement(form_makeTextField('d[' . $cur . '][name]', $row['name'], ''));
136 $form->addElement('</td>');
138 $form->addElement('<td>');
139 $form->addElement(form_makeMenuField(
146 $form->addElement('</td>');
[all …]
/plugin/loadskin/
Dadmin.php72 $form = new Doku_Form(array());
73 $form->startFieldSet('Add rule');
74 $form->addHidden('id',$ID);
75 $form->addHidden('do','admin');
76 $form->addHidden('page','loadskin');
77 $form->addHidden('act','add');
78 $form->addElement(form_makeOpenTag('p'));
79 $form->addElement(form_makeTextField('pattern','',$this->getLang('pattern')));
80 $form->addElement(form_makeCloseTag('p'));
81 $form->addElement(form_makeOpenTag('p'));
[all …]
/plugin/schulzevote/syntax/
Dvote.php132 …$form = new dokuwiki\Form\Form(array('id'=>'plugin__schulzevote', 'class' => 'plugin_schulzevote_'…
133 $form->addFieldsetOpen($this->getLang('cast'));
134 $form->setHiddenField('id', $ID);
135 $form->addTagOpen('table');
138 $form->addTagOpen('tr');
139 $form->addTagOpen('td');
140 $form->addLabel($this->_render($candy));
141 $form->addTagClose('td');
143 $form->addTagOpen('td');
145 $form->addLabel($hlp->getVote()[$candy]);
[all …]
/plugin/bookcreator/syntax/
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->toHTML();
[all …]
/plugin/maintenance/
Dadmin.php50 $form = new Doku_Form(array('id'=>'start'));
51 $form->addHidden("page", $_REQUEST['page']);
52 $form->addHidden("fn", "start");
53 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('start_btn')));
54 $form->addElement('<p>'.$this->getLang('start_desc').'</p>');
55 html_form('', $form);
57 $form = new Doku_Form(array('id'=>'stop'));
58 $form->addHidden("page", $_REQUEST['page']);
59 $form->addHidden("fn", "stop");
60 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('stop_btn')));
[all …]

12345678910>>...64