First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
44
www/admin/art/_inc_articolo_descrizioneTA.jsp
Normal file
44
www/admin/art/_inc_articolo_descrizioneTA.jsp
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="bean" class="it.acxent.art.Articolo" type="it.acxent.art.Articolo" scope="request" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<label for="txtRicerca">Descrizione (<%=bean.getCurrentLang()%>):</label>
|
||||
<br>
|
||||
<input name="descrizione_<%=bean.getCurrentLang()%>" type="text" class="form-control input-sm" id="descrizione_<%=bean.getCurrentLang()%>" value="<acx:inputTextFormat><%= bean.getDescTxtLangScript("descrizione",bean.getCurrentLang()) %></acx:inputTextFormat>" maxlength="254">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<label for="txtRicerca">Descrizione Tecnica (<%=bean.getCurrentLang()%>):</label>
|
||||
<br>
|
||||
<textarea class="ckeditor" name="descrizioneTecnica_<%=bean.getCurrentLang()%>"
|
||||
id="descrizioneTecnica_<%=bean.getCurrentLang()%>"><acx:inputTextFormat><%= bean.getDescTxtLang("descrizioneTecnica",bean.getCurrentLang()) %></acx:inputTextFormat>
|
||||
</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<label for="txtRicerca">Descrizione Commerciale (<%=bean.getCurrentLang()%>):</label>
|
||||
<br>
|
||||
<textarea class="ckeditor" name="descrizioneCommerciale_<%=bean.getCurrentLang()%>"
|
||||
id="descrizioneCommerciale_<%=bean.getCurrentLang()%>"><acx:inputTextFormat><%= bean.getDescTxtLang("descrizioneCommerciale",bean.getCurrentLang()) %></acx:inputTextFormat>
|
||||
</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<acx:if wherecondition="<%=bean.getFlgUsaVarianti() == 0%>">
|
||||
<label for="txtRicerca">Descrizione Vetrina (<%=bean.getCurrentLang()%>):</label>
|
||||
<br>
|
||||
<textarea class="ckedi" name="descrizioneVetrina_<%=bean.getCurrentLang()%>"
|
||||
id="descrizioneVetrina_<%=bean.getCurrentLang()%>"><acx:inputTextFormat><%= bean.getDescTxtLang("descrizioneVetrina",bean.getCurrentLang()) %></acx:inputTextFormat>
|
||||
</textarea>
|
||||
</acx:if>
|
||||
<acx:else><span class="text-danger">Le descrizione delle vetrine devono essere immesse sulle varianti!</span></acx:else>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue