27 lines
2.1 KiB
HTML
27 lines
2.1 KiB
HTML
<table class="table-container" cellpadding="0" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td width="234" class="td-colored">Nominativo:
|
|
<input type="hidden" name="actionPage" id="actionPage" value="Users.abl">
|
|
<input name="id_users" type="hidden" id="id_users">
|
|
<br>
|
|
<input type="text" <%=Ab.jsCrS()%> id="txtRicerca" name="txtRicerca" size="25" title="" value="<%=CR.getTxtRicerca() %>">
|
|
<%=Ab.jsSetFocus("txtRicerca")%></td>
|
|
<td width="175" class="td-colored">Login:<br>
|
|
<input type="text" id="login" name="login" size="25" title="login" <%=Ab.jsCrS()%>value="<%=CR.getLogin() %>"></td>
|
|
<td width="244" colspan="2" class="td-colored">E-mail:<br>
|
|
<input type="text" id="eMail" name="eMail" size="25" title="email" <%=Ab.jsCrS()%> value="<%=CR.getEMail() %>"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="td-colored">Profilo Utente :<br>
|
|
<select name="id_userProfile" id="id_userProfile" onChange="searching()" >
|
|
<ab:optionvec boundcolumn="id_userProfile" desccolumn="descrizione" vectumerator="listaProfiliUtente" value="<%=CR.getId_userProfile()%>"> </ab:optionvec>
|
|
</select></td>
|
|
<td class="td-colored"> Attivo:<br />
|
|
<select name="flgValido" id="flgValido" <%=Ab.jsCrS()%> onChange="javascript:searching()">
|
|
<option value="" <%=CR.getFlgValido().equals("")?"selected":""%> >--- Tutti ---</option>
|
|
<option value="N" <%=CR.getFlgValido().equals("N")?"selected":""%> >Non Attivi</option>
|
|
<option value="S" <%=CR.getFlgValido().equals("S")?"selected":""%> >Attivi</option>
|
|
</select></td>
|
|
<td colspan="2" align="right" class="td-colored"><a href="javascript:searching()"><img src="../_V3/_img/buttons/btn_cerca.png" alt="Cerca" title="Cerca" width="53" height="47" border="0"></a><a href="javascript:newCommand()"><img src="../_V3/_img/buttons/btn_new.png" alt="Nuovo Record" title="Nuovo Record" width="53" height="47" border="0"></a><a href="javascript:report()"><img src="../_V3/_img/buttons/btn_report.png" alt="Report" title="Report" width="53" height="47" border="0"></a></td>
|
|
</tr>
|
|
</table>
|