First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
31
www/admin/anagConfig/comuneAjST.jsp
Normal file
31
www/admin/anagConfig/comuneAjST.jsp
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<!-- InstanceBegin template="/Templates/4ajaxSearchText.dwt" codeOutsideHTMLIsLocked="false" --><!DOCTYPE html>
|
||||
<%@page contentType="text/html; charset=UTF-8" %>
|
||||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<jsp:useBean id="RI" class="it.acxent.util.ReturnItem" type="it.acxent.util.ReturnItem" scope="request" ></jsp:useBean>
|
||||
<jsp:useBean id="list" scope="request" class="it.acxent.util.Vectumerator" type="it.acxent.util.Vectumerator"></jsp:useBean>
|
||||
<input name="<%=RI.getDivList()%>_tnr" id="<%=RI.getDivList()%>_tnr" type="hidden" value="<%=list.getTotNumberFetchedRecord()%>">
|
||||
<!-- InstanceBeginEditable name="bean" --><jsp:useBean id="CR" class="it.acxent.anag.ComuneCR" type="it.acxent.anag.ComuneCR" scope="request" ></jsp:useBean><!-- InstanceEndEditable --><acx:if_logon_ok>
|
||||
<div id="stRow"><!-- InstanceBeginEditable name="list" -->
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<acx:whilevec rowbeanclass="it.acxent.anag.Comune" vectumerator="list"> <%
|
||||
RI.setRowObject(rowBean); //OGGETTO DBAdapter
|
||||
RI.setId(rowBean.getId_comune()); //id
|
||||
RI.setDescrizione(rowBean.getDescrizione()); //descrizione
|
||||
|
||||
//vecchia versione
|
||||
RI.setRiValues("");
|
||||
RI.addRiValues(rowBean.getId_comune());
|
||||
RI.addRiValues(rowBean.getCodice());
|
||||
RI.addRiValues(rowBean.getDescrizione());
|
||||
RI.addRiValues(rowBean.getCap());
|
||||
RI.addRiValues(rowBean.getProvincia());
|
||||
%>
|
||||
|
||||
<li><%=Ab.inputAjSearchDiv4D(list.getIndex(),RI.getSelectedKey(),RI.getDivList(),list.getIndex()+"-"+ RI.getDescrizione())%>
|
||||
</li>
|
||||
</acx:whilevec>
|
||||
</ul>
|
||||
<!-- InstanceEndEditable --></div>
|
||||
</acx:if_logon_ok>
|
||||
<acx:else_logon><div id="stRow"><p>ATTENZIONE! Sessione scaduta.</p></div></acx:else_logon><!-- InstanceEnd -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue