Advertisement
Guest User

Untitled

a guest
Sep 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.39 KB | None | 0 0
  1. {*
  2. 6955 - Added Gateway Cross sale Foreach
  3. 7040 - Added country dropdown memory
  4. 7290 - Added expire date error
  5. 10210 - Added default for memberid and session
  6. *}
  7. <!DOCTYPE html>
  8. <html lang="en">
  9. <head>
  10. <meta charset="utf-8">
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12. <meta name="viewport" content="width=device-width, initial-scale=1">
  13. <title>Gateway</title>
  14. <!-- Bootstrap -->
  15. <link href="https://secure.camsitenow.com/assets/gateway_files/css/bootstrap.css" rel="stylesheet">
  16. <link href='https://fonts.googleapis.com/css?family=Lato:400,900,700' rel='stylesheet' type='text/css'>
  17. <link type="text/css" rel="stylesheet" href="https://secure.camsitenow.com/assets/gateway_files/styles.css">
  18. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  19. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  20. <!--[if lt IE 9]>
  21. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  22. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  23. <![endif]-->
  24.  
  25.  
  26. <script language="javascript">
  27. {literal}
  28. if(document.images){
  29. preload_loading_image = new Image(25,25);
  30. preload_loading_image.src="../../nats_images/loading.gif";
  31. }
  32. {/literal}
  33. </script>
  34.  
  35. <style type="text/css">
  36. {literal}
  37. .join_error {color:#f00;margint-top:10px;}
  38.  
  39. {/literal}
  40.  
  41. </style>
  42.  
  43. </head>
  44. <body>
  45.  
  46. <header>
  47.  
  48. <div class="container">
  49.  
  50. <div class="col-md-1">
  51. </div> <!--col-->
  52.  
  53. <div class="col-md-10">
  54. <div class="text-center">
  55. <h4><strong>You are buying:</strong> {$option_info.name}</h4>
  56. <h5>Your credit card statement will be billed as <span class="blu"><a style="color:white;text-decoration: none;" target="_blank" href="https://www.csnhlp.com">csnhlp.com</a></span>, Toll-Free <a style="color:white;text-decoration: none;" target="_blank" href="tel:8773786034">(877) 378-6034</a> Local <a style="color:white; text-decoration: none;" target="_blank" href="tel:3107766634">(310) 776-6634</a>
  57. </h5>
  58.  
  59. </div> <!--top-text-->
  60. </div> <!--col-->
  61.  
  62.  
  63.  
  64. <div class="col-md-1">
  65. </div> <!--col-->
  66. <div class="clearfix"></div>
  67. </div> <!--container-->
  68.  
  69. </header>
  70.  
  71.  
  72. <div class="container">
  73.  
  74. <div class="topwrap">
  75. <div class="col-md-2 col-sm-1">
  76. </div> <!--col-->
  77.  
  78. <div class="col-md-8 col-sm-10">
  79. <div class="col-md-3 col-sm-3">
  80. <div class="secimg">
  81. <img src="https://secure.camsitenow.com/assets/gateway_files/images/lock.jpg" class="img-responsive"/>
  82. </div> <!--secimg-->
  83. </div>
  84. <!--col-->
  85.  
  86. <div class="col-md-9 col-sm-9">
  87. <h5>Your personal information is safe with this form. </h5>
  88. <h3>100% <span class="blu">Safe and Secure</span> Billing</h3>
  89. </div> <!--col-->
  90. <div class="clearfix"></div>
  91. </div> <!--col-->
  92.  
  93. <div class="col-md-1 col-sm-1">
  94. </div> <!--col-->
  95.  
  96.  
  97. <div class="clearfix"></div>
  98.  
  99. <div class="err_note">
  100. {if $biller_error}<b>{$biller_error}</b>{/if}
  101. </div> <!--err_note-->
  102.  
  103. </div> <!--topwrap-->
  104.  
  105.  
  106.  
  107. <div class="col-md-2 col-sm-1">
  108. </div> <!--col-->
  109.  
  110. <div class="col-md-8 col-sm-10">
  111.  
  112. <div class="formwrap">
  113.  
  114. <form id="signupform" class="form-horizontal" action="signup.php" method="POST">
  115. <input type="hidden" name="memberid" value="{$smarty.request.memberid}">
  116. <input type="hidden" name="gateway" value="{$smarty.request.gateway}">
  117. <input type="hidden" name="natssess" value="{$smarty.request.natssess|default:$mdata.session}">
  118. <input type="hidden" name="signup[username:1:6:16:::username_check]" value="{$mdata.username}">
  119. <input type="hidden" name="signup[password:1:6:16:::password_check]" value="{$mdata.password}">
  120. <input type="hidden" name="signup[email:1:1:128:::email_check]" value="{$mdata.email}">
  121. <input type="hidden" name="signup[thm_session_id]" value="{$thm_session_id}"/>
  122. <input type="hidden" name="&thm_session_id" value="{$thm_session_id}">
  123.  
  124.  
  125.  
  126. <div class="form-group">
  127. {if $biller_error }
  128. <div class="col-md-12">
  129. <label for="email">E-Mail</label>
  130. <input type="email" class="form-control" id="email" name="signup[email:1:1:128:::email_check]" value="{$vars.email|default:$mdata.email}">
  131. </div> <!--col-->
  132. <div class="clearfix"></div>
  133. <div class="err">
  134. {if $errors.email}<span class="join_error">{$errors.email}</span>{/if}
  135. </div> <!--err-->
  136. {/if}
  137. </div>
  138.  
  139.  
  140.  
  141. <div class="form-group">
  142. {if $biller_error || !$mdata.firstname}
  143. <div class="col-sm-6">
  144. <label for="firstname">First Name</label>
  145. <input type="text" class="form-control" id="firstname" name="signup[firstname:1]" value="{$vars.firstname|default:$mdata.firstname}">
  146. <div class="err">
  147. {if $errors.firstname}<span class="join_error">{$errors.firstname}</span>{/if}
  148. </div> <!--err-->
  149. </div> <!--col-->
  150. {/if}
  151.  
  152. {if $biller_error || !$mdata.lastname}
  153. <div class="col-sm-6">
  154. <label for="lastname">Last Name</label>
  155. <input type="text" class="form-control" id="lastname" name="signup[lastname:1]" value="{$vars.lastname|default:$mdata.lastname}">
  156. <div class="err">
  157. {if $errors.lastname}<span class="join_error">{$errors.lastname}</span>{/if}
  158. </div> <!--err-->
  159. </div> <!--col-->
  160. {/if}
  161. <div class="clearfix"></div>
  162. </div>
  163.  
  164.  
  165. <div class="form-group">
  166. {if $biller_error || !$mdata.address1}
  167. <div class="col-md-12">
  168. <label for="address1">Address</label>
  169. <input type="text" class="form-control" id="address1" name="signup[address1:1]" value="{$vars.address1|default:$mdata.address1}">
  170.  
  171. <div class="err">
  172. {if $errors.address1}<span class="join_error">{$errors.address1}</span>{/if}
  173. </div> <!--err-->
  174.  
  175. </div> <!--col-->
  176. <div class="clearfix"></div>
  177. {/if}
  178. </div>
  179.  
  180.  
  181.  
  182.  
  183. <div class="form-group">
  184. {if $biller_error || !$mdata.state}
  185. <div class="col-sm-6">
  186. <label for="state">State</label>
  187. <input type="text" class="form-control" id="state" name="signup[state:1]" value="{$vars.state|default:$mdata.state}">
  188. <div class="err">
  189. {if $errors.state}<span class="join_error">{$errors.state}</span>{/if}
  190. </div> <!--err-->
  191. </div> <!--col-->
  192. {/if}
  193. {if $biller_error || !$mdata.city}
  194. <div class="col-sm-6">
  195. <label for="city">City</label>
  196. <input type="text" class="form-control" id="city" name="signup[city:1]" value="{$vars.city|default:$mdata.city}">
  197. <div class="err">
  198. {if $errors.city}<span class="join_error">{$errors.city}</span>{/if}
  199. </div> <!--err-->
  200. </div> <!--col-->
  201. {/if}
  202. <div class="clearfix"></div>
  203. </div>
  204.  
  205. <div class="form-group">
  206. {if $biller_error || !$mdata.country}
  207. <div class="col-md-12">
  208. <label for="country">Country</label>
  209. {if $vars.country || $mdata.country}{assign var=country value=$vars.country|default:$mdata.country}{else}{assign var=country value=$countrycode|default:'US'}{/if}
  210. <select class="sel" name="signup[country:1]" >
  211. {foreach from=$countries key=full item=entry} {if $full != 'BY' && $full != 'CU' && $full != 'LR' && $full != 'CG' && $full != 'IR' && $full != 'IQ' && $full != 'KP' && $full != 'SD' && $full != 'SY' && $full != 'SO' && $full != 'ZW' && $full != 'CD' && $full != 'LB' && $full != 'CI' && $full != 'BG' && $full != 'CR' && $full != 'CG' && $full != 'IR' && $full != 'AL' && $full != 'BA' && $full != 'BG' && $full != 'HR' && $full != 'XK' && $full != 'MK' && $full != 'MD' && $full != 'ME' && $full != 'CS' && $full != 'RS' && $full != 'BU'}<option value={$full} {if $full == $country}selected{/if}>{$entry}</option>{/if} {/foreach}
  212. </select>
  213. </div> <!--col-->
  214. <div class="clearfix"></div>
  215. {/if}
  216. </div>
  217.  
  218.  
  219. <div class="form-group">
  220. <div class="col-md-12">
  221. <label for="cc">Card Number</label>
  222. <input type="text" class="form-control" id="cc" name="signup[cc:1:13:16:::mod10_check]" value="{$vars.cc}">
  223. <div class="err">
  224. {if $errors.cc}<span class="join_error">{$errors.cc}</span>{/if}
  225. </div> <!--err-->
  226. </div> <!--col-->
  227. <div class="clearfix"></div>
  228. </div>
  229.  
  230.  
  231.  
  232. <div class="form-group">
  233. <div class="col-sm-4">
  234. <label for="cvv">CVV2 Code</label>
  235. <input type="text" class="form-control" id="cvv" name="signup[cvv:1:3:4]" value="{$vars.cvv}">
  236. <div class="err">
  237. {if $errors.cvv}<span class="join_error">{$errors.cvv}</span>{/if}
  238. </div> <!--err-->
  239. </div> <!--col-->
  240. <div class="col-sm-4">
  241. <label>Month</label>
  242. <select class="sel" name="signup[enddate_month:1]">
  243. {html_options options=$cc_months selected=$vars.enddate_month}
  244. </select>
  245.  
  246.  
  247. </div> <!--col-->
  248.  
  249.  
  250. <div class="col-sm-4">
  251. <label>Year</label>
  252. <select class="sel" name="signup[enddate_year:1]">
  253. {html_options options=$cc_years selected=$vars.enddate_year}
  254. </select>
  255. </div> <!--col-->
  256.  
  257.  
  258.  
  259.  
  260. <div class="clearfix"></div>
  261. </div>
  262.  
  263. <div class="form-group">
  264. <div class="col-md-12 text-center">
  265.  
  266. I certify that I am 18 years of age or older and I agree to the <br>
  267. <a target="_blank" href="http://camsitenow.com/terms"> Terms and Conditions</a> of this purchase and have read our <a target=")_blank" href="http://camsitenow.com/privacy">Privacy Policy</a>
  268. </div> <!--col-->
  269. <div class="clearfix"></div>
  270. </div> <!--formgroup-->
  271.  
  272.  
  273. <div class="form-group">
  274.  
  275. <button class="btn btn-block btn-lg btn-success" name="submit" type="submit" onclick="this.value='Please Wait...Processing';this.form.submit();this.disabled=true;">Join & Get Instant Access Now!</button>
  276.  
  277. {*
  278. <input name="submit" type="submit" class="btn btn-block btn-lg btn-success" value="Join & Get Instant Access Now!" onclick="this.value='Please Wait...Processing';this.form.submit();this.disabled=true;" value="Join & Get Instant Access Now!">
  279.  
  280. *}
  281.  
  282.  
  283. </div> <!--formgroup-->
  284.  
  285.  
  286.  
  287.  
  288.  
  289. </form>
  290. </div> <!--formwrap-->
  291.  
  292.  
  293.  
  294. </div> <!--col-->
  295.  
  296.  
  297. <div class="col-md-2 col-sm-1">
  298. </div> <!--col-->
  299.  
  300. <div class="clearfix"></div>
  301. </div> <!--container-->
  302.  
  303. <div class="ipwrap text-center" >
  304. <br>
  305.  
  306. Your Ip <span class="blu">{long2ip ip=$mdata.ip}</span> is recorded for tracking purposes
  307. <br>
  308.  
  309. </div> <!--ipwrap-->
  310.  
  311. <footer>
  312.  
  313. <div class="container">
  314.  
  315.  
  316. <div class="col-md-12">
  317. <div class="cards text-center">
  318. <img src="https://secure.camsitenow.com/assets/gateway_files/images/visa.png"/>
  319. <img src="https://secure.camsitenow.com/assets/gateway_files/images/mastercard.png" />
  320. </div>
  321. <!--cards-->
  322. <div class="foot-text">
  323. <h3><strong>You are buying:</strong> {$option_info.name}</h3>
  324. Your credit card statement will be <br> billed as <span class="blu"><a style="color:white;text-decoration: none;" target="_blank" href="https://www.csnhlp.com">csnhlp.com</a></span> Toll-Free
  325. <a style="color:white;text-decoration: none;" target="_blank" href="tel:8773786034">(877) 378-6034</a>
  326.  
  327.  
  328. </div> <!--foot-text-->
  329. </div> <!--col-->
  330. <div class="clearfix"></div>
  331. <div class="copy text-center">
  332. Copyright &copy; {$smarty.now|date_format:"%Y"} - All rights reserved<br>
  333. 6080 Center Drive, 6th Fl, Los Angeles, CA 90045<br>
  334. <a style="color:white; text-decoration: none;" href="mailto:cs@csnhlp.com">cs@csnhlp.com</a>
  335. Or Local : <a style="color:white; text-decoration: none;" target="_blank" href="tel:3107766634">(310) 776-6634</a>
  336.  
  337. </div>
  338. </div> <!--container-->
  339.  
  340. </footer>
  341.  
  342. <div id="join-text" style="width:250px;float:left;padding-top:15px;">{$tour_info.gateway_join_text}</div>
  343.  
  344.  
  345. <div style="clear:both;text-align:center">{$tour_info.gateway_join_disclaimer}</div>
  346.  
  347.  
  348. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  349. <script src="https://secure.camsitenow.com/assets/gateway_files/js/jquery-1.11.2.min.js"></script>
  350. <script language="javascript" src="../../jscript/jquery.impromptu.min.js"></script>
  351. <script language="javascript" src="../../jscript/site.js"></script>
  352. <!-- Include all compiled plugins (below), or include individual files as needed -->
  353. <script src="https://secure.camsitenow.com/assets/gateway_files/js/bootstrap.js"></script>
  354. </body>
  355. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement