2015-12-01 05:06:34 +00:00
|
|
|
/*----------------------------------------------------------------------------------| www.giz.de |----/
|
|
|
|
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
|
|
|
/-------------------------------------------------------------------------------------------------------/
|
|
|
|
|
2016-02-24 10:56:21 +00:00
|
|
|
@version 3.3.7
|
2016-02-26 00:36:32 +00:00
|
|
|
@build 26th February, 2016
|
2015-12-01 05:06:34 +00:00
|
|
|
@created 15th June, 2012
|
|
|
|
@package Cost Benefit Projection
|
|
|
|
@subpackage help_document.js
|
|
|
|
@author Llewellyn van der Merwe <http://www.vdm.io>
|
|
|
|
@owner Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
|
|
|
@copyright Copyright (C) 2015. All Rights Reserved
|
|
|
|
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
|
|
|
|
/-------------------------------------------------------------------------------------------------------/
|
|
|
|
Cost Benefit Projection Tool.
|
|
|
|
/------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
// Some Global Values
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_hqyqHkSVEX_required = false;
|
|
|
|
jform_TXCmbHJieM_required = false;
|
|
|
|
jform_BZIvONJWYe_required = false;
|
|
|
|
jform_kguPvVXpQH_required = false;
|
2015-12-01 05:06:34 +00:00
|
|
|
|
|
|
|
// Initial Script
|
|
|
|
jQuery(document).ready(function()
|
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
var location_jsYlSTb = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
jsYlSTb(location_jsYlSTb);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
var location_Rhrgnts = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
Rhrgnts(location_Rhrgnts);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
var type_hqyqHkS = jQuery("#jform_type").val();
|
|
|
|
hqyqHkS(type_hqyqHkS);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
var type_TXCmbHJ = jQuery("#jform_type").val();
|
|
|
|
TXCmbHJ(type_TXCmbHJ);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
var type_BZIvONJ = jQuery("#jform_type").val();
|
|
|
|
BZIvONJ(type_BZIvONJ);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
var target_kguPvVX = jQuery("#jform_target input[type='radio']:checked").val();
|
|
|
|
kguPvVX(target_kguPvVX);
|
2015-12-01 05:06:34 +00:00
|
|
|
});
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the jsYlSTb function
|
|
|
|
function jsYlSTb(location_jsYlSTb)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// set the function logic
|
2016-02-26 12:46:20 +00:00
|
|
|
if (location_jsYlSTb == 1)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the Rhrgnts function
|
|
|
|
function Rhrgnts(location_Rhrgnts)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// set the function logic
|
2016-02-26 12:46:20 +00:00
|
|
|
if (location_Rhrgnts == 2)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the hqyqHkS function
|
|
|
|
function hqyqHkS(type_hqyqHkS)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
if (isSet(type_hqyqHkS) && type_hqyqHkS.constructor !== Array)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
var temp_hqyqHkS = type_hqyqHkS;
|
|
|
|
var type_hqyqHkS = [];
|
|
|
|
type_hqyqHkS.push(temp_hqyqHkS);
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
2016-02-26 12:46:20 +00:00
|
|
|
else if (!isSet(type_hqyqHkS))
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
var type_hqyqHkS = [];
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
2016-02-26 12:46:20 +00:00
|
|
|
var type = type_hqyqHkS.some(type_hqyqHkS_SomeFunc);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
|
|
|
|
2016-01-14 07:44:50 +00:00
|
|
|
// set this function logic
|
2015-12-01 05:06:34 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').show();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (jform_hqyqHkSVEX_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('url',0);
|
|
|
|
jQuery('#jform_url').prop('required','required');
|
|
|
|
jQuery('#jform_url').attr('aria-required',true);
|
|
|
|
jQuery('#jform_url').addClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_hqyqHkSVEX_required = false;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').hide();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (!jform_hqyqHkSVEX_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('url',1);
|
|
|
|
jQuery('#jform_url').removeAttr('required');
|
|
|
|
jQuery('#jform_url').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_url').removeClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_hqyqHkSVEX_required = true;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the hqyqHkS Some function
|
|
|
|
function type_hqyqHkS_SomeFunc(type_hqyqHkS)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// set the function logic
|
2016-02-26 12:46:20 +00:00
|
|
|
if (type_hqyqHkS == 3)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the TXCmbHJ function
|
|
|
|
function TXCmbHJ(type_TXCmbHJ)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
if (isSet(type_TXCmbHJ) && type_TXCmbHJ.constructor !== Array)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
var temp_TXCmbHJ = type_TXCmbHJ;
|
|
|
|
var type_TXCmbHJ = [];
|
|
|
|
type_TXCmbHJ.push(temp_TXCmbHJ);
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
2016-02-26 12:46:20 +00:00
|
|
|
else if (!isSet(type_TXCmbHJ))
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
var type_TXCmbHJ = [];
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
2016-02-26 12:46:20 +00:00
|
|
|
var type = type_TXCmbHJ.some(type_TXCmbHJ_SomeFunc);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
|
|
|
|
2016-01-14 07:44:50 +00:00
|
|
|
// set this function logic
|
2015-12-01 05:06:34 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').show();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (jform_TXCmbHJieM_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('article',0);
|
|
|
|
jQuery('#jform_article').prop('required','required');
|
|
|
|
jQuery('#jform_article').attr('aria-required',true);
|
|
|
|
jQuery('#jform_article').addClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_TXCmbHJieM_required = false;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').hide();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (!jform_TXCmbHJieM_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('article',1);
|
|
|
|
jQuery('#jform_article').removeAttr('required');
|
|
|
|
jQuery('#jform_article').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_article').removeClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_TXCmbHJieM_required = true;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the TXCmbHJ Some function
|
|
|
|
function type_TXCmbHJ_SomeFunc(type_TXCmbHJ)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// set the function logic
|
2016-02-26 12:46:20 +00:00
|
|
|
if (type_TXCmbHJ == 1)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the BZIvONJ function
|
|
|
|
function BZIvONJ(type_BZIvONJ)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
if (isSet(type_BZIvONJ) && type_BZIvONJ.constructor !== Array)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
var temp_BZIvONJ = type_BZIvONJ;
|
|
|
|
var type_BZIvONJ = [];
|
|
|
|
type_BZIvONJ.push(temp_BZIvONJ);
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
2016-02-26 12:46:20 +00:00
|
|
|
else if (!isSet(type_BZIvONJ))
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-02-26 12:46:20 +00:00
|
|
|
var type_BZIvONJ = [];
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
2016-02-26 12:46:20 +00:00
|
|
|
var type = type_BZIvONJ.some(type_BZIvONJ_SomeFunc);
|
2015-12-01 05:06:34 +00:00
|
|
|
|
|
|
|
|
2016-01-14 07:44:50 +00:00
|
|
|
// set this function logic
|
2015-12-01 05:06:34 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').show();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (jform_BZIvONJWYe_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('content',0);
|
|
|
|
jQuery('#jform_content').prop('required','required');
|
|
|
|
jQuery('#jform_content').attr('aria-required',true);
|
|
|
|
jQuery('#jform_content').addClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_BZIvONJWYe_required = false;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').hide();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (!jform_BZIvONJWYe_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('content',1);
|
|
|
|
jQuery('#jform_content').removeAttr('required');
|
|
|
|
jQuery('#jform_content').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_content').removeClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_BZIvONJWYe_required = true;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the BZIvONJ Some function
|
|
|
|
function type_BZIvONJ_SomeFunc(type_BZIvONJ)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// set the function logic
|
2016-02-26 12:46:20 +00:00
|
|
|
if (type_BZIvONJ == 2)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-26 12:46:20 +00:00
|
|
|
// the kguPvVX function
|
|
|
|
function kguPvVX(target_kguPvVX)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// set the function logic
|
2016-02-26 12:46:20 +00:00
|
|
|
if (target_kguPvVX == 1)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').show();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (jform_kguPvVXpQH_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('groups',0);
|
|
|
|
jQuery('#jform_groups').prop('required','required');
|
|
|
|
jQuery('#jform_groups').attr('aria-required',true);
|
|
|
|
jQuery('#jform_groups').addClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_kguPvVXpQH_required = false;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').hide();
|
2016-02-26 12:46:20 +00:00
|
|
|
if (!jform_kguPvVXpQH_required)
|
2015-12-01 05:06:34 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('groups',1);
|
|
|
|
jQuery('#jform_groups').removeAttr('required');
|
|
|
|
jQuery('#jform_groups').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_groups').removeClass('required');
|
2016-02-26 12:46:20 +00:00
|
|
|
jform_kguPvVXpQH_required = true;
|
2015-12-01 05:06:34 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// update required fields
|
|
|
|
function updateFieldRequired(name,status)
|
|
|
|
{
|
|
|
|
var not_required = jQuery('#jform_not_required').val();
|
|
|
|
|
|
|
|
if(status == 1)
|
|
|
|
{
|
|
|
|
if (isSet(not_required) && not_required != 0)
|
|
|
|
{
|
|
|
|
not_required = not_required+','+name;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
not_required = ','+name;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (isSet(not_required) && not_required != 0)
|
|
|
|
{
|
|
|
|
not_required = not_required.replace(','+name,'');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
jQuery('#jform_not_required').val(not_required);
|
|
|
|
}
|
|
|
|
|
|
|
|
// the isSet function
|
|
|
|
function isSet(val)
|
|
|
|
{
|
|
|
|
if ((val != undefined) && (val != null) && 0 !== val.length){
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|