First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
17
www/admin/art/_inc_articolo_note.jsp
Normal file
17
www/admin/art/_inc_articolo_note.jsp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<%@ 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 --%>
|
||||
|
||||
<%-- RIGA 1 --%>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<label for="descrizione">Note Articolo:</label>
|
||||
<br>
|
||||
<textarea id="notaArticolo" name="notaArticolo" cols="50" rows="4" class="form-control input-sm"><%= bean.getNotaArticolo() %></textarea>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue