/plugin/multiorphan/ |
H A D | helper.php | 50 $form->addElement(form_makeTag('br')); 53 $form->addElement(form_makeTag('br')); 59 $form->addElement(form_makeTag('br')); 62 $form->addElement(form_makeTag('br')); 65 $form->addElement(form_makeTag('br')); 80 $form->endFieldset(); 88 $form->endFieldset(); 90 $this->__makeForm($form, 'pages'); 91 $this->__makeForm($form, 'media'); 93 $form->printForm(); [all …]
|
/plugin/twofactor/ |
H A D | admin.php | 79 $form = $this->addTableHead($form); 83 $form = $this->addTableUser($form, $user, $userinfo); 88 $form = $this->addTablePagination($form, $usercount, $this->start, $this->pagesize); 94 echo $form->toHTML(); 101 * @param Form $form 109 $form->addTagOpen('tr'); 141 return $form; 147 * @param Form $form 170 return $form; 176 * @param Form $form [all …]
|
/plugin/siteexport/ |
H A D | helper.php | 176 $form->addElement(form_makeTag('br')); 187 $form->endFieldset(); 230 $form->endFieldset(); 255 $form->endFieldset(); 272 $form->endFieldset(); 286 $form->endFieldset(); 300 $form->endFieldset(); 303 $form->endFieldset(); 319 $form->endFieldset(); 327 $form->endFieldset(); [all …]
|
/plugin/onlineordering/ |
H A D | confirm_form.php | 28 $form_title = $form['title']; 31 $output .= '<td>'.$form['title'].'</td>'; 38 $output .= '<td>'.$form['firstname'].'</td>'; 44 $output .= '<td>'.$form['lastname'].'</td>'; 50 $output .= '<td>'.$form['street'].'</td>'; 56 $output .= '<td>'.$form['postcode'].'</td>'; 62 $output .= '<td>'.$form['place'].'</td>'; 68 $output .= '<td>'.$form['country'].'</td>'; 74 $output .= '<td>'.$form['email'].'</td>'; 83 $porto = $this->_get_porto( $data, $form['country'] ); [all …]
|
/plugin/translator/syntax/ |
H A D | translator.php | 127 $form->addElement(form_makeTag('br')); 130 $form->addElement(form_makeTag('br')); 146 $form; 156 $form->addElement(form_makeTag('br')); 259 $form->addElement('google'); 319 return $this->_finishFieldset($form); 395 $form->startFieldset( $name ); 403 return $form; 409 function _finishFieldset($form=null) { argument 410 if ( empty($form) ) return; [all …]
|
/plugin/tagfilter/syntax/ |
H A D | compare.php | 108 $form = new Doku_Form([ 113 $form->addHidden('id', $ID); 116 $form->addElement('<tr>'); 117 $form->addElement('<th>'); 119 $form->addElement('</th>'); 126 $form->addElement('</tr>'); 167 $form->addElement('<tr>'); 168 $form->addElement('<th>'); 169 $form->addElement('Link'); 170 $form->addElement('</th>'); [all …]
|
/plugin/securelogin/ |
H A D | securelogin.js | 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; 32 if(!form || !form.use_securelogin.checked) return true; 33 var user = form.u; 34 var pass = form.p; 35 var sectok = form.sectok; 51 if(!form || !form.use_securelogin.checked) return true; [all …]
|
/plugin/struct/admin/ |
H A D | schemas.php | 200 $form->addFieldsetClose(); 206 $form->addFieldsetClose(); 222 $form->addHTML('<br>'); 224 $form->addFieldsetClose(); 240 $form->addHTML('<br>'); 244 $form->addHTML( 248 $form->addFieldsetClose(); 250 return $form->toHTML(); 278 return $form->toHTML(); 288 $form = new Form(); [all …]
|
/plugin/codemirror/dist/ |
H A D | styles.min.css | 1 form#dw__editform .CodeMirror,#dokuwiki__content .CodeMirror{font-family:monospace;height:300px;col…
|
/plugin/recommend/ |
H A D | admin.php | 94 $form .= '<table class="inline">'; 97 $form .= '<tr>'; 102 $form .= '<th></th>'; 103 $form .= '</tr>'; 126 $form .= '<tr>'; 132 $form .= '</tr>'; 136 $form .= '<tr>'; 142 $form .= '</tr>'; 144 $form .= '</table>'; 145 $form .= '</form>'; [all …]
|
/plugin/tablelayout/action/ |
H A D | layoutform.php | 46 $form = new \dokuwiki\Form\Form(); 49 $form->addTagOpen('p'); 51 $form->addTagClose('p'); 53 $form->addTagOpen('div'); 54 $form->addDropdown('rowsHeaderSource', 67 $form->addTagClose('div'); 68 $form->addTagOpen('div'); 72 $form->addTagClose('div'); 73 $form->addTagClose('div'); 75 $form->addTagClose('div'); [all …]
|
/plugin/farmsync/meta/ |
H A D | PageConflict.php | 41 $form = new Form(); 45 $form->addButton("edit", $this->helper->getLang('button:edit')); 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'); 52 $form->addHTML('<ol></ol>'); 53 $form->addTagClose('div'); 54 $form->addTagClose('div'); 55 $form->addTagClose('div'); [all …]
|
/plugin/dokubookmark/ |
H A D | helper.php | 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, 171 $form->addElement(','); 173 $form->addElement(' '); 175 $form->addElement(' '); 243 $form->addElement($out); [all …]
|
/plugin/tag/syntax/ |
H A D | searchtags.php | 147 $form->addElement(form_makeOpenTag('p')); 159 $form->addElement(form_makeCloseTag('p')); 171 $form->addElement(form_makeOpenTag('p')); 173 $form->addElement(form_makeCloseTag('p')); 179 $form->addElement(form_makeOpenTag('tr')); 180 $form->addElement(form_makeOpenTag('th')); 183 $form->addElement(form_makeOpenTag('th')); 186 $form->addElement(form_makeOpenTag('th')); 187 $form->addElement($this->getLang('tags')); 219 $form->addElement(form_makeOpenTag('p')); [all …]
|
/plugin/data-au/admin/ |
H A D | aliases.php | 108 $form->addElement( 124 $form->addElement('<tr>'); 126 $form->addElement('<td>'); 128 $form->addElement('</td>'); 130 $form->addElement('<td>'); 136 $form->addElement('</td>'); 138 $form->addElement('<td>'); 142 $form->addElement('<td>'); 146 $form->addElement('<td>'); 155 $form->addElement('</table>'); [all …]
|
/plugin/data/admin/ |
H A D | aliases.php | 105 $form->addElement( 121 $form->addElement('<tr>'); 123 $form->addElement('<td>'); 125 $form->addElement('</td>'); 127 $form->addElement('<td>'); 133 $form->addElement('</td>'); 135 $form->addElement('<td>'); 139 $form->addElement('<td>'); 143 $form->addElement('<td>'); 152 $form->addElement('</table>'); [all …]
|
/plugin/loadskin/ |
H A D | admin.php | 72 $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')); 85 $form->endFieldSet(); 86 $form->printForm(); 108 $form->addHidden('id',$ID); [all …]
|
/plugin/structnotification/ |
H A D | admin.php | 166 ptln($this->form()); 176 $form->addTagOpen('tr'); 178 $form->addTagOpen('td'); 180 $form->addTagClose('td'); 182 $form->addTagOpen('td'); 186 $form->addTagOpen('td'); 190 $form->addTagOpen('td'); 194 $form->addTagOpen('td'); 198 $form->addTagOpen('td'); 206 $form->addTagOpen('td'); [all …]
|
/plugin/twofactor/action/ |
H A D | profile.php | 177 echo $form->toHTML(); 216 $form->addTagClose('div'); 218 $form->addFieldsetClose(); 219 echo $form->toHTML(); 240 $form->setHiddenField('init', '1'); 246 $form->addTagClose('div'); 248 $form->addFieldsetClose(); 249 echo $form->toHTML(); 278 $form->addTagClose('div'); 280 $form->addFieldsetClose(); [all …]
|
/plugin/schulzevote/syntax/ |
H A D | vote.php | 135 $form->addTagOpen('table'); 138 $form->addTagOpen('tr'); 139 $form->addTagOpen('td'); 153 $form->addTagClose('table'); 163 $form->addFieldsetClose(); 180 $form->addTagOpen('table'); 182 $form->addTagOpen('tr'); 183 $form->addTagOpen('td'); 186 $form->addTagOpen('td'); 192 $form->addFieldsetClose(); [all …]
|
/plugin/maintenance/ |
H A D | admin.php | 50 $form = new Doku_Form(array('id'=>'start')); 51 $form->addHidden("page", $_REQUEST['page']); 52 $form->addHidden("fn", "start"); 55 html_form('', $form); 57 $form = new Doku_Form(array('id'=>'stop')); 59 $form->addHidden("fn", "stop"); 62 html_form('', $form); 66 $form->addHidden("fn", "lock"); 69 html_form('', $form); 73 $form->addHidden("fn", "unlock"); [all …]
|
/plugin/bureaucracy-au/ |
H A D | style.css | 9 .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/bureaucracyau/ |
H A D | style.css | 9 .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 D | style.css | 9 .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 D | admin.php | 141 $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 …]
|