First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
72
www/admin/cc/_inc_attivita_parametri.jsp
Normal file
72
www/admin/cc/_inc_attivita_parametri.jsp
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
<!-- _inc_attivita_parametri -->
|
||||
<%@ 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="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 Posta</h1>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="indirizzoSede">Mail Subject:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" name="pSUBJECT" id="pSUBJECT" value="<%=bean.getPSUBJECT()%>" maxlength="60">
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-12">
|
||||
<label for="indirizzoSede">Mail From:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" name="pFROM" id="pFROM" value="<%=bean.getPFROM()%>" maxlength="60">
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-12">
|
||||
<label for="indirizzoSede">Mail Cc:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" name="pCC" id="pCC" value="<%=bean.getPCC()%>" maxlength="60">
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-12">
|
||||
<label for="indirizzoSede">Mail Bcc:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" name="pBCC" id="pBCC" value="<%=bean.getPBCC()%>" maxlength="60">
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-12">
|
||||
<label for="indirizzoSede">Mail Doc Bcc <i class="fa fa-info-circle" title="BCC solo per invio dei documenti"></i>:</label>
|
||||
<br>
|
||||
<input type="text" class="form-control input-sm" name="pDOC_BCC" id="pDOC_BCC" value="<%=bean.getPDOC_BCC()%>" maxlength="60">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-xs-12">
|
||||
<label for="mailFooter">Footer Mail (<%=bean.getCurrentLang()%>):</label>
|
||||
<br>
|
||||
<textarea rows="4" type="text" class="form-control input-sm ckeditor" name="mailFooter_<%=bean.getCurrentLang()%>" id="mailFooter_<%=bean.getCurrentLang()%>"><%=bean.getMailFooter(bean.getCurrentLang())%></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="box box-dettaglio">
|
||||
<div class="box-body">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h1 class="panel-title"></h1>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
contenuto row
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue