Home
last modified time | relevance | path

Searched refs:form (Results 26 – 50 of 62) sorted by last modified time

123

/dokuwiki/inc/Ui/
H A DPageDraft.php37 // create the draft form
38 $form = new Form(['id' => 'dw__editform']);
39 $form->addTagOpen('div')->addClass('no');
40 $form->setHiddenField('id', $INFO['id']);
41 $form->setHiddenField('date', $draft->getDraftDate());
42 $form->setHiddenField('wikitext', $text);
44 $form->addTagOpen('div')->id('draft__status');
45 $form->addHTML($draft->getDraftMessage());
46 $form->addTagClose('div');
47 $form
[all...]
H A DPageRevisions.php61 // create the form
62 $form = new Form([
66 $form->addTagOpen('div')->addClass('no');
69 $form->addTagOpen('ul');
77 $form->addTagOpen('li')->addClass($class);
78 $form->addTagOpen('div')->addClass('li');
81 $form->addCheckbox('rev2[]')->val($rev);
83 $form->addCheckbox('rev2[]')->val($rev)->attr('checked', 'checked');
85 $form->addCheckbox('rev2[]')->val($rev);
87 $form
[all...]
H A DRecent.php62 // create the form
63 $form = new Form(['id' => 'dw__recent', 'method' => 'GET', 'action' => wl($ID), 'class' => 'changes']);
64 $form->addTagOpen('div')->addClass('no');
65 $form->setHiddenField('sectok', null);
66 $form->setHiddenField('do', 'recent');
67 $form->setHiddenField('id', $ID);
71 $this->addRecentItemSelector($form);
75 $form->addTagOpen('ul');
83 $form->addTagOpen('li')->addClass($class);
84 $form
215 addRecentItemSelector(Form $form) global() argument
[all...]
H A DUserProfile.php50 * Add the password confirmation field to the form if configured
52 * @param Form $form
55 protected function addPasswordConfirmation(Form $form)
61 $form->addHTML("<br>\n");
63 $input = $form->addPasswordInput('oldpass', $lang['oldpass'])->attrs($attr)
66 $form->addHTML("<br>\n");
70 * Create the profile form
80 $form = new Form(['id' => 'dw__register']);
81 $form->addTagOpen('div')->addClass('no');
82 $form
[all...]
H A DUserRegister.php34 // create the login form
35 $form = new Form(['id' => 'dw__register']);
36 $form->addTagOpen('div')->addClass('no');
37 $form->addFieldsetOpen($lang['btn_register']);
38 $form->setHiddenField('do', 'register');
39 $form->setHiddenField('save', '1');
41 $input = $form->addTextInput('login', $lang['user'])->attrs($base_attrs)->addClass('edit')
44 $form->addHTML("<br>\n");
47 $input = $form->addPasswordInput('pass', $lang['pass'])->attrs($base_attrs)->addClass('edit');
49 $form
[all...]
H A DUserResendPwd.php15 * Display the form to request a new password for an existing account
34 $form = $this->formSetNewPassword($token);
36 $form = $this->formResendPassword();
39 echo $form->toHTML('ResendPwd');
45 * create a form ui to set new password
54 // create the form
55 $form = new Form(['id' => 'dw__resendpwd']);
56 $form->addTagOpen('div')->addClass('no');
57 $form->addFieldsetOpen($lang['btn_resendpwd']);
58 $form
[all...]
/dokuwiki/lib/scripts/
H A Dlinkwiz.js235 if(dw_linkwiz.textArea.form.id.value.indexOf(':') != -1 &&
H A Dbehaviour.js119 * automatically submit its parent form when the select value changes.
120 * It also hides the submit button of the form.
124 * @link https://trackjs.com/blog/when-form-submit-is-not-a-function/
129 .change(function(e){ HTMLFormElement.prototype.submit.call(e.target.form); }) argument
130 .closest('form').find(':button').not('.show').hide();
156 var $form, $list, $digest;
158 $form = jQuery('#subscribe__form');
159 if (0 === $form.length) return;
161 $list = $form.find("input[name='sub_style'][value='list']");
162 $digest = $form
[all...]
H A Dfileuploader.js953 * Class for uploading files using form and iframe
1007 var form = this._createForm(iframe, params);
1008 form.appendChild(input);
1026 form.submit();
1027 qq.remove(form);
1079 // on form submit will open
1094 * Creates form, that will be submitted to iframe
1098 // var form = document.createElement('form');
1099 // form
[all...]
/dokuwiki/lib/plugins/styling/
H A Dadmin.php46 * Render HTML output, e.g. helpful text and a form
55 $this->form();
60 * Create the actual editing form
62 public function form()
82 echo '<form class="styling" method="post" action="' . $target . '">';
116 echo '</form>';
59 public function form() global() function in admin_plugin_styling
/dokuwiki/inc/lang/sq/
H A Dresendpwd.txt
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css82 .dokuwiki .diffoptions form {
H A D_media_fullscreen.css182 #mediamanager__page .panelHeader form.options {
186 [dir=rtl] #mediamanager__page .panelHeader form.options {
223 #mediamanager__page .panelHeader form.options .ui-controlgroup-horizontal label{
371 /* upload form */
413 /* file meta data edit form */
415 #mediamanager__page form.meta div.row {
419 #mediamanager__page form.meta label span {
423 #mediamanager__page form.meta input {
427 #mediamanager__page form.meta button {
431 #mediamanager__page form
[all...]
H A D_media_popup.css118 /*____________ upload form ____________*/
H A D_recent.css13 .dokuwiki form.changes ul li {
17 [dir=rtl] .dokuwiki form.changes ul li {
20 .dokuwiki form.changes ul li span,
21 .dokuwiki form.changes ul li a {
24 .dokuwiki form.changes ul li span.user a {
27 .dokuwiki form.changes ul li.minor {
31 .dokuwiki form.changes li span.date {
33 .dokuwiki form.changes li a.diff_link {
36 .dokuwiki form.changes li a.revisions_link {
39 .dokuwiki form
[all...]
H A D_search.less23 /*____________ advanced search form ____________*/
24 .dokuwiki .search-results-form fieldset.search-form {
99 [dir=rtl] .search-results-form fieldset.search-form .advancedOptions {
165 .dokuwiki form.search {
200 [dir=rtl] .dokuwiki form.search div.ajax_qsearch {
H A Dcontent.less185 .dokuwiki form.search div.ajax_qsearch {
H A Ddesign.less103 form.search div.ajax_qsearch li {
126 form.search {
135 form.search {
157 [dir=rtl] form.search {
H A Dmobile.less130 .dokuwiki form.changes ul {
133 [dir=rtl] .dokuwiki form.changes ul {
229 /* search form */
230 #dokuwiki__sitetools form.search {
235 [dir=rtl] #dokuwiki__sitetools form.search {
240 #dokuwiki__sitetools form.search input {
243 .dokuwiki form.search div.ajax_qsearch {
264 #dokuwiki__sitetools form.search input,
279 /* form elements */
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt10 * Redistributions in binary form must reproduce the above copyright notice, this list
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE126 (which use some of those functions and data) to form executables.
136 "Source code" for a work means the preferred form of the work for
228 derivative of it, under Section 2) in object code or executable form
318 For an executable, the required form of the "work that uses the
322 normally distributed (in either source or binary form) with the major
347 where to find the accompanying uncombined form of the same work.
H A DReadMe.txt16 registries worldwide to be translated between their original (localized) form
17 and their encoded form as it will be used in the DNS (Domain Name System).
35 ACE strings (the Punycode form) are always 7bit ASCII strings.
/dokuwiki/inc/lang/id/
H A Dresendpwd.txt3 Masukkan nama user Anda pada form dibawah untuk permintaan perubahan password account Anda di Wiki ini. Link konfirmasi akan dikirimkan melalui alamat email Anda sewaktu registrasi.
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt11 - Redistributions in binary form must reproduce the above copyright
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG448 - Fixed broken highlighting of some symbols in their escaped form (BenBE)

123