ADVERTISEMENT

PRRD graces FVR's book launching at Manila Hotel

Published Oct 14, 2018 10:04 pm
By Genalyn Kabiling President Duterte has congratulated his “idol” former President Fidel V. Ramos on the publication of his new book, wishing him good health and greater success in his undertakings. President Rodrigo Roa Duterte administers the oath-taking of the new Career Executive Service Officers (CESOs), the conferment of the 2017 Gawad Career Executive Services (CES), and the 2018 Outstanding Government Workers Awards Rites at the Rizal Hall of Malacañan Palace on September 27, 2018. (PCOO/ Facebook) MANILA BULLETIN President Rodrigo Roa Duterte administers the oath-taking of the new Career Executive Service Officers (CESOs), the conferment of the 2017 Gawad Career Executive Services (CES), and the 2018 Outstanding Government Workers Awards Rites at the Rizal Hall of Malacañan Palace on September 27, 2018. (PCOO/ Facebook) MANILA BULLETIN The President attended the ceremonial launch of the “Prosper Thy Neighbor” written by Ramos at the Manila Hotel and heaped praises on the former leader. “I would like to congratulate my idol for his successful book launch. I wish him good health sir and greater success in your undertakings. We will be forever grateful for your uplifting leadership and for your selfless service to the nation,” Duterte said during his remarks before giving a salute to Ramos. “Please stay around for another 100 years, we need you,” he said. Duterte said Ramos' latest book was another milestone in his brilliant writing career, adding it is expected to inspire Filipinos for all time. He also agreed with Ramos that he also wants Filipinos “to be in a comfortable place.” “This compilation of speeches, anecdotes and editorials underscores the role of the President as the skipper or captain of the Philippines, the one person who can unite in resolving pressing issues that we face as a nation,” he said. He said the book of Ramos also provides valuable insights on the role of the Philippines in achieving the United Nations' sustainable development goals built on the principle of leaving no one behind. The UN goals target eradication of poverty and the promotion of sustainable development across the world, he added. Duterte assured Ramos that his government wold continue to implement measures to attain UN goals, particularly in fighting poverty and hunger. “Mr. President, I assure you that in this administration is exerting its efforts, ultimate efforts even utmost in making more progress to achieve these development goals not because it is mandated by the UN but more importantly because it is for the good of the nation, the Republic of the Philippines,” he said. “We have made great strides and remain unrelenting in our efforts to address the root causes of poverty and hunger, unemployment, corruption, criminality, dangerous drugs, endemic disease, environmental degradation and climate change,” he added. Ramos, in his speech, thanked the President for attending his book launch and seized the opportunity to remind him that much more needs to be done for the country's progress. The former leader said the President has “much more to do for our beloved Philippines than what he is doing right now.” He also said the younger Filipinos expect Duterte and his crew “to save lives and enhance our people's future instead of using force and weapons to do your job.” “This particular moment in our nation's history presents a wonderful opportunity for PRRD to receive the baton of responsible governance and leadership from the Filipino people who have done their share of nation building,” he said. After accepting the book from Ramos, the President briefly set aside his prepared speech and reaffirmed his commitment to preserve the nation and protect the people. Duterte likewise defended his war on “vicious” illegal drugs, lamenting that t has become a P215-billion industry. “Your speech was a set of instructions and I appreciate it that you were talking about the ship of state which is really the most important thing for all of us, and under my stewardship that I should pursue the Filipino dream,” he said. “Although you might not agree with all the things that I have done or will be doing, let me assure you that the light at the end of the tunnel is my country. And I will do anything, anything for the Filipino people,” he added.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.