Regalamiunsorriso/rus/admin/anag/cliforF.jsp
2026-03-14 20:04:39 +01:00

120 lines
6.5 KiB
Text

<!DOCTYPE html>
<html><!-- InstanceBegin template="/Templates/3adminSWJQTree.dwt" codeOutsideHTMLIsLocked="false" -->
<!-- DW6 -->
<head>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<%@ taglib uri="/WEB-INF/ablia.tld" prefix="ab" %>
<%@ page language="java" import="com.ablia.jsp.*" %>
<!-- InstanceBeginEditable name="taglib" --><!-- InstanceEndEditable -->
<jsp:useBean id="productInfo" class="java.lang.String" type="java.lang.String" scope="session" >
</jsp:useBean>
<jsp:useBean id="msg" class="java.lang.String" type="java.lang.String" scope="request" >
</jsp:useBean>
<jsp:useBean id="logon" class="java.lang.String" type="java.lang.String" scope="request" >
</jsp:useBean>
<jsp:useBean id="grantMsg" class="java.lang.String" type="java.lang.String" scope="request" >
</jsp:useBean>
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
</jsp:useBean>
<jsp:useBean id="df" class="com.ablia.util.SimpleDateFormat" scope="request" type="com.ablia.util.SimpleDateFormat" >
</jsp:useBean>
<jsp:useBean id="RI" class="com.ablia.util.ReturnItem" type="com.ablia.util.ReturnItem" scope="request" >
</jsp:useBean>
<!-- InstanceBeginEditable name="title" --><title>Clienti/Fornitori - Trova 0.1</title><!-- InstanceEndEditable -->
<jsp:include page="../_V3/_inc/_allJs2.jsp" flush="true" />
<ab:custom_css><link rel="stylesheet" type="text/css" href="../_V3/_css/colors/green/text.css" media="screen" /></ab:custom_css>
<ab:custom_css><link rel="stylesheet" type="text/css" href="../_V3/_css/colors/green/content.css" media="screen" /></ab:custom_css>
<ab:custom_css><link rel="stylesheet" type="text/css" href="../_V3/_css/colors/green/layout_content.css" media="screen" /></ab:custom_css><link rel="stylesheet" href="../_V3/_lib/jquery.treeview/jquery.treeview.css" /><link rel="stylesheet" href="../_V3/_css/tree.css">
<script src="../_V3/_lib/jquery.treeview/lib/jquery.cookie.js" type="text/javascript"></script>
<script src="../_V3/_lib/jquery.treeview/jquery.treeview.js" type="text/javascript"></script>
<!-- InstanceBeginEditable name="css" --><!-- InstanceEndEditable -->
</head>
<body>
<!-- #BeginEditable "Script" -->
<script language="JavaScript" src="_js/ab-clifor.js"></script>
<!-- #EndEditable -->
<jsp:useBean id="utenteLogon" type="com.ablia.common.UsersI" class="com.ablia.common.Users" scope="session" >
</jsp:useBean>
<!-- InstanceBeginEditable name="Bean" -->
<jsp:useBean id="CR" class="com.ablia.anag.CliforCR" type="com.ablia.anag.CliforCR" scope="request" >
</jsp:useBean>
<jsp:useBean id="list" scope="request" class="com.ablia.util.Vectumerator" type="com.ablia.util.Vectumerator">
</jsp:useBean>
<!-- InstanceEndEditable -->
<div id="corpoPopUpRicercaTree">
<table width="200" border="0" cellspacing="1" class="tabTitolo">
<tr class="tabellaRiga" >
<td width="258"><!-- InstanceBeginEditable name="titolo" -->RICERCA CLIENTI/FORNITORI <!-- InstanceEndEditable --></td>
</tr>
</table>
<ab:if_logon_ok trueifnotsecure="true">
<form name="main"id="main" method="post" action="" onSubmit="formSearching(); return true;">
<input type="hidden" name="RI" value="<%=RI.getReturnItems()%>">
<input type="hidden" name="act" value="sw">
<input type="hidden" name="cmd">
<!-- #BeginEditable "criteriRicerca" -->
<input type="hidden" name="id_clifor">
<input type="hidden" name="actionPage" id="actionPage" value="Clifor.abl">
<table width="100%" border="0" cellspacing="1" class="tabRicerca">
<tr>
<td width="128"> Testo Libero:<br>
<input type="text" id="searchTxt" name="searchTxt" size="40" value="<%=CR.getSearchTxt()%>"> </td>
<td width="129">Cliente/Fornitore:<br>
<ab:if wherecondition="<%=CR.getFlgCF().equals("")%>"><select name="flgTipo" id="flgTipo" onChange="searching()" >
<option <%=CR.getFlgTipo().equals("")?"selected":"" %> value = "" >---Tutti---</option>
<option <%=CR.getFlgTipo().equals("C")?"selected":"" %> value = "C" >Cliente</option>
<option <%=CR.getFlgTipo().equals("F")?"selected":"" %> value = "F" >Fornitore</option>
</select></ab:if><input name="flgTipo" type="hidden" id="flgTipo" value="<%=CR.getFlgCF()%>"><b><%=CR.getCF()%></b></td>
<td width="52" align="center"><a href="javascript:searching();"><img src="../_V3/_img/icone/32/searchwhite_32.png" alt="Cerca" width="32" height="32" border="0"></a></td>
<td width="47" align="center"><a href="javascript:window.close();"><img src="../_V3/_img/icone/32/close_32.png" alt="Chiudi finsetra" width="32" height="32" border="0"></a></td>
</tr>
</table>
<!-- #EndEditable -->
<div id="tree" ><br><!-- #BeginEditable "body" -->
<table width="98%" border="0" cellpadding="3" cellspacing="0" style="background-color:#fff; text-align:left">
<tr>
<td><table width="100%" border="0" cellpadding="2" cellspacing="2" class="table-container th-riga alternating">
<tr>
<th>&nbsp;</th>
<th>Nominativo</th>
<th>Indirizzo</th>
<th>Tel.</th>
</tr>
<ab:whilevec rowbeanclass="com.ablia.anag.Clifor" vectumerator="list">
<tr>
<%RI.setRiValues("");
RI.addRiValues(rowBean.getId_clifor());
RI.addRiValues(rowBean.getDescrizioneCompleta());
RI.addRiValues(rowBean.getIndirizzoCompleto());
%>
<script language="JavaScript" type="text/JavaScript">
if(document.main.totNumberOfRecords.value==1)
{
selectKey(<%=RI.getSelectedKey()%>);
}
</script>
<td width="26"><a href="javascript:selectKey(<%=RI.getSelectedKey()%>)"><img src="../_V3/_img/list.gif" width="16" height="16" border="0"></a></td>
<td width="365"><%= rowBean.getDescrizioneCompleta() %></td>
<td width="497"><%= rowBean.getIndirizzoCompleto() %> </td>
<td width="186"><%= rowBean.getTelefono() %></td>
</tr>
</ab:whilevec>
</table></td>
</tr>
</table>
<!-- #EndEditable --></div>
</form>
<hr width="100%" align="center">
</ab:if_logon_ok>
<ab:else_logon>
<script language="JavaScript1.2">
setTimeout("location.href='../../../menu.jsp'",2000);
</script>
<br>
Attenzione!! Si &egrave; tentato di accedere a pagine protette!!!!!!!</ab:else_logon>
<jsp:include page="../_V3/_inc/_footer.jsp" flush="true" />
<jsp:include page="../_V3/_inc/alertMsg.jsp" flush="true" />
</div>
</body>
<!-- InstanceEnd --></html>