First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
31
www/admin/anag/_inc_clifor_utenti.jsp
Normal file
31
www/admin/anag/_inc_clifor_utenti.jsp
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<!-- _inc_clifor_utenti.jsp -->
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="bean" class="it.acxent.anag.Clifor" type="it.acxent.anag.Clifor" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="utenteLogon" type="it.acxent.common.UsersI" class="it.acxent.common.Users" scope="session" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
<input type="hidden" id="id_users" name="id_users">
|
||||
<%-- RIGA 1 --%>
|
||||
<div class="row">
|
||||
<div class="box-body scroll-300 col-lg-12" id="no-more-tables">
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Descrizione</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.anag.Users" vectumerator="listaUserClifor">
|
||||
<tr>
|
||||
<acx:if wherecondition='<%=utenteLogon.getId_userProfile()==1%>'>
|
||||
<td class="comandi" align="center"><div class="inline text-center hidden-print"> <a href="javascript:modUser('<%=rowBean.getId_users()%>');"> <i class="fa fa-edit fa-2x" title="<acx:lang>Modifica Record</acx:lang>"></i> </a> <a href="javascript:delUser('<%=rowBean.getId_users()%>');"> <i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i> </a> </div></td>
|
||||
</acx:if>
|
||||
<td data-title="Descrizione"><%= rowBean.getCognomeNome() %></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue