REORG
This commit is contained in:
parent
8d68ee380a
commit
45514010f2
3505 changed files with 154 additions and 523 deletions
46
src/Org/Views/Manage/Credits.cshtml
Executable file
46
src/Org/Views/Manage/Credits.cshtml
Executable file
|
|
@ -0,0 +1,46 @@
|
|||
@{
|
||||
ViewData["Title"] = "Credits";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
<em>Your credits</em>
|
||||
|
||||
<img src="https://devtools-paypal.com/image/bdg_payments_by_pp_2line.png" alt="PAYMENTS BY PayPal" />
|
||||
<div id="wrapper">
|
||||
<div id="header">
|
||||
<h3>
|
||||
AddressVerify</h3>
|
||||
<div id="apidetails">
|
||||
Confirms whether a postal address and postal code match those of the specified PayPal
|
||||
account holder.</div>
|
||||
</div>
|
||||
<form id="form1" runat="server">
|
||||
<div id="request_form">
|
||||
<div class="param_name">
|
||||
Buyer's Email address *</div>
|
||||
<div class="param_value">
|
||||
<input type="text" name="email" id="email" value="platfo_1255077030_biz@gmail.com" runat="server" />
|
||||
</div>
|
||||
<div class="param_name">
|
||||
First line of street address *</div>
|
||||
<div class="param_value">
|
||||
<input type="text" name="street" id="street" value="123" runat="server" />
|
||||
</div>
|
||||
<div class="param_name">
|
||||
Postal code *</div>
|
||||
<div class="param_value">
|
||||
<input type="text" name="zip" id="zip" value="95131" runat="server" />
|
||||
</div>
|
||||
<div class="submit">
|
||||
<input id="submit" type="submit" name="submit" value="Submit" runat="server" onserverclick="Submit_Click" />
|
||||
<br />
|
||||
<br />
|
||||
<a href="../Default.aspx">Home</a> <a href="javascript:history.back();">Back</a>z
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<p>
|
||||
<img src="https://www.paypal.com/fr_XC/i/btn/btn_xpressCheckout.gif" align="left" style="margin-right:7px;" />
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue