<%@ include file="/project/include.jsp" %>
	
<style>

.tabella-button {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #2A4D70;
    text-decoration: none;
}

.tabella-button:hover {
	color: #43955b;
}

.tabella-button_disabled {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #eeeeee;
    text-decoration: none;
}
</style>

<script type="text/javascript">
	
	function selectEntity(entityClass) {
		window.location = '${j:getEventUrl("selectEntity")}?entityClass=' + entityClass;
	}
	
	
	
	function selectEntityTabella(nomeEntity) {
		var initializer = 'it.cedaf.icare.tabelle.model.datamanagement.SelectEntityInitializer';
		buiOpenNewDataManagementAsHiddenChild('tabelle.tabella', 'init=' + initializer + '&entity=' + nomeEntity);
	}
	
	function selectChildTabella(idChild, dataProvider) {
		window.location = '${j:getEventUrl("selectChildTabella")}?idDataManagement=' + idChild + '&dataProviderChild=' + dataProvider;
	}
	
</script>

<shell:multipleColumnList dto="dto_tabelle" numOfColumns="3" />