First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
41
www/admin/cc/_inc_attivita_stripe.jsp
Normal file
41
www/admin/cc/_inc_attivita_stripe.jsp
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<!-- _inc_attivita_stripe.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 pagamenti tramite Stripe</h1>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="">Stripe Private Key <i class="fa fa-info-circle" title="pStripePrivateKey: Chiave Privata per la gestione del flusso di pagamento"></i>:</label>
|
||||
<br>
|
||||
<input name="pStripePrivateKey" type="text" class="form-control input-sm" id="pStripePrivateKey" value="<%= (bean.getPStripePrivateKey()) %>" >
|
||||
</div>
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="">Stripe Public Key <i class="fa fa-info-circle" title="pStripePublicKey: Chiave Pubblica per la gestione del flusso di pagamento"></i>:</label>
|
||||
<br>
|
||||
<input name="pStripePublicKey" type="text" class="form-control input-sm" id="pStripePublicKey" value="<%= (bean.getPStripePublicKey()) %>" >
|
||||
</div>
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<label for="">Stripe Return Url <i class="fa fa-info-circle" title="pStripeReturnUrl: In test http://localhost/cc/StripeResponse.abl "></i>:</label>
|
||||
<br>
|
||||
<input name="pStripeReturnUrl" type="text" class="form-control input-sm" id="pStripeReturnUrl" value="<%= (bean.getPStripeReturnUrl()) %>" >
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue