Файловый менеджер - Редактировать - /home/pimjdymy/public_html/revisionroad/themes/ee/asset/javascript/compressed/channel_form.js
Назад
/*! * This source file is part of the open source project * ExpressionEngine (https://expressionengine.com) * * @link https://expressionengine.com/ * @copyright Copyright (c) 2003-2023, Packet Tide, LLC (https://www.packettide.com) * @license https://expressionengine.com/license Licensed under Apache License, Version 2.0 */ var selField = false, selMode = "normal"; //Dynamically set the textarea name function setFieldName(which) { if (which != selField) { selField = which; clear_state(); tagarray = new Array(); usedarray = new Array(); running = 0; } } // Insert tag function taginsert(item, tagOpen, tagClose) { // Determine which tag we are dealing with var which = eval('item.name'); if ( ! selField) { $.ee_notice(no_cursor); return false; } var theSelection = false, result = false, theField = document.getElementById('entryform')[selField]; if (selMode == 'guided') { data = prompt(enter_text, ""); if ((data != null) && (data != "")) { result = tagOpen + data + tagClose; } } // Is this a Windows user? // If so, add tags around selection if (document.selection) { theSelection = document.selection.createRange().text; theField.focus(); if (theSelection) { document.selection.createRange().text = (result == false) ? tagOpen + theSelection + tagClose : result; } else { document.selection.createRange().text = (result == false) ? tagOpen + tagClose : result; } theSelection = ''; theField.blur(); theField.focus(); return; } else if ( ! isNaN(theField.selectionEnd)) { var newStart, scrollPos = theField.scrollTop, selLength = theField.textLength, selStart = theField.selectionStart, selEnd = theField.selectionEnd; if (selEnd <= 2 && typeof(selLength) != 'undefined') { selEnd = selLength; } var s1 = (theField.value).substring(0,selStart), s2 = (theField.value).substring(selStart, selEnd). s3 = (theField.value).substring(selEnd, selLength); if (result == false) { newStart = selStart + tagOpen.length + s2.length + tagClose.length; theField.value = (result == false) ? s1 + tagOpen + s2 + tagClose + s3 : result; } else { newStart = selStart + result.length; theField.value = s1 + result + s3; } theField.focus(); theField.selectionStart = newStart; theField.selectionEnd = newStart; theField.scrollTop = scrollPos; return; } else if (selMode == 'guided') { curField = document.submit_post[selfField]; curField.value += result; curField.blur(); curField.focus(); return; } // Add single open tags if (item == 'other') { eval("document.getElementById('entryform')." + selField + ".value += tagOpen"); } else if (eval(which) == 0) { var result = tagOpen; eval("document.getElementById('entryform')." + selField + ".value += result"); eval(which + " = 1"); arraypush(tagarray, tagClose); arraypush(usedarray, which); running++; styleswap(which); } else { // Close tags n = 0; for (i = 0 ; i < tagarray.length; i++ ) { if (tagarray[i] == tagClose) { n = i; running--; while (tagarray[n]) { closeTag = arraypop(tagarray); eval("document.getElementById('entryform')." + selField + ".value += closeTag"); } while (usedarray[n]) { clearState = arraypop(usedarray); eval(clearState + " = 0"); document.getElementById(clearState).className = 'htmlButtonA'; } } } if (running <= 0 && document.getElementById('close_all').className == 'htmlButtonB') { document.getElementById('close_all').className = 'htmlButtonA'; } } curField = eval("document.getElementById('entryform')." + selField); curField.blur(); curField.focus(); } $(document).ready(function() { $(".js_show").show(); $(".js_hide").hide(); if (typeof(EE.publish) !== 'undefined' && EE.publish.markitup !== undefined && EE.publish.markitup.fields !== undefined) { $.each(EE.publish.markitup.fields, function(key, value) { $("#"+key).markItUp(mySettings); }); } if (typeof(EE.publish) !== 'undefined' && EE.publish.smileys === true) { $("a.glossary_link").click(function(){ $(this).parent().siblings('.glossary_content').slideToggle("fast"); $(this).parent().siblings('.smileyContent .spellcheck_content').hide(); return false; }); $('a.smiley_link').toggle(function() { which = $(this).attr('id').substr(12); $('#smiley_table_'+which).slideDown('fast', function() { $(this).css('display', ''); }); }, function() { $('#smiley_table_'+which).slideUp('fast'); }); $(this).parent().siblings('.glossary_content, .spellcheck_content').hide(); $('.glossary_content a').click(function(){ $.markItUp({ replaceWith:$(this).attr('title')}); return false; }); } $(".btn_plus a").click(function(){ return confirm(EE.lang.confirm_exit, ""); }); // inject the collapse button into the formatting buttons list $(".markItUpHeader ul").prepend("<li class=\"close_formatting_buttons\"><a href=\"#\"><img width=\"10\" height=\"10\" src=\""+EE.THEME_URL+"images/publish_minus.gif\" alt=\"Close Formatting Buttons\"/></a></li>"); $(".close_formatting_buttons a").toggle( function() { $(this).parent().parent().children(":not(.close_formatting_buttons)").hide(); $(this).parent().parent().css("height", "13px"); $(this).children("img").attr("src", EE.THEME_URL+"images/publish_plus.png"); }, function () { $(this).parent().parent().children().show(); $(this).parent().parent().css("height", "auto"); $(this).children("img").attr("src", EE.THEME_URL+"images/publish_minus.gif"); } ); var field_for_writemode_publish = ""; if (typeof(EE.publish) !== 'undefined' && EE.publish.show_write_mode === true) { $("#write_mode_textarea").markItUp(myWritemodeSettings); } $(".write_mode_trigger").click(function(){ if ($(this).attr("id").match(/^id_\d+$/)) { field_for_writemode_publish = "field_"+$(this).attr("id"); } else { field_for_writemode_publish = $(this).attr("id").replace(/id_/, ''); } // put contents from other page into here $("#write_mode_textarea").val($("#"+field_for_writemode_publish).val()); $("#write_mode_textarea").focus(); return false; }); });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка