First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
39
www/admin/cc/_inc_attivita_idealo.jsp
Normal file
39
www/admin/cc/_inc_attivita_idealo.jsp
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!-- _inc_attivita_idealo.jsp -->
|
||||
<%@ 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="box box-dettaglio">
|
||||
<div class="box-body">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h1 class="panel-title"> Parametri Idealo</h1>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="flgCoupon"> Idealo <i class="fa fa-info-circle" title="Abilita l'export degli articoli su google merchant. Devono essere impostati lo user ftp, la password ftp e almeno un nome file del feed dei dati"></i>:</label>
|
||||
<br>
|
||||
<select name="flgIdealo" id="flgIdealo" class="form-control select2">
|
||||
<acx:optionflg bean="bean" boundcolumn="flgIdealo" valuelist="0,1"> </acx:optionflg>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
<label for="tite">Tag Nazione :</label>
|
||||
<br>
|
||||
<input name="idealoTag" type="text" class="form-control input-sm" id="idealoTag" value="<%=bean.getIdealoTag()%>" >
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue