ADVERTISEMENT

Former DFA Secretary: 'Our common goal is peace without sacrificing our sovereignty'

Published Jul 12, 2018 08:20 pm
By Roy Mabasa For former Foreign Affairs Secretary Albert Del Rosario, the Philippines would need all its friends in the community of nations to help it in promoting the rule of law in the South China Sea against what he described as “a bully, a grand larcenist and an international outlaw” that is China. Former Foreign Affairs Secretary Albert Del Rosario (Wikipedia/ Manila Bulletin) Former Foreign Affairs Secretary Albert Del Rosario (Wikipedia/ Manila Bulletin) Speaking at a forum marking the second anniversary of the precedent-setting decision of the arbitral tribunal in The Hague on July 12, 2016, Del Rosario said the path to gaining support of the responsible members of the international community can be achieved either through multilateralism with the United Nations, with the Association of Southeast Asian Nations (ASEAN), through bilateral engagements with other states, or an all-out effort pursuing all of those actions. “For the sake of our children and our grandchildren, this is the path we must take”, Del Rosario said in his welcome remarks at the ADR Institute-sponsored forum in Makati City on Thursday. The former DFA secretary who served under the Aquino administration reiterated his position that coercive diplomacy has no place in a rules-based international order. “Our common goal is peace and prosperity without sacrificing our sovereignty and our sovereign rights. How we choose to assert our rights and dignity as a nation today will be the legacy the next generations of our country will have to live with,” he said. CONTINOUS UNLAWFUL ACTIVITIES Del Rosario accused China of continuing its unlawful activities such as preventing Filipino fishermen from pursuing their livelihood in the country’s exclusive economic zone (EEZ), blocking the Philippines from developing its own natural resources, destroying elements of the marine environment, erecting military facilities, and directly confronting President Rodrigo Duterte with the threat of war. According to Del Rosario, the landmark international decision that invalidated China’s nine-dash line claim should encourage Filipinos to stand with even greater confidence in a principled position on the West Philippine Sea. Del Rosario, who also served as Philippine ambassador to the United States, believes it may not be necessary “to shrink to China’s threats of war” since its economy is heavily reliant on global trade which needs open shipping lanes. “To the deep dismay of our people, however, our government has persisted in allowing China to deprive our citizens of what is ours by continuing to shelve the tribunal outcome. We are still succumbing to threats of force including a threat of war,” the former secretary added. REPUTATIONAL COSTS Del Rosario did not mince words in calling out China a bully for using its “muscle” to deprive others of their rights; a grand larcenist for unlawfully taking the significant property of others; and an international outlaw for refusing to abide with international law. On the other hand, he said the Philippines is a “willing victim” for acquiescing to the abuses being committed against it, and an “abettor” for defending the aggressor China at every opportunity. He lamented how the Philippines failed to utilize the last two years to its advantage by developing and obtaining the support of many countries whose principles are aligned with the country. “Sadly, however, this was not made to happen,” he said. MOVING FORWARD “Where do we go from here? What should we now do as a willing victim and an abettor that has fully embraced our big northern neighbor who is clearly acting as a bully, a grand larcenist, and an international outlaw,” Del Rosario asked. To further pursue the country’s interest, the former DFA chief urged the Filipino people to voice their sentiments to the government and exercise their right to raise their indignation against China. “We need all of our friends in the community of nations who believe in the rule of law to help us. But before we can hope for help, we must first demonstrate that we are worth helping,” he said.
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.