Ejemplo n.º 1
0
    <noscript>
      <div class="alert alert-error">
        <i class="icon-warning-sign"></i> JavaScript must be enabled for this web wallet to function properly!
      </div>
    </noscript>

    <div class="well warning_well<?php 
if ($rpc_debug == false || empty($rpc_error)) {
    echo ' no_display';
}
?>
">
      <span id="error_text"><?php 
if ($rpc_debug) {
    safe_echo("RPC ERROR: {$rpc_error}");
}
?>
</span>
    </div>
Ejemplo n.º 2
0
  <p><img src='img/bitcoin_logo.png' alt='' />
  <h1>Bitcoin Escrow Payment</h1>
  <br/>
  <b>PLEASE WRITE DOWN YOUR WALLET **CASE**SENSITIVE**</b>. If you do not, we are not responsible for the inability you will have to access your funds.";
  <br/><br/>
  <p>You are buying <b><?php 
echo $quantity;
?>
 x <?php 
safe_echo($item);
?>
 @ <?php 
echo $price;
?>
 BTC</b> from <b><?php 
safe_echo($seller);
?>
</b></p>
  <p>Please transfer <i>exactly</i> <b><?php 
echo bitsci::btc_num_format($_SESSION['total_price']);
?>
 BTC</b> to the following address:</p>
  
  <h3>
    <b><?php 
echo '<a href="bitcoin:' . $pubAdd . '?amount=' . $_SESSION['total_price'] . '" title="Click this address to launch your Bitcoin client" target="_blank">' . safe_str($pubAdd) . '</a>';
?>
</b>
  </h3> 
  <div id="qrcode"></div>
  
Ejemplo n.º 3
0
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		
	<title><?php 
safe_echo($site_name . ' - ' . $page_title);
?>
</title>
	
	<link rel="icon" type="image/png" href="./favicon.png" />
	<link rel="apple-touch-icon" href="./img/icons/apple-touch-icon.png" />
	<link rel="apple-touch-icon" sizes="72x72" href="./img/icons/apple-touch-icon-72x72.png" />
	<link rel="apple-touch-icon" sizes="114x114" href="./img/icons/apple-touch-icon-114x114.png" />
	<link rel="apple-touch-icon" sizes="144x144" href="./img/icons/apple-touch-icon-144x144.png" />
		
	<link rel="stylesheet" href="./css/normalize.css" />
	<link rel="stylesheet" href="./css/boilerplate.css" />
	<link rel="stylesheet" href="./css/bootstrap.min.css" />
	<link rel="stylesheet" href="./css/custom.css" />

	<!--[if lt IE 9]>
	<script src="js/html5shiv.min.js"></script>
	<![endif]-->
	<script src="./js/modernizr-2.6.2.min.js"></script>
	<script src="./js/jquery-1.11.1.min.js"></script>