2015-11-30 21:30:54 +00:00
|
|
|
<?php
|
|
|
|
/*----------------------------------------------------------------------------------| www.vdm.io |----/
|
|
|
|
Vast Development Method
|
|
|
|
/-------------------------------------------------------------------------------------------------------/
|
|
|
|
|
|
|
|
@version 1.2.9
|
2015-12-01 00:19:11 +00:00
|
|
|
@build 1st December, 2015
|
2015-11-30 21:30:54 +00:00
|
|
|
@created 22nd October, 2015
|
|
|
|
@package Sermon Distributor
|
|
|
|
@subpackage edit.php
|
|
|
|
@author Llewellyn van der Merwe <https://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
|
|
|
|
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
|
|
|
|
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
|
|
|
|
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
|
|
|
|
\____) (_____)(_____)(_/\/\_)(____)(__)(__) \___)(_____)(_/\/\_)(__) (_____)(_)\_)(____)(_)\_) (__)
|
|
|
|
|
|
|
|
/------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
// 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_sermondistributor');
|
|
|
|
?>
|
|
|
|
|
|
|
|
<form action="<?php echo JRoute::_('index.php?option=com_sermondistributor&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('sermon.details_above', $this); ?><div class="form-horizontal">
|
|
|
|
|
|
|
|
<?php echo JHtml::_('bootstrap.startTabSet', 'sermonTab', array('active' => 'details')); ?>
|
|
|
|
|
|
|
|
<?php echo JHtml::_('bootstrap.addTab', 'sermonTab', 'details', JText::_('COM_SERMONDISTRIBUTOR_SERMON_DETAILS', true)); ?>
|
|
|
|
<div class="row-fluid form-horizontal-desktop">
|
|
|
|
<div class="span6">
|
|
|
|
<?php echo JLayoutHelper::render('sermon.details_left', $this); ?>
|
|
|
|
</div>
|
|
|
|
<div class="span6">
|
|
|
|
<?php echo JLayoutHelper::render('sermon.details_right', $this); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row-fluid form-horizontal-desktop">
|
|
|
|
<div class="span12">
|
|
|
|
<?php echo JLayoutHelper::render('sermon.details_fullwidth', $this); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php echo JHtml::_('bootstrap.endTab'); ?>
|
|
|
|
|
|
|
|
<?php echo JHtml::_('bootstrap.addTab', 'sermonTab', 'files', JText::_('COM_SERMONDISTRIBUTOR_SERMON_FILES', true)); ?>
|
|
|
|
<div class="row-fluid form-horizontal-desktop">
|
|
|
|
</div>
|
|
|
|
<div class="row-fluid form-horizontal-desktop">
|
|
|
|
<div class="span12">
|
|
|
|
<?php echo JLayoutHelper::render('sermon.files_fullwidth', $this); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php echo JHtml::_('bootstrap.endTab'); ?>
|
|
|
|
|
|
|
|
<?php echo JHtml::_('bootstrap.addTab', 'sermonTab', 'stastics', JText::_('COM_SERMONDISTRIBUTOR_SERMON_STASTICS', true)); ?>
|
|
|
|
<div class="row-fluid form-horizontal-desktop">
|
|
|
|
</div>
|
|
|
|
<div class="row-fluid form-horizontal-desktop">
|
|
|
|
<div class="span12">
|
|
|
|
<?php echo JLayoutHelper::render('sermon.stastics_fullwidth', $this); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php echo JHtml::_('bootstrap.endTab'); ?>
|
|
|
|
|
|
|
|
<?php echo JHtml::_('bootstrap.addTab', 'sermonTab', 'publishing', JText::_('COM_SERMONDISTRIBUTOR_SERMON_PUBLISHING', true)); ?>
|
|
|
|
<div class="row-fluid form-horizontal-desktop">
|
|
|
|
<div class="span6">
|
|
|
|
<?php echo JLayoutHelper::render('sermon.publishing', $this); ?>
|
|
|
|
</div>
|
|
|
|
<div class="span6">
|
|
|
|
<?php echo JLayoutHelper::render('sermon.metadata', $this); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php echo JHtml::_('bootstrap.endTab'); ?>
|
|
|
|
|
|
|
|
<?php if ($this->canDo->get('core.admin')) : ?>
|
|
|
|
<?php echo JHtml::_('bootstrap.addTab', 'sermonTab', 'permissions', JText::_('COM_SERMONDISTRIBUTOR_SERMON_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="sermon.edit" />
|
|
|
|
<?php echo JHtml::_('form.token'); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
<?php echo JLayoutHelper::render('sermon.details_under', $this); ?>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_source listeners for source_uZsflMf function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_source').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_uZsflMf = jQuery("#jform_source").val();
|
|
|
|
uZsflMf(source_uZsflMf);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_source',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_uZsflMf = jQuery("#jform_source").val();
|
|
|
|
uZsflMf(source_uZsflMf);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_source listeners for source_BzXllfH function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_source').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_BzXllfH = jQuery("#jform_source").val();
|
|
|
|
var build_BzXllfH = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
BzXllfH(source_BzXllfH,build_BzXllfH);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_source',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_BzXllfH = jQuery("#jform_source").val();
|
|
|
|
var build_BzXllfH = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
BzXllfH(source_BzXllfH,build_BzXllfH);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_build listeners for build_BzXllfH function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_build').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_BzXllfH = jQuery("#jform_source").val();
|
|
|
|
var build_BzXllfH = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
BzXllfH(source_BzXllfH,build_BzXllfH);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_build',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_BzXllfH = jQuery("#jform_source").val();
|
|
|
|
var build_BzXllfH = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
BzXllfH(source_BzXllfH,build_BzXllfH);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_source listeners for source_CqfSUiF function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_source').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_CqfSUiF = jQuery("#jform_source").val();
|
|
|
|
var build_CqfSUiF = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
CqfSUiF(source_CqfSUiF,build_CqfSUiF);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_source',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_CqfSUiF = jQuery("#jform_source").val();
|
|
|
|
var build_CqfSUiF = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
CqfSUiF(source_CqfSUiF,build_CqfSUiF);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_build listeners for build_CqfSUiF function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_build').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_CqfSUiF = jQuery("#jform_source").val();
|
|
|
|
var build_CqfSUiF = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
CqfSUiF(source_CqfSUiF,build_CqfSUiF);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_build',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_CqfSUiF = jQuery("#jform_source").val();
|
|
|
|
var build_CqfSUiF = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
CqfSUiF(source_CqfSUiF,build_CqfSUiF);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_build listeners for build_uqyxvuO function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_build').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var build_uqyxvuO = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
var source_uqyxvuO = jQuery("#jform_source").val();
|
|
|
|
uqyxvuO(build_uqyxvuO,source_uqyxvuO);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_build',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var build_uqyxvuO = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
var source_uqyxvuO = jQuery("#jform_source").val();
|
|
|
|
uqyxvuO(build_uqyxvuO,source_uqyxvuO);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_source listeners for source_uqyxvuO function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_source').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var build_uqyxvuO = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
var source_uqyxvuO = jQuery("#jform_source").val();
|
|
|
|
uqyxvuO(build_uqyxvuO,source_uqyxvuO);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_source',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var build_uqyxvuO = jQuery("#jform_build input[type='radio']:checked").val();
|
|
|
|
var source_uqyxvuO = jQuery("#jform_source").val();
|
|
|
|
uqyxvuO(build_uqyxvuO,source_uqyxvuO);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_source listeners for source_uqVcAgS function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_source').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_uqVcAgS = jQuery("#jform_source").val();
|
|
|
|
uqVcAgS(source_uqVcAgS);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_source',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_uqVcAgS = jQuery("#jform_source").val();
|
|
|
|
uqVcAgS(source_uqVcAgS);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_source listeners for source_HCeOmWW function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_source').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_HCeOmWW = jQuery("#jform_source").val();
|
|
|
|
HCeOmWW(source_HCeOmWW);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_source',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var source_HCeOmWW = jQuery("#jform_source").val();
|
|
|
|
HCeOmWW(source_HCeOmWW);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_link_type listeners for link_type_MMtrqVI function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_link_type').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var link_type_MMtrqVI = jQuery("#jform_link_type input[type='radio']:checked").val();
|
|
|
|
MMtrqVI(link_type_MMtrqVI);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_link_type',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var link_type_MMtrqVI = jQuery("#jform_link_type input[type='radio']:checked").val();
|
|
|
|
MMtrqVI(link_type_MMtrqVI);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
2015-12-01 00:19:11 +00:00
|
|
|
// #jform_link_type listeners for link_type_cZNPuaM function
|
2015-11-30 21:30:54 +00:00
|
|
|
jQuery('#jform_link_type').on('keyup',function()
|
|
|
|
{
|
2015-12-01 00:19:11 +00:00
|
|
|
var link_type_cZNPuaM = jQuery("#jform_link_type input[type='radio']:checked").val();
|
|
|
|
cZNPuaM(link_type_cZNPuaM);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
jQuery('#adminForm').on('change', '#jform_link_type',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
2015-12-01 00:19:11 +00:00
|
|
|
var link_type_cZNPuaM = jQuery("#jform_link_type input[type='radio']:checked").val();
|
|
|
|
cZNPuaM(link_type_cZNPuaM);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
// setup the return url
|
|
|
|
$uri = (string) JUri::getInstance();
|
|
|
|
$return = urlencode(base64_encode($uri));
|
|
|
|
$optionsURL = 'index.php?option=com_config&view=component&component=com_sermondistributor&return='.$return;
|
|
|
|
?>
|
|
|
|
|
|
|
|
jQuery('.options-link').on('click',function (e)
|
|
|
|
{
|
|
|
|
e.preventDefault();
|
|
|
|
location.href="<?php echo $optionsURL; ?>";
|
|
|
|
});
|
|
|
|
|
|
|
|
// load the auto sermons if set or notice if none is found
|
|
|
|
var auto_sermons = jQuery('#jform_auto_sermons').val();
|
|
|
|
var htmlDropNote = '<h1><?php echo JText::_('No Files Linked Yet'); ?></h1>';
|
|
|
|
htmlDropNote += '<div class="alert alert-warning"><?php echo JText::_('Always better to add the files to Dropbox and let the system create the sermon for you. Please read instructions below carefully.'); ?></div>';
|
|
|
|
if (auto_sermons != 1 && auto_sermons.length > 0)
|
|
|
|
{
|
|
|
|
htmlDropNote = '<h1><?php echo JText::_('The Files Linked from Dropbox'); ?></h1>';
|
|
|
|
auto_sermons = jQuery.parseJSON(auto_sermons);
|
|
|
|
htmlDropNote += '<div class="alert alert-success"><ul>';
|
|
|
|
jQuery.each(auto_sermons, function(filename,fileKey) {
|
|
|
|
htmlDropNote += '<li><b><?php echo JText::_('Download Name'); ?>:</b> ';
|
|
|
|
htmlDropNote += filename;
|
|
|
|
htmlDropNote += '<br /><b><?php echo JText::_('Dropbox Relation'); ?>:</b> ';
|
|
|
|
htmlDropNote += fileKey.replace("VDM_pLeK_h0uEr/", "");
|
|
|
|
htmlDropNote += '</li>';
|
|
|
|
});
|
|
|
|
htmlDropNote += '</ul></div>';
|
|
|
|
}
|
|
|
|
jQuery('.note_auto_dropbox').closest('.control-group').prepend(htmlDropNote);
|
|
|
|
</script>
|