Lines Matching refs:form

172         $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') . '…
185 $form->addElement(form_makeCloseTag("div"));
187 $form->endFieldset();
188 $form->addElement(form_makeTag('br'));
190 $form->startFieldset($this->getLang('selectYourOptions'));
191 …$form->addElement(form_makeCheckboxField('absolutePath', 1, $this->getLang('absolutePath') . ':', …
192 $form->addElement(form_makeTag('br'));
194 …$form->addElement(form_makeCheckboxField('exportbody', 1, $this->getLang('exportBody') . ':', 'exp…
195 $form->addElement(form_makeTag('br'));
196 …$form->addElement(form_makeCheckboxField('exportLinkedPages', 1, $this->getLang('exportLinkedPages…
197 $form->addElement(form_makeTag('br'));
198 …$form->addElement(form_makeCheckboxField('disableCache', 1, $this->getLang('disableCache') . ':', …
199 $form->addElement(form_makeTag('br'));
200 …$form->addElement(form_makeCheckboxField('addParams', 1, $this->getLang('addParams') . ':', 'addPa…
201 $form->addElement(form_makeTag('br'));
202 $form->addElement(form_makeTag('br'));
203 …$form->addElement(form_makeListboxField('renderer', array_merge(array('', 'xhtml'), plugin_list('r…
205 $form->addElement(form_makeTag('br'));
207 …$form->addElement(form_makeListboxField('template', $this->__getTemplates(), $conf['template'], $t…
208 $form->addElement(form_makeTag('br'));
211 $form->addElement(form_makeTag('br'));
212 $form->addElement(form_makeOpenTag('p', array('style' => 'color: #a00;')));
213 …$form->addElement('Can\'t create preload file in \'inc\' directory. Template switching is not avai…
214 $form->addElement(form_makeCloseTag('p'));
217 $form->addElement(form_makeTag('br'));
218 …$form->addElement(form_makeCheckboxField('pdfExport', 1, $this->getLang('pdfExport') . ':', 'pdfEx…
221 $this->addPluginHint( $form, $pdfExport, "the PDF export", "dw2pdf" );
223 $form->addElement(form_makeTag('br'));
224 …$form->addElement(form_makeCheckboxField('usenumberedheading', 1, $this->getLang('usenumberedheadi…
225 $form->addElement(form_makeTag('br'));
228 $this->addPluginHint( $form, $usenumberedheading, "numbered headings", "nodetailsxhtml" );
230 $form->endFieldset();
231 $form->addElement(form_makeTag('br'));
233 $form->startFieldset($this->getLang('helpCreationOptions'));
234 …$form->addElement(form_makeCheckboxField('eclipseDocZip', 1, $this->getLang('eclipseDocZip') . ':'…
235 $form->addElement(form_makeTag('br'));
236 …$form->addElement(form_makeCheckboxField('JavaHelpDocZip', 1, $this->getLang('JavaHelpDocZip') . '…
237 $form->addElement(form_makeTag('br'));
238 …$form->addElement(form_makeCheckboxField('useTocFile', 1, $this->getLang('useTocFile') . ':', 'use…
239 $form->addElement(form_makeTag('br'));
240 …$form->addElement(form_makeCheckboxField('emptyTocElem', 1, $this->getLang('emptyTocElem') . ':', …
241 $form->addElement(form_makeTag('br'));
243 …$form->addElement(form_makeCheckboxField('TOCMapWithoutTranslation', 1, $this->getLang('TOCMapWith…
244 $form->addElement(form_makeTag('br'));
252 …$form->addElement(form_makeListboxField('defaultLang', $trans, $conf['lang'], $this->getLang('defa…
253 $form->addElement(form_makeTag('br'));
255 $form->endFieldset();
256 $form->addElement(form_makeTag('br'));
260 $form->startFieldset($this->getLang('disablePluginsOption'));
262 …$form->addElement(form_makeCheckboxField("disableall", 1, 'Disable All:', "disableall", 'forceVisi…
263 $form->addElement(form_makeTag('br'));
264 $form->addElement(form_makeTag('br'));
268 …$form->addElement(form_makeCheckboxField("disableplugin[]", $plugin, $plugin . ':', "disableplugin…
269 $form->addElement(form_makeTag('br'));
272 $form->endFieldset();
273 $form->addElement(form_makeTag('br'));
276 $form->startFieldset( $this->getLang('customOptions') );
277 $form->addElement(form_makeOpenTag('p'));
278 $form->addElement( $this->getLang('customOptionsDescription') );
279 $form->addElement(form_makeCloseTag('p'));
281 $form->addElement(form_makeOpenTag('ul', array('id' => 'siteexport__customActions')));
282 $form->addElement(form_makeCloseTag('ul'));
283 $form->addElement(form_makeTag('br', array('class'=>'clear')));
284 …$form->addElement(form_makeButton('submit', 'addoption', $this->getLang('addCustomOption') , array…
286 $form->endFieldset();
287 $form->addElement(form_makeTag('br'));
292 $form->startFieldset( $this->getLang('startProcess') );
293 …$form->addElement(form_makeTextField('copyurl', "", $this->getLang('directDownloadLink') . ':', 'c…
294 $form->addElement(form_makeTag('br'));
295 …$form->addElement(form_makeTextField('wgeturl', "", $this->getLang('wgetURLLink') . ':', 'wgeturl'…
296 $form->addElement(form_makeTag('br'));
297 …$form->addElement(form_makeTextField('curlurl', "", $this->getLang('curlURLLink') . ':', 'curlurl'…
298 $form->addElement(form_makeTag('br', array('class'=>'clear')));
299 …$form->addElement(form_makeButton('submit', 'siteexport', $this->getLang('start') , array('style' …
300 $form->endFieldset();
301 $form->addElement(form_makeTag('br'));
303 $form->endFieldset();
304 $form->addElement(form_makeTag('br'));
306 $form->startFieldset( $this->getLang('status') );
307 $form->addElement(form_makeOpenTag('span', array('id' => 'siteexport__out')));
309 $form->addElement(form_makeCloseTag('span'));
310 $form->addElement(form_makeOpenTag('span', array('class' => 'siteexport__throbber')));
317 … $form->addElement(form_makeTag('img', array('src' => $throbber, 'id' => 'siteexport__throbber')));
318 $form->addElement(form_makeCloseTag('span'));
319 $form->endFieldset();
320 $form->addElement(form_makeTag('br'));
323 $form->startFieldset( $this->getLang('startProcess') );
324 …$form->addElement(form_makeButton('submit', 'siteexport', $this->getLang('useOptionsInEditor') , a…
327 $form->endFieldset();
328 $form->addElement(form_makeTag('br'));
330 $form->printForm();
333 private function addPluginHint( &$form, $condition, $hint, $plugin ) { argument
336 $form->addElement(form_makeOpenTag('p', array('style' => 'color: #a00;')));
337 $form->addElement('In order to use ' . $hint . ', please ');
338 …$form->addElement(form_makeOpenTag('a', array('href' => 'http://www.dokuwiki.org/plugin:' . $plugi…