Guest User

Untitled

a guest
Sep 3rd, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.39 KB | None | 0 0
  1. <?
  2. session_cache_limiter ('private, must-revalidate');
  3. session_start();
  4. require_once('common/dbconnect.php');
  5. error_reporting(0);
  6. require_once('common/var.php');
  7. require_once('common/function.php');
  8. require_once('common/functionS.php');
  9. require_once('common/LoginInc.php');
  10. require_once('common/GeneralSettings.php');
  11.  
  12. ?>
  13.  
  14. <!DOCTYPE html>
  15. <html lang="en">
  16. <head>
  17. <title>Linguaville Refund Policy</title>
  18.  
  19. <meta name="keywords" content="" />
  20. <meta name="description" content="" />
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  22.  
  23. <link href="css/style_sub.css" rel="stylesheet" type="text/css" />
  24. <link href="css/select.css" rel="stylesheet" type="text/css" />
  25. <link href="css/fonts.css" rel="stylesheet" type="text/css" />
  26.  
  27. <script type="text/javascript" src="js/jquery.min.js"></script>
  28. <script type="text/javascript" src="js/selectbox-0.1.3.min.js"></script>
  29.  
  30. <!--[if IE 7]>
  31. <link href="css/ie7.css" rel="stylesheet" type="text/css" />
  32. <link href="css/ie7_sub.css" rel="stylesheet" type="text/css" />
  33. <![endif]-->
  34.  
  35. <!--[if IE 8]>
  36. <link href="css/ie8.css" rel="stylesheet" type="text/css" />
  37. <![endif]-->
  38.  
  39. <script type="text/javascript">
  40. <!--
  41. $(document).ready (function () {
  42. $(".language").selectbox();
  43. });
  44. // -->
  45. </script>
  46. <?
  47. if($isLoggedIn)
  48. {
  49. ?>
  50. <script type="text/javascript">
  51. <!--
  52. $(document).ready(function() {
  53. $("li.li_last span.dropme").click(function() {
  54. $('div.dropdown_stud_det_wrp').show();
  55. $("li.li_last span").removeClass();
  56. $("li.li_last span").addClass("active");
  57. });
  58. $("div.dropdown_stud_det_wrp").mouseout(function() {
  59. $('div.dropdown_stud_det_wrp').hide();
  60. $('img.down').show();
  61. $('img.up').hide();
  62. $("li.li_last span").removeClass();
  63. });
  64. $("div.dropdown_stud_det_wrp").mouseover(function() {
  65. $('div.dropdown_stud_det_wrp').show();
  66. $("li.li_last span").removeClass();
  67. $("li.li_last span").addClass("active");
  68. });
  69. $("div.dropdown_stud_det_wrp div.left").mouseover(function() {
  70. $('div.dropdown_stud_det_wrp').show();
  71. $("li.li_last span").removeClass();
  72. $("li.li_last span").addClass("active");
  73. });
  74. $("div.dropdown_stud_det_wrp div.right").mouseover(function() {
  75. $('div.dropdown_stud_det_wrp').show();
  76. $("li.li_last span").removeClass();
  77. $("li.li_last span").addClass("active");
  78. });
  79. });
  80. // -->
  81. </script>
  82. <?
  83. }
  84. else
  85. {
  86. ?>
  87. <script type="text/javascript">
  88. <!--
  89. $(document).ready(function() {
  90. $("li.li_last span.dropme").click(function() {
  91. $('div.dropdown_reg_log_wrp').show();
  92. $("li.li_last span").removeClass();
  93. $("li.li_last span").addClass("active");
  94. });
  95. $("div.dropdown_reg_log_wrp").mouseout(function() {
  96. $('div.dropdown_reg_log_wrp').hide();
  97. $('img.down').show();
  98. $('img.up').hide();
  99. $("li.li_last span").removeClass();
  100. });
  101. $("div.field_wrp").mouseover(function() {
  102. $('div.dropdown_reg_log_wrp').show();
  103. $("li.li_last span").removeClass();
  104. $("li.li_last span").addClass("active");
  105. });
  106. });
  107. // -->
  108. </script>
  109. <?
  110. }
  111. ?>
  112. </head>
  113.  
  114. <body>
  115. <div id="main">
  116. <div class="container">
  117. <?
  118. if($isLoggedIn)
  119. {
  120. require_once('inc/headerLoggedIn.php');
  121. }
  122. else
  123. {
  124. require_once('inc/header.php');
  125. }
  126. ?>
  127. <!--main_wrapper_header-->
  128. </div><!--container-->
  129. </div><!--main-->
  130. <div class="main2">
  131. <div class="wrapper">
  132. <?
  133. require_once('inc/HeaderMenu.php');
  134. ?><!--wrapper-->
  135. <div class="content_main_full">
  136. <div class="content_main_text_wrapper">
  137. <div class="content">
  138. <div class="left-bg-full">
  139. <div class="full_t">
  140. <h1>LinguaVille Refund Policy for Family and School Licenses</h1>
  141. <div style="width: 100%; float: left;margin-top:20px;">
  142. <img style="float: right;" src="images/pdf-icon.png"><p style="float: right;margin:0 5px 0 0;"><a style="color:#a5b739;font-size:12px;" href="#">Download PDF</a></p>
  143. </div>
  144. <p>
  145. <p style="text-indent: 20px"/><b style="color:#fdb82e">Refund Policy for Family Licences.</b><br/>
  146. <p style="text-indent: 20px"/>Linguaville offers a no questions asked 7 day money back guarantee. After this agreed time no refunds will be offered. If a refund is required, a request is made via email to <a href="mailto:admin@linguaville.com" style="color:#4082c4;text-decoration:none">admin@linguaville.com</a>. Please provide the following information within your email :
  147. </p>
  148. <div style="margin-left:20px;">
  149. <p>
  150. Full Name of User<br/>
  151. Address including Country<br/>
  152. Contact Telephone Number, and or Skype telephone number<br/>
  153. Email address you used within Linguaville registration<br/>
  154. The Date you purchased the registration<br/>
  155. Language(s) purchased requiring a refund<br/>
  156. The Reason you require a refund<br/>
  157. Please also identify the method of payment, i.e. Voucher, Mastercard, Visa, Paypal etc
  158. </p>
  159. </div>
  160. <p>
  161. <p style="text-indent: 20px"/>Once this information has been received by us, please allow the admin department 7 days to process your refund. Once the refund has been made, your registration will be cancelled and you will no longer be able to access your account.
  162. </p>
  163. <p>
  164. <p style="text-indent: 20px"/><b style="color:#fdb82e">Refund Policy for School Licences</b><br/>
  165. <p style="text-indent: 20px"/>Linguaville offers a no questions asked 7 day money back guarantee. After this agreed time no refunds will be offered. If a refund is required, you may contact us on <a href="#" style="color:#4082c4;text-decoration:none">02 4365 1023</a> or alternatively email us on <a href="mailto:school@linguaville.com" style="color:#4082c4;text-decoration:none">school@linguaville.com</a>. Please provide the following information within your email:
  166. </p>
  167. <div style="margin-left:20px;">
  168. <p>
  169. Full Name of User<br/>
  170. School Name<br/>
  171. Address including Country<br/>
  172. Contact Telephone Number, and or Skype telephone number<br/>
  173. Email address you used within Linguaville registration<br/>
  174. The Date you purchased the registration<br/>
  175. Language(s) purchased, requiring a refund<br/>
  176. The Reason you require a refund<br/>
  177. Please also identify the invoice and method of payment, i.e. Invoice number, Direct Transfer etc
  178. </p>
  179. </div>
  180. <p>
  181. <p style="text-indent: 20px"/>Once this information has been received by us, please allow the school admin department 7 days to process your refund. Once the refund has been made, your registration and licences will be cancelled and you will no longer be able to access your account.
  182. </p>
  183. <p>
  184. <p style="text-indent: 20px"/><b style="color:#fdb82e">Refund Policy on E Tutor and E Trans (Service)</b><br/>
  185. <p style="text-indent: 20px"/>Linguaville offers a no questions asked 7 day money back guarantee on all <b>unused</b> services. After this agreed time no refunds will be offered. If a refund is required on a unused service, please email us on <a href="mailto:admin@linguaville.com" style="color:#4082c4;text-decoration:none">admin@linguaville.com</a> Please provide the following information within your email
  186. </p>
  187. <div style="margin-left:20px;">
  188. <p>
  189. Full Name of User<br/>
  190. Address including Country<br/>
  191. Contact Telephone Number, and or Skype telephone number<br/>
  192. Email address you used within Linguaville registration<br/>
  193. The Date you purchased the service of E Tutor or E Trans<br/>
  194. The service requiring a refund<br/>
  195. The Reason you require a refund<br/>
  196. Please also identify the method of payment, <br/>
  197. Any additional information which would be helpful to the admin, E Tutor and E Trans Dept.
  198. </p>
  199. </div>
  200. <p>
  201. <p style="text-indent: 20px"/>Once this information has been received by us, please allow the admin department 7 days to process your refund. Once the refund has been made, your E Tutor or E Trans service will be cancelled and you will no longer be able to access this part of the Linguaville system.
  202. </p>
  203. <p>
  204. <p style="text-indent: 20px"/>For refunds relating to <b>used</b> services, these are subject to internal examination and vetting procedure. All E Tutor lessons are recorded by Linguaville. Any claim is to be made within 24 hours of the end of the lesson to <a href="mailto:support@linguaville.com" style="color:#4082c4;text-decoration:none">support@linguaville.com</a> providing a written account of the claim. You will also need to enclose the original document and the translated document if applicable. Our Support department will examine your document and review the translated document or alternatively listen to the lesson and then respond in writing to you within 7 working days. This response will be a final decision on the used lesson.
  205. </p>
  206.  
  207. </div><!--left_t-->
  208. </div>
  209. </div><!--content-->
  210. </div><!--.content_main_text_wrapper-->
  211. </div><!--.content_main_full-->
  212. </div><!--wrapper-->
  213. </div><!--main2-->
  214. <div class="main3">
  215. <div class="wrapper">
  216. <?
  217. require_once('inc/footerIn.php');
  218. ?>
  219. <!--main_wrapper_footer-->
  220. </div>
  221. </div>
  222. </body>
  223. </html>
Add Comment
Please, Sign In to add comment