First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
27
www/admin/contab/_inc_documento_note_conf.jsp
Normal file
27
www/admin/contab/_inc_documento_note_conf.jsp
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="bean" class="it.acxent.contab.Documento" type="it.acxent.contab.Documento" scope="request" >
|
||||
</jsp:useBean>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="txtRicerca">Note Disposizione:</label>
|
||||
<br>
|
||||
<textarea id="note" name="note" cols="60" rows="4"><%= bean.getNote() %></textarea>
|
||||
</div>
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="txtRicerca">Nota Articolo:</label>
|
||||
<br>
|
||||
<b><%= bean.getArticolo().getNotaArticolo() %></b>
|
||||
</div>
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="txtRicerca">Nota Tessuti:</label>
|
||||
<br>
|
||||
<b><%= bean.getArticolo().getNoteTessutiBaseHtml(lang) %></b>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue