The Official
Website of the
International
Sailing Federation

isaf.com
Array ( [0] => Array ( [file] => /afs/sotic.net/project/shared/classes/framework/plugin/core/1_CmsPluginViewBase.php [line] => 1059 [function] => HiddenBacktrace [class] => CmsPluginBase [type] => :: [args] => Array ( ) ) [1] => Array ( [file] => /afs/sotic.net/project/shared/classes/framework/plugin/core/1_CmsPluginViewBase.php [line] => 372 [function] => ForceLateRedirect [class] => CmsPluginViewBase [object] => ViewHomePage Object ( [subview:protected] => [readonly:protected] => [jqdshowonload:protected] => [can_run:protected] => 1 [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [form_components:protected] => CmsPluginFormComponents Object ( [js_cbrad:CmsPluginFormComponents:private] => jQuery(function(){ jQuery("input:checkbox.{0}").click(function(){ jQuery("input:checkbox.{0}").not(jQuery(this)).removeAttr("checked"); jQuery(this).attr("checked", jQuery(this).attr("checked")); }); }); ) [pb_proc:protected] => CmsPluginPostbackBlank Object ( [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [isajax:protected] => [base_construct:CmsPluginPostbackBase:private] => 1 ) [isajax:protected] => [jsenabled:CmsPluginViewBase:private] => 0 [dob_start:protected] => 1915 [dob_end:protected] => 2015 [pbexc:CmsPluginViewBase:private] => 1 [cdn_bypass:protected] => [formviewfields_callescalated:CmsPluginViewBase:private] => ) [type] => -> [args] => Array ( [0] => http://members.sailing.org/classification/?nocache=1&includeref;=classifications&js;=1 [1] => 1 [2] => [3] => GET ) ) [2] => Array ( [file] => /afs/sotic.net/project/shared/classes/framework/plugin/core/0_CmsPluginBase.php [line] => 476 [function] => Run [class] => CmsPluginViewBase [object] => ViewHomePage Object ( [subview:protected] => [readonly:protected] => [jqdshowonload:protected] => [can_run:protected] => 1 [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [form_components:protected] => CmsPluginFormComponents Object ( [js_cbrad:CmsPluginFormComponents:private] => jQuery(function(){ jQuery("input:checkbox.{0}").click(function(){ jQuery("input:checkbox.{0}").not(jQuery(this)).removeAttr("checked"); jQuery(this).attr("checked", jQuery(this).attr("checked")); }); }); ) [pb_proc:protected] => CmsPluginPostbackBlank Object ( [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [isajax:protected] => [base_construct:CmsPluginPostbackBase:private] => 1 ) [isajax:protected] => [jsenabled:CmsPluginViewBase:private] => 0 [dob_start:protected] => 1915 [dob_end:protected] => 2015 [pbexc:CmsPluginViewBase:private] => 1 [cdn_bypass:protected] => [formviewfields_callescalated:CmsPluginViewBase:private] => ) [type] => -> [args] => Array ( ) ) [3] => Array ( [file] => /afs/sotic.net/project/shared/classes/framework/plugin/core/0_CmsPluginBase.php [line] => 454 [function] => Render [class] => CmsPluginBase [object] => ClassificationsPlugin Object ( [appeals_help_link:ClassificationsPlugin:private] => http://members.sailing.org/classification/?view=website_howto&includeref;=classifications&help;_page_no=8 [isajax:CmsPluginBase:private] => [jscripts:CmsPluginBase:private] => Array ( [0] => Array ( [0] => jQuery.noConflict(); [1] => jQuery(document).ready(function() { jQuery('.baseleftmenu li').hover(function() { jQuery(this).addClass('mihover'); jQuery(this).removeClass('miunhover'); }, function() { jQuery(this).removeClass('mihover'); jQuery(this).addClass('miunhover'); }); }); [2] => function replaceAll(Source, stringToFind, stringToReplace) { var temp = Source; var index = temp.indexOf(stringToFind); while (index != -1) { temp = temp.replace(stringToFind, stringToReplace); index = temp.indexOf(stringToFind); } return temp; } function string_format(str, replacelist) { for (key in replacelist) { str = replaceAll(str, '{' + key + '}', replacelist[key]); } return str; } /** * @param yr * The year * @param mon * The month * @param day * The day of the month * @param unit * The unit to count the age as * @param decimal * The number of decimal places to round to * @param round * The rouding type: 'roundup' or 'rounddown' * @return The resulting figure */ function getage(yr, mon, day, unit, decimal, round) { var one_day = 1000 * 60 * 60 * 24; var one_month = 1000 * 60 * 60 * 24 * 30; var one_year = 1000 * 60 * 60 * 24 * 30 * 12; var ret = null; today = new Date(); var pastdate = new Date(yr, mon - 1, day); var countunit = unit; var decimals = decimal; var rounding = round; finalunit = (countunit == 'days') ? one_day : ((countunit == 'months') ? one_month : one_year); decimals = (decimals <= 0) ? 1 : (decimals * 10); if (unit != 'years') { if (rounding == 'rounddown') { ret = (Math.floor((today.getTime() - pastdate.getTime()) / (finalunit) * decimals) / decimals); } else { ret = (Math.ceil((today.getTime() - pastdate.getTime()) / (finalunit) * decimals) / decimals); } } else { yearspast = today.getFullYear() - yr - 1; tail = (today.getMonth() > (mon - 1) || today.getMonth() == (mon - 1) && today.getDate() >= day) ? 1 : 0; pastdate.setFullYear(today.getFullYear()); pastdate2 = new Date(today.getFullYear() - 1, mon - 1, day); tail = (tail == 1) ? tail + Math.floor((today.getTime() - pastdate.getTime()) / (finalunit) * decimals) / decimals : Math .floor((today.getTime() - pastdate2.getTime()) / (finalunit) * decimals) / decimals; ret = (yearspast + tail); } return ret; } function inArray(needle, haystack) { var length = haystack.length; for ( var i = 0; i < length; i++) { if (haystack[i] == needle) return true; } return false; } function retrieve_texts(ids) { var ret = new Array(); for(index = 0; index < ids.length; ++index) { id = ids[index]; ret[id] = jQuery('#' + id).val(); if(ret[id].length == 0) { ret[id] = jQuery('#' + id).text(); } } return ret; } [3] => var obj = null; function checkHover() { if (obj) { obj.find('ul').hide(); } //if } [4] => jQuery(document).ready(function() { jQuery('#menuid_1 > li > ul').hide(); jQuery('#menuid_1 > li > ul').wrap('
'); jQuery('#menuid_1 > li > ul').addClass('coll_submenu'); jQuery('#menuid_1 > li').hover(function() { if (obj) { obj.find('ul').addClass('coll_menu'); obj.find('ul').hide(); obj = null; } //if jQuery(this).find('ul').show(); }, function() { obj = jQuery(this); setTimeout( 'checkHover()', 100); }); }); ) ) [html:CmsPluginBase:private] => Array ( [0] => [1] => ) [options:CmsPluginBase:private] => Array ( [nocache] => 1 ) [styles:CmsPluginBase:private] => Array ( [0] => ul { list-style-type: none; } td.baseleftmenu ul { background: #B0B0B0; cursor: pointer; margin: 0px; padding: 0px; width: 100%; } td.baseleftmenu mihover { text-decoration: none; color: #FFFFFF !important; } td.baseleftmenu li { border-top: solid white 1px; border-left: solid #311e6d 5px; padding: 3px 0px 3px 3px; background-image: url("/tools/isaf/resources/d7d7d7-cecece-1x18.gif"); background-repeat: repeat-x; background-color: #cecece;} td.baseleftmenu li a { color: #311E6D; font-weight: normal; padding-top: 3px; padding-bottom: 3px; } li.mihover { background-color: #311E6D; border-left-width: 0px; padding-left: 8px; background-image: url("/tools/isaf/resources/5a4b8a-311e6d-1x18.gif"); cursor: pointer; } #leftmenu li.mihover { color: #FFFFFF; background-color: #311E6D; border-left-width: 0px; padding-left: 8px; background-image: url("/tools/isaf/resources/5a4b8a-311e6d-1x18.gif") !important; cursor: pointer; } #leftmenu li.mihover a { color: #FFFFFF; text-decoration: none; } li.miunhover { background-color: #CECECE; border-left-width: 0px; padding-left: 8px; cursor: pointer; } #leftmenu li.miunhover { color: #311E6D; background-color: #CECECE; border-left-width: 0px; padding-left: 8px; cursor: pointer; } #leftmenu li.miunhover a { color: #311E6D; } div.baseleftmenu div#leftmenu { display: block; margin-bottom: 20px; } h1 { height: 27px; background-image: url("/tools/isaf/resources/5a4b8a-311e6d-1x27.gif"); background-repeat: repeat-x; padding: 0px 0px 0px 10px; line-height: 27px; color: white; border-left: solid #b0b0b0 5px; font-weight: bold; text-transform: uppercase; } td.content { display: none; height: 0px; } td.basecolumn1a { width: 100% !important; } .baseleftmenu { width: 160px; } #noleftborder { border-left: none; vertical-align: middle; display: table-cell;} .sectiontitle { background-color: #EEEEEE; background-image: url("/tools/isaf/resources/bgrnd-sailorsearch.jpg"); background-size: 100%; border: 3px solid #AAAAAA; font-size: 120%; height: 40px; line-height: 40px; padding: 0; text-align: center; } .sectionoption { background-color: #EEEEEE; background-image: url("/tools/isaf/resources/bgrndsailorsearchlong.jpg"); border: 3px solid #AAAAAA; font-size: 120%; width: 100%; height: 120px; line-height: 25px; padding: 0; text-align: center; vertical-align: middle; overflow: hidden; } input[type="submit"] { cursor: pointer; } .invisible{ display: none; } .recomp { line-height: 1.5; } .recomp h2, td.section {padding: 5px 5px 5px 0px; font-weight: bold; font-size: 1.2em;} .recomp td.intro {padding: 10px 0px 10px 0px; margin-top: 10px;} .recomp .title {border-left: solid #311e6d 5px; border-bottom: solid #B0B0B0 1px; height: 14px; padding: 0px 0px 0px 10px; background-image: url("/tools/isaf/resources/d7d7d7-cecece-1x18.gif"); background-repeat: repeat-x; margin-bottom: 1px; font-weight: bold;} .recomp .name {background-color: #d0d0d0; padding: 5px; font-weight: bold; margin-left: 30px; margin-top: 10px; margin-right: 100px;} .recomp .text {background-color: #ecedec; padding: 5px; margin-left: 30px; margin-right: 100px;} .recomp .closelink {background-color: #ffffff; padding: 3px 5px 3px 5px; margin-left: 30px; border-bottom: 1px #666666 solid; margin-bottom: 10px; margin-right: 100px;} .recomp input[type="text"], .recomp input[type="password"], .recomp textarea { color: #311e6d; font-size: 100%; font-family: verdana; padding: 5px; border: 1px solid #666666;} .recomp textarea { width: 460px; } .recomp .error, .comp .errormsg { font-weight: bold; color: red; } .recomp td.question p { font-weight: bold; font-size: 1.2em; line-height: 1;} .recomp td.question { padding: 0px 0px 20px 0px; } .recomp table.details { padding: 10px 0px 0px 0px; } .recomp table.details td { padding: 5px 10px; margin: 0px; } .recomp td.disclaimer { padding: 0px 0px 20px 0px; } .recomp td.question input { border: 1px #ffffff solid; } .application_content { margin: 10px; background-color: #CECECE !important; padding-top: 10px; padding-bottom: 10px; } /* table.pagevariants { width: auto; margin-left: auto; margin-right: auto; } */ table.pagevariants { display: none; } .cfcn_inner_wrap a.link_standard { font-weight: bold; text-decoration: none !important; cursor: pointer !important; } .cfcn_inner_wrap a.link_standard:hover { font-weight: bold; text-decoration: underline !important; cursor: pointer !important; } .cfcn_inner_wrap h1 { font-size: 1em; } .cfcn_inner_wrap { width: 960px; font-size: 0.8em; } .application_content {background-color: #CECECE;} div.std_pagea { overflow: visible !important; } [1] => input.normalsubmit { background:ButtonFace !important; color:ButtonText !important; border:2px outset ButtonFace !important; } input.normalsubmit:active { border-style:inset !important; -webkit-appearance:push-button !important; } [2] => .login_styleb { display: none; } [3] => * html div#ieminheightwrapper { height: expression( this.scrollHeight < 600 ? "600px" : "auto" ); } [4] => .coll_menu { display: block; } .coll_submenu { /* position: absolute; padding-left: 150px; width: 160px !important; */ } .coll_margin { position: absolute; width: 160px !important; margin-left: 150px; margin-top: -25px; /* padding-left: 150px; width: 160px !important; */ } ) [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [viewstring:protected] => home [current_view:protected] => ViewHomePage Object ( [subview:protected] => [readonly:protected] => [jqdshowonload:protected] => [can_run:protected] => 1 [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [form_components:protected] => CmsPluginFormComponents Object ( [js_cbrad:CmsPluginFormComponents:private] => jQuery(function(){ jQuery("input:checkbox.{0}").click(function(){ jQuery("input:checkbox.{0}").not(jQuery(this)).removeAttr("checked"); jQuery(this).attr("checked", jQuery(this).attr("checked")); }); }); ) [pb_proc:protected] => CmsPluginPostbackBlank Object ( [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [isajax:protected] => [base_construct:CmsPluginPostbackBase:private] => 1 ) [isajax:protected] => [jsenabled:CmsPluginViewBase:private] => 0 [dob_start:protected] => 1915 [dob_end:protected] => 2015 [pbexc:CmsPluginViewBase:private] => 1 [cdn_bypass:protected] => [formviewfields_callescalated:CmsPluginViewBase:private] => ) [form_components:protected] => CmsPluginFormComponents Object ( [js_cbrad:CmsPluginFormComponents:private] => jQuery(function(){ jQuery("input:checkbox.{0}").click(function(){ jQuery("input:checkbox.{0}").not(jQuery(this)).removeAttr("checked"); jQuery(this).attr("checked", jQuery(this).attr("checked")); }); }); ) [currentproject:protected] => isaf [postrender:CmsPluginBase:private] => ) [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /afs/sotic.net/project/isaf/public_html/sailorsclassification/index.php [line] => 102 [function] => Run [class] => CmsPluginBase [object] => ClassificationsPlugin Object ( [appeals_help_link:ClassificationsPlugin:private] => http://members.sailing.org/classification/?view=website_howto&includeref;=classifications&help;_page_no=8 [isajax:CmsPluginBase:private] => [jscripts:CmsPluginBase:private] => Array ( [0] => Array ( [0] => jQuery.noConflict(); [1] => jQuery(document).ready(function() { jQuery('.baseleftmenu li').hover(function() { jQuery(this).addClass('mihover'); jQuery(this).removeClass('miunhover'); }, function() { jQuery(this).removeClass('mihover'); jQuery(this).addClass('miunhover'); }); }); [2] => function replaceAll(Source, stringToFind, stringToReplace) { var temp = Source; var index = temp.indexOf(stringToFind); while (index != -1) { temp = temp.replace(stringToFind, stringToReplace); index = temp.indexOf(stringToFind); } return temp; } function string_format(str, replacelist) { for (key in replacelist) { str = replaceAll(str, '{' + key + '}', replacelist[key]); } return str; } /** * @param yr * The year * @param mon * The month * @param day * The day of the month * @param unit * The unit to count the age as * @param decimal * The number of decimal places to round to * @param round * The rouding type: 'roundup' or 'rounddown' * @return The resulting figure */ function getage(yr, mon, day, unit, decimal, round) { var one_day = 1000 * 60 * 60 * 24; var one_month = 1000 * 60 * 60 * 24 * 30; var one_year = 1000 * 60 * 60 * 24 * 30 * 12; var ret = null; today = new Date(); var pastdate = new Date(yr, mon - 1, day); var countunit = unit; var decimals = decimal; var rounding = round; finalunit = (countunit == 'days') ? one_day : ((countunit == 'months') ? one_month : one_year); decimals = (decimals <= 0) ? 1 : (decimals * 10); if (unit != 'years') { if (rounding == 'rounddown') { ret = (Math.floor((today.getTime() - pastdate.getTime()) / (finalunit) * decimals) / decimals); } else { ret = (Math.ceil((today.getTime() - pastdate.getTime()) / (finalunit) * decimals) / decimals); } } else { yearspast = today.getFullYear() - yr - 1; tail = (today.getMonth() > (mon - 1) || today.getMonth() == (mon - 1) && today.getDate() >= day) ? 1 : 0; pastdate.setFullYear(today.getFullYear()); pastdate2 = new Date(today.getFullYear() - 1, mon - 1, day); tail = (tail == 1) ? tail + Math.floor((today.getTime() - pastdate.getTime()) / (finalunit) * decimals) / decimals : Math .floor((today.getTime() - pastdate2.getTime()) / (finalunit) * decimals) / decimals; ret = (yearspast + tail); } return ret; } function inArray(needle, haystack) { var length = haystack.length; for ( var i = 0; i < length; i++) { if (haystack[i] == needle) return true; } return false; } function retrieve_texts(ids) { var ret = new Array(); for(index = 0; index < ids.length; ++index) { id = ids[index]; ret[id] = jQuery('#' + id).val(); if(ret[id].length == 0) { ret[id] = jQuery('#' + id).text(); } } return ret; } [3] => var obj = null; function checkHover() { if (obj) { obj.find('ul').hide(); } //if } [4] => jQuery(document).ready(function() { jQuery('#menuid_1 > li > ul').hide(); jQuery('#menuid_1 > li > ul').wrap('
'); jQuery('#menuid_1 > li > ul').addClass('coll_submenu'); jQuery('#menuid_1 > li').hover(function() { if (obj) { obj.find('ul').addClass('coll_menu'); obj.find('ul').hide(); obj = null; } //if jQuery(this).find('ul').show(); }, function() { obj = jQuery(this); setTimeout( 'checkHover()', 100); }); }); ) ) [html:CmsPluginBase:private] => Array ( [0] => [1] => ) [options:CmsPluginBase:private] => Array ( [nocache] => 1 ) [styles:CmsPluginBase:private] => Array ( [0] => ul { list-style-type: none; } td.baseleftmenu ul { background: #B0B0B0; cursor: pointer; margin: 0px; padding: 0px; width: 100%; } td.baseleftmenu mihover { text-decoration: none; color: #FFFFFF !important; } td.baseleftmenu li { border-top: solid white 1px; border-left: solid #311e6d 5px; padding: 3px 0px 3px 3px; background-image: url("/tools/isaf/resources/d7d7d7-cecece-1x18.gif"); background-repeat: repeat-x; background-color: #cecece;} td.baseleftmenu li a { color: #311E6D; font-weight: normal; padding-top: 3px; padding-bottom: 3px; } li.mihover { background-color: #311E6D; border-left-width: 0px; padding-left: 8px; background-image: url("/tools/isaf/resources/5a4b8a-311e6d-1x18.gif"); cursor: pointer; } #leftmenu li.mihover { color: #FFFFFF; background-color: #311E6D; border-left-width: 0px; padding-left: 8px; background-image: url("/tools/isaf/resources/5a4b8a-311e6d-1x18.gif") !important; cursor: pointer; } #leftmenu li.mihover a { color: #FFFFFF; text-decoration: none; } li.miunhover { background-color: #CECECE; border-left-width: 0px; padding-left: 8px; cursor: pointer; } #leftmenu li.miunhover { color: #311E6D; background-color: #CECECE; border-left-width: 0px; padding-left: 8px; cursor: pointer; } #leftmenu li.miunhover a { color: #311E6D; } div.baseleftmenu div#leftmenu { display: block; margin-bottom: 20px; } h1 { height: 27px; background-image: url("/tools/isaf/resources/5a4b8a-311e6d-1x27.gif"); background-repeat: repeat-x; padding: 0px 0px 0px 10px; line-height: 27px; color: white; border-left: solid #b0b0b0 5px; font-weight: bold; text-transform: uppercase; } td.content { display: none; height: 0px; } td.basecolumn1a { width: 100% !important; } .baseleftmenu { width: 160px; } #noleftborder { border-left: none; vertical-align: middle; display: table-cell;} .sectiontitle { background-color: #EEEEEE; background-image: url("/tools/isaf/resources/bgrnd-sailorsearch.jpg"); background-size: 100%; border: 3px solid #AAAAAA; font-size: 120%; height: 40px; line-height: 40px; padding: 0; text-align: center; } .sectionoption { background-color: #EEEEEE; background-image: url("/tools/isaf/resources/bgrndsailorsearchlong.jpg"); border: 3px solid #AAAAAA; font-size: 120%; width: 100%; height: 120px; line-height: 25px; padding: 0; text-align: center; vertical-align: middle; overflow: hidden; } input[type="submit"] { cursor: pointer; } .invisible{ display: none; } .recomp { line-height: 1.5; } .recomp h2, td.section {padding: 5px 5px 5px 0px; font-weight: bold; font-size: 1.2em;} .recomp td.intro {padding: 10px 0px 10px 0px; margin-top: 10px;} .recomp .title {border-left: solid #311e6d 5px; border-bottom: solid #B0B0B0 1px; height: 14px; padding: 0px 0px 0px 10px; background-image: url("/tools/isaf/resources/d7d7d7-cecece-1x18.gif"); background-repeat: repeat-x; margin-bottom: 1px; font-weight: bold;} .recomp .name {background-color: #d0d0d0; padding: 5px; font-weight: bold; margin-left: 30px; margin-top: 10px; margin-right: 100px;} .recomp .text {background-color: #ecedec; padding: 5px; margin-left: 30px; margin-right: 100px;} .recomp .closelink {background-color: #ffffff; padding: 3px 5px 3px 5px; margin-left: 30px; border-bottom: 1px #666666 solid; margin-bottom: 10px; margin-right: 100px;} .recomp input[type="text"], .recomp input[type="password"], .recomp textarea { color: #311e6d; font-size: 100%; font-family: verdana; padding: 5px; border: 1px solid #666666;} .recomp textarea { width: 460px; } .recomp .error, .comp .errormsg { font-weight: bold; color: red; } .recomp td.question p { font-weight: bold; font-size: 1.2em; line-height: 1;} .recomp td.question { padding: 0px 0px 20px 0px; } .recomp table.details { padding: 10px 0px 0px 0px; } .recomp table.details td { padding: 5px 10px; margin: 0px; } .recomp td.disclaimer { padding: 0px 0px 20px 0px; } .recomp td.question input { border: 1px #ffffff solid; } .application_content { margin: 10px; background-color: #CECECE !important; padding-top: 10px; padding-bottom: 10px; } /* table.pagevariants { width: auto; margin-left: auto; margin-right: auto; } */ table.pagevariants { display: none; } .cfcn_inner_wrap a.link_standard { font-weight: bold; text-decoration: none !important; cursor: pointer !important; } .cfcn_inner_wrap a.link_standard:hover { font-weight: bold; text-decoration: underline !important; cursor: pointer !important; } .cfcn_inner_wrap h1 { font-size: 1em; } .cfcn_inner_wrap { width: 960px; font-size: 0.8em; } .application_content {background-color: #CECECE;} div.std_pagea { overflow: visible !important; } [1] => input.normalsubmit { background:ButtonFace !important; color:ButtonText !important; border:2px outset ButtonFace !important; } input.normalsubmit:active { border-style:inset !important; -webkit-appearance:push-button !important; } [2] => .login_styleb { display: none; } [3] => * html div#ieminheightwrapper { height: expression( this.scrollHeight < 600 ? "600px" : "auto" ); } [4] => .coll_menu { display: block; } .coll_submenu { /* position: absolute; padding-left: 150px; width: 160px !important; */ } .coll_margin { position: absolute; width: 160px !important; margin-left: 150px; margin-top: -25px; /* padding-left: 150px; width: 160px !important; */ } ) [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [viewstring:protected] => home [current_view:protected] => ViewHomePage Object ( [subview:protected] => [readonly:protected] => [jqdshowonload:protected] => [can_run:protected] => 1 [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [form_components:protected] => CmsPluginFormComponents Object ( [js_cbrad:CmsPluginFormComponents:private] => jQuery(function(){ jQuery("input:checkbox.{0}").click(function(){ jQuery("input:checkbox.{0}").not(jQuery(this)).removeAttr("checked"); jQuery(this).attr("checked", jQuery(this).attr("checked")); }); }); ) [pb_proc:protected] => CmsPluginPostbackBlank Object ( [member:protected] => [soticuser:protected] => [soticuserlevel:protected] => [errors:protected] => Array ( ) [messages:protected] => Array ( ) [isajax:protected] => [base_construct:CmsPluginPostbackBase:private] => 1 ) [isajax:protected] => [jsenabled:CmsPluginViewBase:private] => 0 [dob_start:protected] => 1915 [dob_end:protected] => 2015 [pbexc:CmsPluginViewBase:private] => 1 [cdn_bypass:protected] => [formviewfields_callescalated:CmsPluginViewBase:private] => ) [form_components:protected] => CmsPluginFormComponents Object ( [js_cbrad:CmsPluginFormComponents:private] => jQuery(function(){ jQuery("input:checkbox.{0}").click(function(){ jQuery("input:checkbox.{0}").not(jQuery(this)).removeAttr("checked"); jQuery(this).attr("checked", jQuery(this).attr("checked")); }); }); ) [currentproject:protected] => isaf [postrender:CmsPluginBase:private] => ) [type] => -> [args] => Array ( ) ) [5] => Array ( [file] => /afs/sotic.net/project/shared/includes/main/isaf/classifications.php [line] => 7 [args] => Array ( [0] => /afs/sotic.net/project/isaf/public_html/sailorsclassification/index.php ) [function] => require_once ) [6] => Array ( [function] => isaf_classifications_generate [args] => Array ( [0] => Array ( [module] => isaf [includeref] => classifications [type] => classifications [layout] => aa [path] => /home/isaf/public_html/classification [rootpath] => /isaf/public_html [subpath] => /classification ) [1] => Array ( ) [2] => Array ( ) ) ) [7] => Array ( [file] => /afs/sotic.net/project/shared/includes/main.php [line] => 106 [function] => call_user_func [args] => Array ( [0] => isaf_classifications_generate [1] => Array ( [module] => isaf [includeref] => classifications [type] => classifications [layout] => aa [path] => /home/isaf/public_html/classification [rootpath] => /isaf/public_html [subpath] => /classification ) [2] => Array ( ) [3] => Array ( ) ) ) [8] => Array ( [file] => /afs/sotic.net/project/shared/includes/main.php [line] => 351 [function] => cacheupdate [args] => Array ( [0] => /var/www/cache/isaf/other/isaf/classifications/ENG-a47b6b6391b7b838798cb95d511a4eaf-5172b7d6d11d2be8ad3958ac8b0673f3.php [1] => Array ( [module] => isaf [includeref] => classifications [type] => classifications [layout] => aa [path] => /home/isaf/public_html/classification [rootpath] => /isaf/public_html [subpath] => /classification ) [2] => Array ( ) [3] => Array ( ) ) ) [9] => Array ( [file] => /afs/sotic.net/project/isaf/public_html/classification/index.php [line] => 191 [args] => Array ( [0] => /afs/sotic.net/project/shared/includes/main.php ) [function] => require ) )