You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
904 B
HTML

<img class="img-responsive brandlogo" src="assets/brandlogo.png" alt="Logo" />
<div class="row">
<div class="col-lg-12 text-center">
<div class="well well-sm">
<h4>Send:</h4>
<input type="text" style="text-align: center;" pattern="[0-9.]*" id="payAmt" class="form-control" placeholder="0.00" />
<h4>To:</h4>
<input type="text" style="text-align: center;" id="recuser" class="form-control" placeholder="Pay To" />
</div>
<br />
<button id="sendMoneyBtn" class="btn btn-primary btn-lg btn-wide" style="font-size: 150%;" onclick="sendMoneyToPeer()" >
<i class="fa fa-send" ></i> Send Money
</button>
<br /><br />
<button id="cancelSendBtn" class="btn btn-danger btn-wide" onclick="openscreen('home')" >
<i class="fa fa-times" ></i> Cancel
</button>
</div>
</div>