Regalamiunsorriso/www/admin/cc/_inc_attivita_chat.jsp
2026-04-07 18:02:17 +02:00

54 lines
No EOL
2.8 KiB
Text

<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
<%@ page language="java" import="it.acxent.jsp.*" %>
<%-- DICHIARAZIONE BEAN --%>
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
</jsp:useBean>
<jsp:useBean id="nf0" scope="request" type="java.text.NumberFormat" >
</jsp:useBean>
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
</jsp:useBean>
<jsp:useBean id="bean" class="it.acxent.cc.Attivita" type="it.acxent.cc.Attivita" scope="request" >
</jsp:useBean>
<%-- FINE DICHIARAZIONE BEAN --%>
<div class="row">
<div class="col-lg-2 col-xs-6">
<label for="tite">Numero Cellulare Whatsapp Business:</label>
<br>
<input name="cellulareAttivita" type="text" class="form-control input-sm " id="cellulareAttivita" value="<%=(bean.getCellulareAttivita())%>" >
</div>
<div class="col-lg-2 col-xs-6">
<label for="tite">User name Telegram (senza@):</label>
<br>
<input name="chatTelegramUsername" type="text" class="form-control input-sm " id="chatTelegramUsername" value="<%=(bean.getChatTelegramUsername())%>" >
</div>
</div>
<div class="row">
<div class="col-lg-2 col-xs-6">
<label for="flgDetailRelatedProducts">Mostra Whatsapp Footer:</label>
<br>
<input type="checkbox" class="minimal" name="ckflgFooterChatWhatsapp" id="ckflgFooterChatWhatsapp" <%=bean.getFlgFooterChatWhatsapp()==1?"checked":""%>>
<input type="hidden" name="flgFooterChatWhatsapp" id="flgFooterChatWhatsapp" value="<%=bean.getFlgFooterChatWhatsapp()%>">
</div>
<div class="col-lg-3 col-xs-6">
<label for="flgSubito">Mostra Whatsapp Top <i class="fa fa-info-circle" title="Abilita la creazione del file csv per export Multigestione di Subito.it"></i>:</label>
<br>
<input type="checkbox" class="minimal" name="ckflgTopChatWhatsapp" id="ckflgTopChatWhatsapp" <%=bean.getFlgTopChatWhatsapp()==1?"checked":""%>>
<input type="hidden" name="flgTopChatWhatsapp" id="flgTopChatWhatsapp" value="<%=bean.getFlgTopChatWhatsapp()%>">
</div>
<div class="col-lg-2 col-xs-6">
<label for="flgDetailReviews">Mostra Telegram Top :</label>
<br>
<input type="checkbox" class="minimal" name="ckflgTopChatTelegram" id="ckflgTopChatTelegram" <%=bean.getFlgTopChatTelegram()==1?"checked":""%>>
<input type="hidden" name="flgTopChatTelegram" id="flgTopChatTelegram" value="<%=bean.getFlgTopChatTelegram()%>">
</div>
<div class="col-lg-3 col-xs-6">
<label for="flgDetailDxVetrinaBestseller">Mostra Telegram Footer:</label>
<br>
<input type="checkbox" class="minimal" name="ckflgFooterChatTelegram" id="ckflgFooterChatTelegram" <%=bean.getFlgFooterChatTelegram()==1?"checked":""%>>
<input type="hidden" name="flgFooterChatTelegram" id="flgFooterChatTelegram" value="<%=bean.getFlgFooterChatTelegram()%>">
</div>
</div>