<%@ include file="/project/include.jsp" %> <div id="divZComsasCalcoloQuoteUtente" class="modalElement"> <table style="padding: 20px 4px 4px 4px;"> <tr style="vertical-align: top;"> <td> <div id="divZComsasError" style="display:none"> <span id="idZComsasMsgError" class="generic-label msg_text_error"/> </div> <div id="divZComsasDettagli" style="display:none"> <table> <tr> <td colspan="2"> <textarea id="idZComsasDettaglio" class="form-normal-textarea" style="font: 10px Courier; height:28em; width:55em;"></textarea> </td> </tr> <tr> <td> </td> <td class="generic-label" style="padding: 15px 4px 5px 4px;"> <button class="generic-button ui-state-default ui-corner-all" onClick="hideModal('divZComsasCalcoloQuoteUtente'); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle"> Ok</button> </td> </tr> </table> </div> </td> </tr> </table> </div> <div id="divZComsasCalcoloDurataSettimanale" class="modalElement"> <table style="padding: 20px 4px 4px 4px;"> <tr style="vertical-align: top;"> <td> <table> <tr> <td> <textarea id="idZComsasCalcoloDurata" class="form-normal-textarea" style="font: 9px Courier; height:20em; width:72em;"></textarea> </td> </tr> <tr> <td class="generic-label" style="padding: 15px 4px 5px 4px;text-align: center;" > <button class="generic-button ui-state-default ui-corner-all" onClick="hideModal('divZComsasCalcoloDurataSettimanale'); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle"> Ok</button> </td> </tr> </table> </td> </tr> </table> </div>