<%@ include file="/project/include.jsp" %> <script type="text/javascript" src="${j:getResourceUrlOfModule('youtouch','js/youTouch.js')}"></script> <shell:fieldset title="Informazioni generali"> <table border="0" cellspacing="3" cellpadding="0" > <tr> <td class="form-label"> <shell:label prop="periodoRif" /> </td> <td class="form-values"> <j:bind prop="periodoDa"> da: <j:text class="form-date" id="periodoDaCld" /> <shell:calendar inputId="periodoDaCld" /> <shell:error /> </j:bind> <j:bind prop="periodoA"> a: <j:text class="form-date" id="periodoACld" /> <shell:calendar inputId="periodoACld" /> <shell:error /> </j:bind> </td> </tr> <tr> <td class="form-label"> <shell:label prop="servizio" /> </td> <td class="form-values"> <j:bind prop="servizio"> <j:select class="form-input" emptyOptionDescr=" " /> <shell:error /> </j:bind> </td> </tr> </table> </shell:fieldset>