Skip to content

Instantly share code, notes, and snippets.

@ng
Created August 31, 2009 18:09
Show Gist options
  • Save ng/178617 to your computer and use it in GitHub Desktop.
Save ng/178617 to your computer and use it in GitHub Desktop.
<h2>Transaction in Progress</h2>
<div class="two-cols">
<div class="left-col">
<div class="helpbox">
<h4>Help</h4>
<p>
<a target="_blank" href="<%= Config.GetValue("BOXOFFICE_HELP")%>">Box Office Help</a><br />
<a target="_blank" href="<%= Config.RootOrg %>/termsandconditions">Terms &#38; Conditions</a>
</p>
</div>
</div>
<div class="primary-col">
<div id="checkout4" class="checkoutprocess">
<h3>Checkout Process</h3>
<ol>
<li>Main Address</li>
<li>Delivery Method</li>
<li>Delivery Address</li>
<li class="in">Payment Info</li>
<li>Receipt</li>
</ol>
</div>
<p>Please fill out the form below and click the &quot;submit&quot; button to complete your transaction.</p>
<p>Please do not click the refresh or back buttons. If you do, this transaction may be interrupted or terminated.</p>
<div class="clear"></div>
<iframe src="verification.aspx" width="478" height="430" style="border: 1px solid #000"></iframe>
</div>
<div class="clear"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment