Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML Wrap
padding25px 50px 25px 50px
background-repeatno-repeat
margin0px 0px 25px 0px
background-imagebannersArtboard_2.jpg
classbanner--background
Section
Column
width60%
HTML
<div class="banner--top-border"></div>
HTML Wrap
classbanner

DIGITAL Europe

eDelivery Governance

The eDelivery Governance space hosts the eDelivery Operational Management Board (OMB) reports. The OMB provides a vehicle for stakeholders to handle all operational matters of the eDelivery building block. It aims to ensure that the European Commission leads the implementation process of the building block with the advice of the Member States and to ensure that the private sector, user organisations and standardisation bodies play a role.

Column
width40%

HTML Wrap
margin0 0 20px 0
classcontent-block__yellow-button

Button Hyperlink
iconadd
idsubmit_change_request
titleSubmit a change request
typeprimary
url#https://ec.europa.eu/digital-building-blocks/sites/x/i4HMMw
Button Hyperlink
iconview
titleView change requests
typeprimary
urlhttps://ec.europa.eu/digital-building-blocks/tracker/projects/EDELGOV

HTML Wrap
padding20px
margin0px 0px 20px 0px
border-color#ececec
border-widthborder-radius: 15px, 1px
border-stylesolid

eDelivery Operational Management Board meetings are organised on the last Wednesday every two months.  

Do you work for one of the European Union Institutions, Bodies, or Agencies, have an interest in eDelivery, and would like to participate? Please write to EC-DIGITAL-BUILDING-BLOCKS@ec.europa.eu.

HTML Wrap
padding20px
margin0px 0px 20px 0px
border-color#ececec
border-widthborder-radius: 15px, 1px
border-stylesolid

Operational Management Board Reports

Page Tree
rootOperational Management Board Reports
sortcreation
reversetrue

HTML Wrap
padding20px
margin0px 0px 20px 0px
border-color#ececec
border-widthborder-radius: 15px, 1px
border-stylesolid

Consultations on the eDelivery Building Block

Page properties report
firstcolumnConsultation
headingsDue date,Status
pageSize5
labeledelivery-consultations
cqllabel = "edelivery-consultations" and space = currentSpace()



HTML Wrap
background-color#ececec
padding20px
background-repeatno-repeat
background-imagelayers.png
background-positionright
classaside--header aside--header__top-border
HTML
<span class="aside__top-border"></span>

Contact us

HTML Wrap
padding20px
border-color#ececec
border-width2px
border-stylesolid
classaside--content aside__light-content

Get in touch with the eDelivery team for questions, comments or other type of requests.

Button Hyperlink
iconhelp
titleContact
typeprimary
urlhttps://ec.europa.eu/digital-building-blocks/tracker/plugins/servlet/desk/portal/6
targettrue

Read more about the eDelivery Service Desk



HTML
<style type="text/css">
	#title-text { display: none;}
</style>
<script type="text/javascript" src="https://ec.europa.eu/digital-building-blocks/tracker/plugins/servlet/issueCollectorBootstrap.js?collectorId=219f43e9&locale=en_US"></script>
<script type="text/javascript">
//	AJS.toInit(function() {

	// 14 January 2025, Bogdan Dumitriu: AJS.toInit replaced by jQuery(document).ready because AJS.toInit no longer works on Firefox
    jQuery(document).ready(function () {
        /**
		 * Hide metadata
		 */
		$('.page-metadata').hide();
		
		/**
		 * Accordion
		 */
		$(".accordion").click(function(e) {
			$(this).toggleClass("active");
			$(this).siblings(".accordion").removeClass("active");
 
			$('html, body').animate({
				scrollTop: $(this).offset().top
			}, 1000);

			//e.preventDefault();
		});
 
		/**
		 * Change request
		 */
		window.ATL_JQ_PAGE_PROPS =  {
			"triggerFunction": function(showCollectorDialog) {
				//Requires that jQuery is available! 
				jQuery("#submit_change_request").click(function(e) {
					e.preventDefault();
					showCollectorDialog();
			});
		}, fieldValues: { security : '10001'}};
	});
</script>