<%@ include file="/project/include.jsp" %>
<div>
	<c:if test="${colore != 'NULL'}">
	<div class="prest-outdiv">
	<table class="prest-table" width="100%" cellspacing="0">
		<tr>
			<td class="prest-sxcell prest-sxcell-${colore}">
				<c:choose>
					<c:when test="${dataLink}">
						<img src="${j:getResourceUrlOfModule('interventi','img/accreditamento/link.gif')}" height="16" width="16" />
					</c:when>
					<c:when test="${pacchetto}">
						<img src="${j:getResourceUrlOfModule('interventi','img/accreditamento/box.gif')}" height="16" width="16" />
					</c:when>
					<c:when test="${stato=='A'}">
						<img src="${j:getResourceUrlOfModule('interventi','img/accreditamento/add.gif')}" height="16" width="16" />
					</c:when>
					<c:when test="${stato=='F'}">
						<img src="${j:getResourceUrlOfModule('interventi','img/accreditamento/check.gif')}" height="16" width="16" />
					</c:when>
					<c:when test="${stato=='N'}">
						<img src="${j:getResourceUrlOfModule('interventi','img/accreditamento/delete.gif')}" height="16" width="16" />
					</c:when>					
					<c:otherwise>
						&nbsp;
					</c:otherwise>
				</c:choose>			
			</td>
			<td class="prest-dxcell prest-dxcell-${colore}">
				<a href="javascript:showPrestazione('${link}', ${giorno});">
					<div class="prest-cod">${codPrest}</div>					
					<div class="prest-desc">Qta: ${qta}</div>					
				</a>	
			</td>
		</tr>
	</table>
	</div>
	</c:if>
	
	<c:if test="${colore == 'NULL'}">
		&nbsp;
	</c:if>
</div>