Subversion Repositories web.creative

Rev

Rev 20 | Blame | Compare with Previous | Last modification | View Log | Download

<html>
<head>
<link rel="stylesheet" type="text/css" href="{{ stylesheet }}" />
</head>
<body>
{% if not error_connection %}
<form action="{{ url }}" method="post" name="ppform" id="ppform">
  <input type="hidden" name="cmd" value="_s-xclick">
  <input type="hidden" name="hosted_button_id" value="{{ code }}">
  <p style="text-align: center;"><span style="font-family: arial; font-size: 12px; font-weight: bold;">{{ text_secure_connection }}</span></p>
  <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
<script type="text/javascript"><!--
document.forms["ppform"].submit();
//--></script> 
{% else %}
<div class="warning">{{ error_connection }}</div>
{% endif %}
</body>
</html>