| 
									
										
										
										
											2020-03-13 23:01:39 -04:00
										 |  |  | <!-- | 
					
						
							|  |  |  | This file is part of Linode Manager Classic. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Linode Manager Classic is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  | it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  | the Free Software Foundation, either version 3 of the License, or | 
					
						
							|  |  |  | (at your option) any later version. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Linode Manager Classic is distributed in the hope that it will be useful, | 
					
						
							|  |  |  | but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  | GNU General Public License for more details. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  | along with Linode Manager Classic.  If not, see <https://www.gnu.org/licenses/>. | 
					
						
							|  |  |  | --> | 
					
						
							|  |  |  | <!DOCTYPE HTML> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | 	<head> | 
					
						
							|  |  |  | 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 
					
						
							|  |  |  | 		<title>LMC - Account // Make a Payment</title> | 
					
						
							|  |  |  | 		<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> | 
					
						
							|  |  |  | 		<link rel="stylesheet" type="text/css" href="make_a_payment.css" /> | 
					
						
							|  |  |  | 		<script src="make_a_payment.js" type="module"></script> | 
					
						
							|  |  |  | 	</head> | 
					
						
							|  |  |  | 	<body> | 
					
						
							|  |  |  | 		<!--#include virtual="/include/header.html"--> | 
					
						
							|  |  |  | 		<!--#include virtual="/include/account_subnav.html"--> | 
					
						
							|  |  |  | 		<div id="main-content" class="wrapper"> | 
					
						
							| 
									
										
										
										
											2023-04-18 16:48:28 -04:00
										 |  |  | 			<div id="top-links"><a href="/account">Account</a> » <span class="top-links-title">Make a Payment</span></div> | 
					
						
							| 
									
										
										
										
											2020-03-13 23:01:39 -04:00
										 |  |  | 			<div id="make-a-payment"> | 
					
						
							|  |  |  | 				<table class="lmc-table"> | 
					
						
							|  |  |  | 					<thead> | 
					
						
							|  |  |  | 						<tr> | 
					
						
							| 
									
										
										
										
											2024-06-17 18:21:01 -04:00
										 |  |  | 							<td colspan="2">Make a Payment</td> | 
					
						
							| 
									
										
										
										
											2020-03-13 23:01:39 -04:00
										 |  |  | 						</tr> | 
					
						
							|  |  |  | 					</thead> | 
					
						
							|  |  |  | 					<tbody> | 
					
						
							|  |  |  | 						<tr class="lmc-tr3"> | 
					
						
							|  |  |  | 							<td>Current Balance</td> | 
					
						
							|  |  |  | 							<td id="balance" class="balance-positive"></td> | 
					
						
							|  |  |  | 						</tr> | 
					
						
							|  |  |  | 						<tr class="lmc-tr3"> | 
					
						
							|  |  |  | 							<td>Amount to Charge</td> | 
					
						
							| 
									
										
										
										
											2024-06-17 18:21:01 -04:00
										 |  |  | 							<td><input id="cc-amount" type="number" min="5" max="2000" step="0.01" value="5.00" /> <span class="info">(USD)</span></td> | 
					
						
							| 
									
										
										
										
											2020-03-13 23:01:39 -04:00
										 |  |  | 						</tr> | 
					
						
							|  |  |  | 						<tr class="lmc-tr3"> | 
					
						
							| 
									
										
										
										
											2024-06-17 18:21:01 -04:00
										 |  |  | 							<td>Payment Method</td> | 
					
						
							|  |  |  | 							<td><select id="method"></select></td> | 
					
						
							| 
									
										
										
										
											2020-03-13 23:01:39 -04:00
										 |  |  | 						</tr> | 
					
						
							|  |  |  | 						<tr class="lmc-tr3"> | 
					
						
							|  |  |  | 							<td></td> | 
					
						
							| 
									
										
										
										
											2024-06-17 18:21:01 -04:00
										 |  |  | 							<td><button disabled id="cc-charge" type="button">Make Payment</button></td> | 
					
						
							| 
									
										
										
										
											2020-03-13 23:01:39 -04:00
										 |  |  | 						</tr> | 
					
						
							|  |  |  | 					</tbody> | 
					
						
							|  |  |  | 				</table> | 
					
						
							|  |  |  | 			</div> | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 	</body> | 
					
						
							|  |  |  | </html> |