function openRegistrationModule(registrationType, isIFrame, md5) { if ($("#trv_module_dialog_registration_matchmaker").length == 0) { if (($(".trv_itm_favcount:first").text() == "0") && (registrationType == "report")) { return; } blockScreen(); registrationTitle = "Kayıt"; if (registrationType == null) { registrationType = 'light'; registrationType = 'dsgvo'; } else if (registrationType == 'pro') { registrationTitle = "Professional lisans kayıt"; } else if (registrationType == 'report') { registrationTitle = "Kayıt / Top 20 Rapor talebi"; } else if (registrationType == 'vendor') { registrationTitle = "İş Yazılım Sağlayıcıları için Kayıt"; } isIFrame = (isIFrame == null || !isIFrame) ? 0:1; var position = getIFramePosition(isIFrame); if (md5 == null) { md5 = 0; } dialogWidth = 600; if (registrationType == 'light' || registrationType == 'dsgvo') { dialogWidth = 900; } dialogMinHeight = 545; dialogMinHeight = 510 $("body").append(""); $("#trv_module_dialog_registration_matchmaker").load("http://www.it-matchmaker.com.tr/core/modules/registration_matchmaker/components/dialog_register.php?isIFrame="+isIFrame+"®istrationType="+registrationType+"&md5="+md5+"&full_path=NVkzNENoeWMoUmQ1aGFGPUZgcnRvelhISD0rPktLMG0sYzJEOmlZN3ktKj5kOW9WPG5KS1phRH5HQz5aemBzbnMpbl93QjRyViYrZEBiPVpHaig3&app_language=tr&PHPSESSID=659abc2aabb7a5c75b1a3021d21ad2f3").dialog({ close: function(event, ui) { trv_setPiwik(null,"Registrierung - Dialog closed"); registrationMatchmakerContentChanged(false); shortcut.remove("Alt+r"); shortcut.remove("Alt+a"); shortcut.remove("Alt+w"); $(this).dialog('destroy'); $("#trv_module_dialog_registration_matchmaker").remove(); }, beforeClose: function(event, ui) { return closeRegistrationMatchmakerDialog(); }, closeOnEscape: false, resizable: false, position: position, minHeight: dialogMinHeight, height: 'auto', width: dialogWidth, modal: true, bgiframe: true, title: registrationTitle }); } } var changedRegistrationMatchmakerContent = false; function registrationMatchmakerContentChanged(changed) { changedRegistrationMatchmakerContent = changed; setUnload(changed, "Kayıt bilgileri girildi ancak gönderilmedi!"); } function trv_registrationBufferField(element) { $.trv_postJson({ blockScreen: false, module_name: "registration_matchmaker", ajax_type: "BUFFER_FIELD", parameter: { element_value: $(element).val(), element_id: $(element).attr("id") } }); }