/plugin/noticeboard/ |
H A D | syntax.php | 101 … <input type='submit' class='button' name='submit' value='".$this->getLang('list')."' /></form>"; 113 …<input type='submit' class='button' name='submit' value='".$this->getLang('calendar')."' /></form>… 131 … <input type='submit' class='button' name='submit' value='".$this->getLang('getRSS')."' /></form>"; 143 … <input type='submit' class='button' name='submit' value='".$this->getLang('iCal')."' /></form>"; 199 …$out .="</p><input type='submit' class='button submit' value='".$this->getLang('filter')."' /><p><… 302 …<input type='submit' class='button small' name='submit' value='".$this->getLang('delete')."' /></f… 351 …<input type='submit' class='button' name='submit' value='".$this->getLang('previous')."' /></form>… 359 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' /></form>"; 407 …<input type='submit' class='button button-left' name='submit' value='".$this->getLang('previous').… 417 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' />
|
/plugin/noticeboard/noticeboard/ |
H A D | syntax.php | 101 … <input type='submit' class='button' name='submit' value='".$this->getLang('list')."' /></form>"; 113 …<input type='submit' class='button' name='submit' value='".$this->getLang('calendar')."' /></form>… 131 … <input type='submit' class='button' name='submit' value='".$this->getLang('getRSS')."' /></form>"; 143 … <input type='submit' class='button' name='submit' value='".$this->getLang('iCal')."' /></form>"; 199 …$out .="</p><input type='submit' class='button submit' value='".$this->getLang('filter')."' /><p><… 302 …<input type='submit' class='button small' name='submit' value='".$this->getLang('delete')."' /></f… 351 …<input type='submit' class='button' name='submit' value='".$this->getLang('previous')."' /></form>… 359 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' /></form>"; 407 …<input type='submit' class='button button-left' name='submit' value='".$this->getLang('previous').… 417 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' />
|
/plugin/wysiwyg/fckeditor/editor/_source/ |
H A D | fckeditorapi.js | 146 …Form._FCKOriginalSubmit && ( typeof( oForm.submit ) == 'function' || ( !oForm.submit.tagName && !o… 149 oForm._FCKOriginalSubmit = oForm.submit ; 152 oForm.submit = FCKeditorAPI._FormSubmit ;
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.jeditable.mini.js | 5 …ditable.types[settings.type].plugin||function(){};var submit=$.editable.types[settings.type].submi… 19 …t'==settings.onblur){input.blur(function(e){t=setTimeout(function(){form.submit();},200);});}else … 20 form.submit(function(e){if(t){clearTimeout(t);} 21 e.preventDefault();if(false!==onsubmit.apply(form,[settings,self])){if(false!==submit.apply(form,[s… 26 …submit){if(settings.submit.match(/>$/)){var submit=$(settings.submit).click(function(){if(submit.a… 27 $(this).append(submit);}
|
/plugin/langdelete/ |
H A D | admin.php | 59 $d->submit = isset($_REQUEST['submit']); 60 $submit =& $d->submit; 63 if ($submit) { 81 if ($submit) { 90 if ($submit) { 110 if ($submit) { 115 if ($submit) { 162 if (!$d->submit) {
|
/plugin/forcessllogin/ |
H A D | action.php | 78 $form->addElement(form_makeButton('submit','',$this->getLang('submit'), 83 $form->addElement(form_makeButton('submit','',$this->getLang('cancel'),
|
/plugin/securelogin/ |
H A D | securelogin.js | 95 jQuery(form).submit(secure_login); 99 jQuery(form).submit(secure_profile); 105 jQuery(form).submit(secure_admin); 122 jQuery(form).submit(secure_add_user); 124 jQuery(form).submit(secure_modify_user);
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcprompt.js | 64 var submit = document.createElement('input'); 65 submit.id = 'pfc_promptbox_submit'; 66 submit.type = 'submit'; 67 submit.value = pfc.res.getLabel('OK'); 68 form.appendChild(submit);
|
/plugin/quizlib/ |
H A D | style.css | 46 .quizlib-submit { 55 .quizlib-submit:hover { 58 .quizlib-submit:active {
|
H A D | README.md | 21 …with the correct answers ("rightanswers") and the string for the submit button ("submit"). Each el… 31 <quizlib id="quiz" rightanswers="['42',['a0'],['a0','a2','a3']]" submit="Check Answers"> 41 …zlibShowResults". It's the callback function for the onlick-event in the submit-button. Its first … 76 …<button class="quizlib-submit" type="button" onclick="quizlibShowResults('quiz',['42',['a'],['a','…
|
/plugin/dblclickedit/ |
H A D | script.js | 23 jQuery(this).nextAll('.secedit:eq(0)').children('form:eq(0)').submit(); 45 $editBtn[0].submit();
|
/plugin/doodle3/ |
H A D | script.js | 17 doodleForm.submit(); 29 doodleForm.submit();
|
/plugin/doodle4/ |
H A D | script.js | 18 doodleForm.submit(); 30 doodleForm.submit();
|
/plugin/doodle2/ |
H A D | script.js | 17 doodleForm.submit(); 29 doodleForm.submit();
|
/plugin/feedmod/ |
H A D | _footer.txt.dist | 1 <a href="http://digg.com/submit?phase=2&url=@URL@" title="Digg this post">Digg this post</a> &middo… 2 <a href="http://www.stumbleupon.com/submit?url=@URL@" title="Digg this post">Stumble it</a> ·
|
/plugin/addressbook/ |
H A D | style.css | 131 .plugin_addressbook_editform input[type=submit], 132 .plugin_addressbook_editform input[type=submit]:hover, 133 .plugin_addressbook_searchbox input[type=submit], 134 .plugin_addressbook_searchbox input[type=submit]:hover {
|
/plugin/git/syntax/ |
H A D | remotestatus.php | 135 … $renderer->doc .= ' <input type="submit" name="cmd[ignore]" value="Ignore this commit" />'; 136 $renderer->doc .= ' <input type="submit" name="cmd[merge]" value="Merge All" />';
|
/plugin/blogtng/action/ |
H A D | comments.php | 95 $BLOGTNG['comment_action'] = 'submit'; 113 if($BLOGTNG['comment_action'] == 'submit'){
|
/plugin/btable2/ |
H A D | syntax.php | 166 if (($submit = $_REQUEST[$dID.'-add']) && $write_access && checkSecurityToken()) { 192 … } else if (($submit = $_REQUEST[$dID.'-delete']) && $write_access && checkSecurityToken()) { 195 $row = trim($submit); 207 … } else if (($submit = $_REQUEST[$dID.'-change']) && $write_access && checkSecurityToken()) { 210 $change_row = trim($submit);
|
/plugin/letsencrypt/ |
H A D | admin.php | 193 $form->addButton('init', $this->getLang('create account'))->attr('type', 'submit')->val(1); 203 $form->addButton('sign', $this->getLang('get certs'))->attr('type', 'submit')->val(1);
|
/plugin/recaptcha2/lib/ReCaptcha/ |
H A D | RequestMethod.php | 41 public function submit(RequestParameters $params); function
|
/plugin/vbsso/views/ |
H A D | admin.html2-3.tpl | 2 <input type="submit" id="vbsso_submit" name="vbsso_submit" value="Save" style="width: 100px"/>
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | WebRisk.php | 176 'submit' => [ 177 'path' => 'v1/{+parent}/uris:submit',
|
/plugin/md5gen/ |
H A D | syntax.php | 57 …$buffer.="String to Encode: <input type='password' name='q'> <input type='submit' value='Get …
|
/plugin/sequencediagram/bower_components/snap.svg/ |
H A D | CONTRIBUTING | 2 license agreeent. Developers must sign and submit the Adobe CLA in
|