ٱستقبلت اليوم دوكتورة جاكلين عازر – ديكور البحيرة, اللواء أ.ح دكتور خالد فودة – رياس الجمعهوريه دولة دولة And the president of the Upper Committee for the Management of World Heritage Sites, during an official visit to the governorate, in a step that embodies the leadership’s passion The policy on achieving comprehensive and sustainable development, and continuing to support the efforts of the state in protecting the Egyptian heritage.
This visit is carried out in accordance with the directives of President Abdel-Alftah al-Sisi – the President of the Republic, intensively following up on the field of amendments The completion of national and development projects, especially in areas that are rich in civilization and culture, in the framework of the vision “Egypt 2030” to build The new republic is based on regional development, justice and regional distinction.
ورحبت الدوكترة جاكلين عازر بالسيد اللواء أ. ح دكتور مشاهدر رئيس الجمهورهيه درامة للاسلامة, على أرض البحيرة.
واعربت عن عتزازها بستانی ویستی تیریک اوراسی علیہ اوراسی المتواسل بمحافظة البهیرا, pointing out that the governorate is running In a clear way of implementing the presidential tasks, and maximizing the benefit of its historical, geographical and cultural contexts, it is certain that The spirit of the team is the one that leads the continuous success and achievements.
Praise be to Allah Khaled Foodah, Governorate of Al-Bahira, which is one of the largest governorates of Egypt, which is witnessing significant development in various sectors, it is certain that the instructions of the President of the Republic weaken the citizen at the heart of the development process, and seek to achieve spatial justice وتكافؤ العلمة بين بين التراحة والتاريخ لا سيما تلك تيلك تي تكافئ ثرياً من التراح والتاريخ.
During the meeting, a number of important strategic files were discussed, in the first place efforts to develop and protect the world’s heritage sites المحافظة, على راسكها تطويرة مدينة راشيد وميناء عسد ومسار المقدسة في المقدسة, على على رائعة الطنموية projects والخدمية قرآن تعريفاها, وسب على في الخدمة القرآنة بين هذا التعليقة على تعليق التعليقة هذا المعلومات, وثلاثية الترائية توريسمية والثقافيا, بما يسم في تحسين المعيشة نجمة و تعبر مجازيد من فيستورات.
وقد شهد المدينة عرضاً دعلاطياً لامعالة تطوير مدينة راشيد, من المدين المدينة الإستراينية ذائة الخبرة ومسار The Holy Family, which is one of the most prominent religious and touristic monuments in Egypt, where the importance of completing these projects was emphasized لما لها من دور بارز في تحميل توريسمة و واضاف مدينة راشيد على كتابة توريسم العلمانيا.
And at the end of the meeting; قدت الدوكتورة جاكلين عازر – درع البحيرة درع المحافظة للسيد اللواء أ.ح دكتور خالد فودة قديناً له.
The meeting: اللواء حسن موافي – السكرتير العام للمحافظة, والعميد حسني رضوان – manager of the office of the president’s adviser, and the doctor عبدالله عيسا الشريف – Musaed al-Musaead رعيس الجمهورهيه for local development.
function replaceOembeds() {
var allEmbeds = document.getElementsByTagName(“OEMBED”);
while (allEmbeds.length != 0) {
replaceOembedWithHtml(allEmbeds(0), extractLinkFromOembed(allEmbeds(0)));
allEmbeds = document.getElementsByTagName(“OEMBED”);
}
runYoutubeLazyLoad();
// loadfbApi();
}
function replaceOembedWithHtml(element, sourceData) {
if (sourceData.source.toLowerCase() === “youtube”) {
var html=”
‘;
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “instagram”) {
var html=”
‘;
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “twitter”) {
var html=”
‘;
replaceElementWithHtml(element, html);
} else if (sourceData.source.toLowerCase() === “facebook”) {
var html=”
‘
replaceElementWithHtml(element, html);
} else {
replaceElementWithHtml(element, “”);
}
}
function extractLinkFromOembed(element) {
return getUrlSource(element.getAttribute(“url”));
}
function getUrlSource(url) {
var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/watch?v=|.be/)((w-_)*)(&(amp;)?(w?=)*)?/;
var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
var twitterRegex = /twitter.com/.*/status(?:es)?/((^/?)+)/;
var fbRegex = /^https?://www.facebook.com.*/(video(s)?|watch|story|posts)(.php?|/).+$/;
if (ytRegex.test(url)) {
return {
source: “Youtube”,
url: url,
id: ytRegex.exec(url)(1)
};
}
if (instaRegex.test(url)) {
return {
source: “Instagram”,
url: url,
id: instaRegex.exec(url)(3)
};
}
if (twitterRegex.test(url)) {
return {
source: “Twitter”,
url: url,
id: twitterRegex.exec(url)(1)
};
}
if (fbRegex.test(url)) {
return {
source: “Facebook”,
url: url,
id: fbRegex.exec(url)(1)
};
}
return {
source: “Unknown”,
url: url,
id: “”
};
}
function replaceElementWithHtml(element, html) {
var str = html;
var Obj = element; //any element to be fully replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///it’s simple replacement of whole element with contents of str var
} else { //if outerHTML is not supported, there is a weird but crossbrowsered trick
var tmpObj = document.createElement(“div”);
tmpObj.innerHTML = ‘‘;
ObjParent = Obj.parentNode; //Okey, element should be parented
ObjParent.replaceChild(tmpObj, Obj); //here we placing our temporary data instead of our target, so we can find it then and replace it into whatever we want to replace to
ObjParent.innerHTML = ObjParent.innerHTML.replace(‘
‘, str);
}
}
function loadfbApi() {
var js = document.createElement(‘script’);
js.src=”
document.body.appendChild(js);
}
function runYoutubeLazyLoad() {
/// youtube lazyload
var youtube = document.querySelectorAll(“.youtube”);
for (var i = 0; i < youtube.length; i++) {
var source = “https://img.youtube.com/vi/” + youtube(i).dataset.embed +
“/0.jpg”;
var image = new Image();
image.src = “https://www.masrtimes.com/themes/masr/assets/images/no.jpg”;
image.classList.add(‘lazyload’);
image.setAttribute(“data-src”, source);
image.setAttribute(“alt”, “youtube”);
image.addEventListener(“load”, function () {
youtube(i).appendChild(image);
}(i));
youtube(i).addEventListener(“click”, function () {
var iframe = document.createElement(“iframe”);
iframe.setAttribute(“frameborder”, “0”);
iframe.setAttribute(“allowfullscreen”, “”);
iframe.setAttribute(“src”, “https://www.youtube.com/embed/” + this.dataset
.embed + “?rel=0&showinfo=0&autoplay=1”);
this.innerHTML = “”;
this.appendChild(iframe);
});
};
}