Component-Builder/admin/views/admin_view/tmpl/edit.php

516 lines
20 KiB
PHP

<?php
/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/
__ __ _ _____ _ _ __ __ _ _ _
\ \ / / | | | __ \ | | | | | \/ | | | | | | |
\ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| |
\ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` |
\ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| |
\/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_|
| |
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.0
@build 26th February, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
@author Llewellyn van der Merwe <https://www.vdm.io/joomla-component-builder>
@my wife Roline van der Merwe <http://www.vdm.io/>
@copyright Copyright (C) 2015. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
Builds Complex Joomla Components
/-----------------------------------------------------------------------------------------------------------------------------*/
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
JHtml::_('behavior.tooltip');
JHtml::_('behavior.formvalidation');
JHtml::_('formbehavior.chosen', 'select');
JHtml::_('behavior.keepalive');
$componentParams = JComponentHelper::getParams('com_componentbuilder');
?>
<form action="<?php echo JRoute::_('index.php?option=com_componentbuilder&layout=edit&id='.(int) $this->item->id.$this->referral); ?>" method="post" name="adminForm" id="adminForm" class="form-validate" enctype="multipart/form-data">
<?php echo JLayoutHelper::render('admin_view.settings_above', $this); ?><div class="form-horizontal">
<?php echo JHtml::_('bootstrap.startTabSet', 'admin_viewTab', array('active' => 'settings')); ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'settings', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_SETTINGS', true)); ?>
<div class="row-fluid form-horizontal-desktop">
<div class="span6">
<?php echo JLayoutHelper::render('admin_view.settings_left', $this); ?>
</div>
<div class="span6">
<?php echo JLayoutHelper::render('admin_view.settings_right', $this); ?>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php if ($this->canDo->get('field.access')) : ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'fields', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_FIELDS', true)); ?>
<div class="row-fluid form-horizontal-desktop">
</div>
<div class="row-fluid form-horizontal-desktop">
<div class="span12">
<?php echo JLayoutHelper::render('admin_view.fields_fullwidth', $this); ?>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php endif; ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'css', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_CSS', true)); ?>
<div class="row-fluid form-horizontal-desktop">
</div>
<div class="row-fluid form-horizontal-desktop">
<div class="span12">
<?php echo JLayoutHelper::render('admin_view.css_fullwidth', $this); ?>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'javascript', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT', true)); ?>
<div class="row-fluid form-horizontal-desktop">
</div>
<div class="row-fluid form-horizontal-desktop">
<div class="span12">
<?php echo JLayoutHelper::render('admin_view.javascript_fullwidth', $this); ?>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'php', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_PHP', true)); ?>
<div class="row-fluid form-horizontal-desktop">
</div>
<div class="row-fluid form-horizontal-desktop">
<div class="span12">
<?php echo JLayoutHelper::render('admin_view.php_fullwidth', $this); ?>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'mysql', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_MYSQL', true)); ?>
<div class="row-fluid form-horizontal-desktop">
<div class="span12">
<?php echo JLayoutHelper::render('admin_view.mysql_left', $this); ?>
</div>
</div>
<div class="row-fluid form-horizontal-desktop">
<div class="span12">
<?php echo JLayoutHelper::render('admin_view.mysql_fullwidth', $this); ?>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php if ($this->canDo->get('core.delete') || $this->canDo->get('core.edit.created_by') || $this->canDo->get('core.edit.state') || $this->canDo->get('core.edit.created')) : ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'publishing', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_PUBLISHING', true)); ?>
<div class="row-fluid form-horizontal-desktop">
<div class="span6">
<?php echo JLayoutHelper::render('admin_view.publishing', $this); ?>
</div>
<div class="span6">
<?php echo JLayoutHelper::render('admin_view.publlshing', $this); ?>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php endif; ?>
<?php if ($this->canDo->get('core.admin')) : ?>
<?php echo JHtml::_('bootstrap.addTab', 'admin_viewTab', 'permissions', JText::_('COM_COMPONENTBUILDER_ADMIN_VIEW_PERMISSION', true)); ?>
<div class="row-fluid form-horizontal-desktop">
<div class="span12">
<fieldset class="adminform">
<div class="adminformlist">
<?php foreach ($this->form->getFieldset('accesscontrol') as $field): ?>
<div>
<?php echo $field->label; echo $field->input;?>
</div>
<div class="clearfix"></div>
<?php endforeach; ?>
</div>
</fieldset>
</div>
</div>
<?php echo JHtml::_('bootstrap.endTab'); ?>
<?php endif; ?>
<?php echo JHtml::_('bootstrap.endTabSet'); ?>
<div>
<input type="hidden" name="task" value="admin_view.edit" />
<?php echo JHtml::_('form.token'); ?>
</div>
</div>
<div class="clearfix"></div>
<?php echo JLayoutHelper::render('admin_view.settings_under', $this); ?>
</form>
<script type="text/javascript">
// #jform_add_css_view listeners for add_css_view_EQnxXbV function
jQuery('#jform_add_css_view').on('keyup',function()
{
var add_css_view_EQnxXbV = jQuery("#jform_add_css_view input[type='radio']:checked").val();
EQnxXbV(add_css_view_EQnxXbV);
});
jQuery('#adminForm').on('change', '#jform_add_css_view',function (e)
{
e.preventDefault();
var add_css_view_EQnxXbV = jQuery("#jform_add_css_view input[type='radio']:checked").val();
EQnxXbV(add_css_view_EQnxXbV);
});
// #jform_add_css_views listeners for add_css_views_CHsmoNX function
jQuery('#jform_add_css_views').on('keyup',function()
{
var add_css_views_CHsmoNX = jQuery("#jform_add_css_views input[type='radio']:checked").val();
CHsmoNX(add_css_views_CHsmoNX);
});
jQuery('#adminForm').on('change', '#jform_add_css_views',function (e)
{
e.preventDefault();
var add_css_views_CHsmoNX = jQuery("#jform_add_css_views input[type='radio']:checked").val();
CHsmoNX(add_css_views_CHsmoNX);
});
// #jform_add_javascript_view_file listeners for add_javascript_view_file_GiQeINO function
jQuery('#jform_add_javascript_view_file').on('keyup',function()
{
var add_javascript_view_file_GiQeINO = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val();
GiQeINO(add_javascript_view_file_GiQeINO);
});
jQuery('#adminForm').on('change', '#jform_add_javascript_view_file',function (e)
{
e.preventDefault();
var add_javascript_view_file_GiQeINO = jQuery("#jform_add_javascript_view_file input[type='radio']:checked").val();
GiQeINO(add_javascript_view_file_GiQeINO);
});
// #jform_add_javascript_views_file listeners for add_javascript_views_file_gHdtYbo function
jQuery('#jform_add_javascript_views_file').on('keyup',function()
{
var add_javascript_views_file_gHdtYbo = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val();
gHdtYbo(add_javascript_views_file_gHdtYbo);
});
jQuery('#adminForm').on('change', '#jform_add_javascript_views_file',function (e)
{
e.preventDefault();
var add_javascript_views_file_gHdtYbo = jQuery("#jform_add_javascript_views_file input[type='radio']:checked").val();
gHdtYbo(add_javascript_views_file_gHdtYbo);
});
// #jform_add_javascript_view_footer listeners for add_javascript_view_footer_jXgAkqp function
jQuery('#jform_add_javascript_view_footer').on('keyup',function()
{
var add_javascript_view_footer_jXgAkqp = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
jXgAkqp(add_javascript_view_footer_jXgAkqp);
});
jQuery('#adminForm').on('change', '#jform_add_javascript_view_footer',function (e)
{
e.preventDefault();
var add_javascript_view_footer_jXgAkqp = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
jXgAkqp(add_javascript_view_footer_jXgAkqp);
});
// #jform_add_javascript_views_footer listeners for add_javascript_views_footer_JEaFHNt function
jQuery('#jform_add_javascript_views_footer').on('keyup',function()
{
var add_javascript_views_footer_JEaFHNt = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
JEaFHNt(add_javascript_views_footer_JEaFHNt);
});
jQuery('#adminForm').on('change', '#jform_add_javascript_views_footer',function (e)
{
e.preventDefault();
var add_javascript_views_footer_JEaFHNt = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
JEaFHNt(add_javascript_views_footer_JEaFHNt);
});
// #jform_add_php_ajax listeners for add_php_ajax_NLSTYSV function
jQuery('#jform_add_php_ajax').on('keyup',function()
{
var add_php_ajax_NLSTYSV = jQuery("#jform_add_php_ajax input[type='radio']:checked").val();
NLSTYSV(add_php_ajax_NLSTYSV);
});
jQuery('#adminForm').on('change', '#jform_add_php_ajax',function (e)
{
e.preventDefault();
var add_php_ajax_NLSTYSV = jQuery("#jform_add_php_ajax input[type='radio']:checked").val();
NLSTYSV(add_php_ajax_NLSTYSV);
});
// #jform_add_php_getitem listeners for add_php_getitem_TVsaCxq function
jQuery('#jform_add_php_getitem').on('keyup',function()
{
var add_php_getitem_TVsaCxq = jQuery("#jform_add_php_getitem input[type='radio']:checked").val();
TVsaCxq(add_php_getitem_TVsaCxq);
});
jQuery('#adminForm').on('change', '#jform_add_php_getitem',function (e)
{
e.preventDefault();
var add_php_getitem_TVsaCxq = jQuery("#jform_add_php_getitem input[type='radio']:checked").val();
TVsaCxq(add_php_getitem_TVsaCxq);
});
// #jform_add_php_getitems listeners for add_php_getitems_FtfLYOt function
jQuery('#jform_add_php_getitems').on('keyup',function()
{
var add_php_getitems_FtfLYOt = jQuery("#jform_add_php_getitems input[type='radio']:checked").val();
FtfLYOt(add_php_getitems_FtfLYOt);
});
jQuery('#adminForm').on('change', '#jform_add_php_getitems',function (e)
{
e.preventDefault();
var add_php_getitems_FtfLYOt = jQuery("#jform_add_php_getitems input[type='radio']:checked").val();
FtfLYOt(add_php_getitems_FtfLYOt);
});
// #jform_add_php_getlistquery listeners for add_php_getlistquery_zdJuWBs function
jQuery('#jform_add_php_getlistquery').on('keyup',function()
{
var add_php_getlistquery_zdJuWBs = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val();
zdJuWBs(add_php_getlistquery_zdJuWBs);
});
jQuery('#adminForm').on('change', '#jform_add_php_getlistquery',function (e)
{
e.preventDefault();
var add_php_getlistquery_zdJuWBs = jQuery("#jform_add_php_getlistquery input[type='radio']:checked").val();
zdJuWBs(add_php_getlistquery_zdJuWBs);
});
// #jform_add_php_save listeners for add_php_save_iOUvPya function
jQuery('#jform_add_php_save').on('keyup',function()
{
var add_php_save_iOUvPya = jQuery("#jform_add_php_save input[type='radio']:checked").val();
iOUvPya(add_php_save_iOUvPya);
});
jQuery('#adminForm').on('change', '#jform_add_php_save',function (e)
{
e.preventDefault();
var add_php_save_iOUvPya = jQuery("#jform_add_php_save input[type='radio']:checked").val();
iOUvPya(add_php_save_iOUvPya);
});
// #jform_add_php_postsavehook listeners for add_php_postsavehook_JUhMHfD function
jQuery('#jform_add_php_postsavehook').on('keyup',function()
{
var add_php_postsavehook_JUhMHfD = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val();
JUhMHfD(add_php_postsavehook_JUhMHfD);
});
jQuery('#adminForm').on('change', '#jform_add_php_postsavehook',function (e)
{
e.preventDefault();
var add_php_postsavehook_JUhMHfD = jQuery("#jform_add_php_postsavehook input[type='radio']:checked").val();
JUhMHfD(add_php_postsavehook_JUhMHfD);
});
// #jform_add_php_allowedit listeners for add_php_allowedit_ZXVJsSp function
jQuery('#jform_add_php_allowedit').on('keyup',function()
{
var add_php_allowedit_ZXVJsSp = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val();
ZXVJsSp(add_php_allowedit_ZXVJsSp);
});
jQuery('#adminForm').on('change', '#jform_add_php_allowedit',function (e)
{
e.preventDefault();
var add_php_allowedit_ZXVJsSp = jQuery("#jform_add_php_allowedit input[type='radio']:checked").val();
ZXVJsSp(add_php_allowedit_ZXVJsSp);
});
// #jform_add_php_batchcopy listeners for add_php_batchcopy_MTVKuGb function
jQuery('#jform_add_php_batchcopy').on('keyup',function()
{
var add_php_batchcopy_MTVKuGb = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val();
MTVKuGb(add_php_batchcopy_MTVKuGb);
});
jQuery('#adminForm').on('change', '#jform_add_php_batchcopy',function (e)
{
e.preventDefault();
var add_php_batchcopy_MTVKuGb = jQuery("#jform_add_php_batchcopy input[type='radio']:checked").val();
MTVKuGb(add_php_batchcopy_MTVKuGb);
});
// #jform_add_php_batchmove listeners for add_php_batchmove_cCijiNq function
jQuery('#jform_add_php_batchmove').on('keyup',function()
{
var add_php_batchmove_cCijiNq = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val();
cCijiNq(add_php_batchmove_cCijiNq);
});
jQuery('#adminForm').on('change', '#jform_add_php_batchmove',function (e)
{
e.preventDefault();
var add_php_batchmove_cCijiNq = jQuery("#jform_add_php_batchmove input[type='radio']:checked").val();
cCijiNq(add_php_batchmove_cCijiNq);
});
// #jform_add_php_before_delete listeners for add_php_before_delete_wOHyAal function
jQuery('#jform_add_php_before_delete').on('keyup',function()
{
var add_php_before_delete_wOHyAal = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val();
wOHyAal(add_php_before_delete_wOHyAal);
});
jQuery('#adminForm').on('change', '#jform_add_php_before_delete',function (e)
{
e.preventDefault();
var add_php_before_delete_wOHyAal = jQuery("#jform_add_php_before_delete input[type='radio']:checked").val();
wOHyAal(add_php_before_delete_wOHyAal);
});
// #jform_add_php_after_delete listeners for add_php_after_delete_QAJHder function
jQuery('#jform_add_php_after_delete').on('keyup',function()
{
var add_php_after_delete_QAJHder = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val();
QAJHder(add_php_after_delete_QAJHder);
});
jQuery('#adminForm').on('change', '#jform_add_php_after_delete',function (e)
{
e.preventDefault();
var add_php_after_delete_QAJHder = jQuery("#jform_add_php_after_delete input[type='radio']:checked").val();
QAJHder(add_php_after_delete_QAJHder);
});
// #jform_add_sql listeners for add_sql_qvIGCVu function
jQuery('#jform_add_sql').on('keyup',function()
{
var add_sql_qvIGCVu = jQuery("#jform_add_sql input[type='radio']:checked").val();
qvIGCVu(add_sql_qvIGCVu);
});
jQuery('#adminForm').on('change', '#jform_add_sql',function (e)
{
e.preventDefault();
var add_sql_qvIGCVu = jQuery("#jform_add_sql input[type='radio']:checked").val();
qvIGCVu(add_sql_qvIGCVu);
});
// #jform_source listeners for source_EhWfEwf function
jQuery('#jform_source').on('keyup',function()
{
var source_EhWfEwf = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_EhWfEwf = jQuery("#jform_add_sql input[type='radio']:checked").val();
EhWfEwf(source_EhWfEwf,add_sql_EhWfEwf);
});
jQuery('#adminForm').on('change', '#jform_source',function (e)
{
e.preventDefault();
var source_EhWfEwf = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_EhWfEwf = jQuery("#jform_add_sql input[type='radio']:checked").val();
EhWfEwf(source_EhWfEwf,add_sql_EhWfEwf);
});
// #jform_add_sql listeners for add_sql_EhWfEwf function
jQuery('#jform_add_sql').on('keyup',function()
{
var source_EhWfEwf = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_EhWfEwf = jQuery("#jform_add_sql input[type='radio']:checked").val();
EhWfEwf(source_EhWfEwf,add_sql_EhWfEwf);
});
jQuery('#adminForm').on('change', '#jform_add_sql',function (e)
{
e.preventDefault();
var source_EhWfEwf = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_EhWfEwf = jQuery("#jform_add_sql input[type='radio']:checked").val();
EhWfEwf(source_EhWfEwf,add_sql_EhWfEwf);
});
// #jform_source listeners for source_WATkPpT function
jQuery('#jform_source').on('keyup',function()
{
var source_WATkPpT = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_WATkPpT = jQuery("#jform_add_sql input[type='radio']:checked").val();
WATkPpT(source_WATkPpT,add_sql_WATkPpT);
});
jQuery('#adminForm').on('change', '#jform_source',function (e)
{
e.preventDefault();
var source_WATkPpT = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_WATkPpT = jQuery("#jform_add_sql input[type='radio']:checked").val();
WATkPpT(source_WATkPpT,add_sql_WATkPpT);
});
// #jform_add_sql listeners for add_sql_WATkPpT function
jQuery('#jform_add_sql').on('keyup',function()
{
var source_WATkPpT = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_WATkPpT = jQuery("#jform_add_sql input[type='radio']:checked").val();
WATkPpT(source_WATkPpT,add_sql_WATkPpT);
});
jQuery('#adminForm').on('change', '#jform_add_sql',function (e)
{
e.preventDefault();
var source_WATkPpT = jQuery("#jform_source input[type='radio']:checked").val();
var add_sql_WATkPpT = jQuery("#jform_add_sql input[type='radio']:checked").val();
WATkPpT(source_WATkPpT,add_sql_WATkPpT);
});
<?php $fieldNrs = range(1,500,1); ?>
jQuery('#jform_addconditions_modal').on('show.bs.modal', function (e) {
<?php foreach($fieldNrs as $fieldNr): ?>jQuery('#jform_addconditions_modal').on('change', '#jform_addconditions_fields_match_field-<?php echo $fieldNr ?>',function (e) {
e.preventDefault();
// get options
var fieldId_<?php echo $fieldNr ?> = jQuery("#jform_addconditions_fields_match_field-<?php echo $fieldNr ?> option:selected").val();
getFieldSelectOptions(fieldId_<?php echo $fieldNr ?>,<?php echo $fieldNr ?>);
});
<?php endforeach; ?>
});
jQuery('#jform_addtables_modal').on('show.bs.modal', function (e) {
<?php foreach($fieldNrs as $fieldNr): ?>jQuery('#jform_addtables_modal').on('change', '#jform_addtables_fields_table-<?php echo $fieldNr ?>',function (e) {
e.preventDefault();
// get options
var tableName_<?php echo $fieldNr ?> = jQuery("#jform_addtables_fields_table-<?php echo $fieldNr ?> option:selected").val();
getTableColumns(tableName_<?php echo $fieldNr ?>,<?php echo $fieldNr ?>);
});
<?php endforeach; ?>
});
</script>