landing.blade.php 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Supervisor's Login - Research Admission</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
  8. <meta name="keywords" content="" />
  9. <!-- facebook tags -->
  10. <meta property="og:url" content="http://www.facebook.com/researchadmission"/>
  11. <meta property="og:type" content="website"/>
  12. <meta property="og:title" content="Research Admission"/>
  13. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  14. <!-- Linkedin tags -->
  15. <meta property="og:url" content="https://www.linkedin.com/company/researchadmission"/>
  16. <meta property="og:type" content="website"/>
  17. <meta property="og:title" content="Research Admission"/>
  18. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  19. <!-- favicon -->
  20. <link rel="shortcut icon" href="{{asset('web/images/logo.png') }}">
  21. <!-- Bootstrap -->
  22. <link href="{{ asset('web/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
  23. <!-- tobii css -->
  24. <link href="{{asset('web/css/tobii.min.css')}}" rel="stylesheet" type="text/css" />
  25. <!-- Icons -->
  26. <link href="{{asset('web/css/materialdesignicons.min.css')}}" rel="stylesheet" type="text/css" />
  27. <link rel="stylesheet" type="text/css" href="{{ asset('web/stylesheets/font-awesome.min.css') }}" />
  28. <link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
  29. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
  30. <!-- Slider -->
  31. <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
  32. <!-- Main Css -->
  33. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  34. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  35. <link rel="preconnect" href="https://fonts.googleapis.com">
  36. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  37. <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
  38. <link rel="preconnect" href="https://fonts.googleapis.com">
  39. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  40. <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
  41. <link rel="preconnect" href="https://fonts.googleapis.com">
  42. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  43. <link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@700&display=swap" rel="stylesheet">
  44. <link rel="preconnect" href="https://fonts.googleapis.com">
  45. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  46. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  47. <link rel="preconnect" href="https://fonts.googleapis.com">
  48. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  49. <link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap" rel="stylesheet">
  50. {{-- Ajax Form Submit --}}
  51. <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
  52. <link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
  53. <link href="{{ asset('css/noty/lib/themes/sunset.css') }}" rel="stylesheet" type="text/css">
  54. <link href="{{ asset('css/flatpickr/dist/flatpickr.min.css') }}" rel="stylesheet" type="text/css">
  55. <link href="{{ asset('css/wait-me/waitMe.min.css')}}" rel="stylesheet" type="text/css">
  56. <link rel="stylesheet" href="{{ asset('/css/pretty-checkbox/pretty-checkbox.min.css') }}">
  57. </head>
  58. <style>
  59. body {
  60. font-family: 'Poppins', sans-serif;
  61. font-family: 'Poppins', sans-serif;
  62. }
  63. h1, h2, h3, h4, h6 {
  64. font-family: 'Poppins', sans-serif;
  65. }
  66. h5{
  67. font-family: 'Montserrat Alternates', sans-serif !important;
  68. }
  69. .bg-half-170 {
  70. padding:0px;
  71. }
  72. .form-control:focus {
  73. box-shadow: 0 0 0 0.25rem #8492a61f !important;
  74. border-color: #8492a61f !important;
  75. }
  76. .btn1{
  77. background-color: #141639c4 !important;
  78. color:white !important;
  79. border-radius: 20px;
  80. box-shadow:none !important;
  81. }
  82. .btn1:hover{
  83. background: #fff !important;
  84. color: #141639c4 !important;
  85. border-radius: 20px;
  86. border: 1px solid #141639c4;
  87. }
  88. .tns-nav button {
  89. background: #141639c4 !important;
  90. }
  91. .tns-nav button.tns-nav-active{
  92. background-color: #ffff !important;
  93. }
  94. .bg-left{
  95. background-color:#191e38;
  96. border:none;
  97. }
  98. .bg-left .head-line{
  99. font-size: 39px !important;
  100. font-weight: bold;
  101. line-height: 1.2;
  102. color:#ffff;
  103. }
  104. .sub-line1{
  105. font-size: 18px !important;
  106. font-weight: 400;
  107. font-family: poppins !important;
  108. color:#ffff !important;
  109. }
  110. .sub-line2{
  111. font-size: 17px !important;
  112. font-weight: bold;
  113. font-family: poppins !important;
  114. color:#ffff !important;
  115. }
  116. .bg-white{
  117. background-color: #72809f33 !important;
  118. height: 160px;
  119. border: 1px solid #ffff;
  120. }
  121. .box-head{
  122. font-size:15px !important;
  123. color:#ffff;
  124. }
  125. .box-sub{
  126. font-size:14px;
  127. color:#ffff;
  128. }
  129. .d-flex{
  130. display: grid !important;
  131. }
  132. .box-white{
  133. color: white;
  134. background-color: #191e38 !important;
  135. }
  136. .text-muted{
  137. color: #191e38 !important;
  138. }
  139. .text-muted1{
  140. color: #ffffff !important;
  141. }
  142. .master-link.secondary {
  143. padding: 12px;
  144. color: #fff;
  145. background-color: rgba(235,232,227,.1);
  146. clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.1em), calc(100% - 1.1em) 100%, 0 100%);
  147. }
  148. .master-link.secondary:hover {
  149. color: #191e38 !important;
  150. background-color: #ffffff;
  151. clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.1em), calc(100% - 1.1em) 100%, 0 100%);
  152. }
  153. .grid_wrap {
  154. grid-column-gap: 1.5rem;
  155. grid-row-gap: 1.5rem;
  156. flex-direction: column;
  157. margin-bottom: 1px;
  158. display: flex;
  159. }
  160. .grid_customize {
  161. grid-column-gap: 1.5rem;
  162. grid-row-gap: 1.5rem;
  163. grid-template-columns: .75fr .75fr;
  164. }
  165. .w-layout-grid {
  166. grid-template-rows: auto auto;
  167. grid-auto-columns: 1fr;
  168. display: grid;
  169. }
  170. </style>
  171. <body>
  172. <header id="topnav" style="position: unset !important;">
  173. <div class="container-fluid" style="background-color:#191e38;">
  174. <div class="col-md-12">
  175. <div class="row">
  176. <div style="border-bottom: 1px solid #eee; display: flex; margin-top: -11px;">
  177. <div class="col-md-9 mb-3">
  178. <a class="logo" href="index.html">
  179. <h3 class="ms-5" style="font-family:Ubuntu !important; color: white; margin-top: 2rem;">Research Admission</h3>
  180. </a>
  181. </div>
  182. <div class="col-md-3" style="display: flex;">
  183. <p class="mt-5"><a href="" class="master-link secondary"><strong style="font-weight: bolder !important;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
  184. <p class="mt-5 ms-3"><a href="" class="master-link secondary"><strong style="font-weight: bolder !important;">Log In <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
  185. </div>
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. </header>
  191. <section class="cover-user bg-left" style="background-color:#191e38;">
  192. <div class="container-fluid px-0">
  193. <div class="row g-0" style="justify-content: center;">
  194. <div class="col-md-8 mt-5 pt-5 mb-5">
  195. <div class="card-body mt-4 mb-4" style="padding: 0px; text-align: center !important;">
  196. <span style="line-height: 1.1; color: #ffbd59; font-size: 48px !important; font-weight: 500 !important; font-family: 'League Spartan', sans-serif !important;">Discover the hassle-free solution to manage proposals from your doctoral applicants</span>
  197. <p class="mt-5" style="color:white; font-weight: bolder !important; font-size:14px;">Introducing our Doctoral Proposal management tool - a revolutionary solution designed to simplify the proposal submission and review process. As we understand, managing numerous proposals from doctoral applicants can be a daunting task, which is why we have created a hassle-free solution to streamline the process.</p>
  198. <div style="justify-content: center;">
  199. <p class="mt-5"><a href="" class="master-link secondary"><strong style="font-weight: bolder !important;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </a></p>
  200. </div>
  201. <div class="mt-5" style="display: flex; justify-content: center;">
  202. <i class="fa fa-gift mt-1" style="color: white; font-size: 11px;"></i><span class="ms-2" style="color: white; font-size: 13px;">Centralized Proposal Management</span>
  203. <i class="fa fa-gear mt-1 ms-4" style="color: white; font-size: 11px;"></i><span class="ms-2" style="color: white; font-size: 13px;">Real-time Notifications</span>
  204. <i class="fa fa-gear mt-1 ms-4" style="color: white; font-size: 11px;"></i><span class="ms-2" style="color: white; font-size: 13px;">Add your Feedback to Proposals</span>
  205. </div>
  206. </div>
  207. </div>
  208. <div class="container-fluid mt-5" style="background-color: white;">
  209. <div class="row g-0 mt-5 mb-5" style="justify-content: center;">
  210. <div class="col-md-8">
  211. <div class="row justify-content-center">
  212. <div class="col-12 text-center">
  213. <div class="section-title mb-4 pb-2">
  214. <h1 style="line-height: 1.1; color: #191e38; font-size: 48px !important; font-weight: 500 !important; font-family: 'League Spartan', sans-serif !important;">Eliminate the need </br>to keep track of emails</h1>
  215. <p class="mt-4" style="color: #191e38; font-weight: bolder !important;">We understand that you must receive countless emails from doctoral applicants</p>
  216. </div>
  217. </div><!--end col-->
  218. </div><!--end row-->
  219. <div class="card-body">
  220. <div class="grid_wrap">
  221. <div class="w-layout-grid grid_customize ">
  222. <div class="flex-1 content p-3 rounded position-relative">
  223. <h6 class="text-muted mt-2" style="text-align: left; line-height: 1.1; color: #191e38 !important; font-size: 39px !important; font-weight: 700 !important; font-family: 'Quicksand', sans-serif !important;">3 Ways you can receive proposals from doctoral candidates</h6>
  224. </div>
  225. <div class="flex-1 content p-3 rounded box-white position-relative">
  226. <h6 style="color: #ffbd59; font-weight: bolder !important;">OPTION 1 </h6>
  227. <p class="text-muted1 mt-2">"Provide your <span style="color: #ffbd59;">ARN (Application Reference Number)</span> to the student and ask them to submit their proposal through Research Admission Platform using your reference when they apply."</p>
  228. </div>
  229. <div class="flex-1 content p-3 rounded box-white position-relative">
  230. <h6 style="color: #ffbd59; font-weight: bolder !important;">OPTION 2 </h6>
  231. <p class="text-muted1 mt-2">"Log in to your account, open Invite and add the student's name and email address, <span style="color: #ffbd59;">send them an invitation.</span> This will automatically tag their application under your account when they apply.*"</p>
  232. </div>
  233. <div class="flex-1 content p-3 rounded box-white position-relative">
  234. <h6 style="color: #ffbd59; font-weight: bolder !important;">OPTION 3 </h6>
  235. <p class="text-muted1 mt-2">"Share the <span style="color: #ffbd59;">Q Apply link</span> with the student and instruct them to fill out the form with their name and email. An invitation email will be sent to them, and then they can proceed with option 2.*"</p>
  236. </div>
  237. </div>
  238. </div>
  239. </div>
  240. </div>
  241. </div>
  242. </div>
  243. <div class="col-md-8 padding-less ms-5 ps-2 mt-5 mb-5">
  244. <div class="container mt-5">
  245. <div class="row justify-content-center">
  246. <div class="col-12 text-center">
  247. <div class="section-title mb-4 pb-2">
  248. <h1 style="color: #ebe8e3; font-size: 40px !important; font-weight: 500 !important;">Our Valuable Clients</h1>
  249. <p class="mt-4" style="color:white; font-weight: bolder !important;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis, vero.</p>
  250. </div>
  251. </div><!--end col-->
  252. </div><!--end row-->
  253. <div class="row justify-content-center">
  254. <div class="col-lg-12 mt-4" style="padding: 0px;">
  255. <div class="tiny-two-item">
  256. <div class="tiny-slide">
  257. <div class="d-flex m-2">
  258. <div class="flex-1 content p-3 shadow rounded box-white position-relative" style="border: 1px solid #eee !important;">
  259. <img src="web/images/01.jpg" class="avatar avatar-small client-image shadow" alt="" style="border-radius: 35px !important;">
  260. <p class="text-muted1 mt-2">" It seems that only fragments of the original text remain in the Lorem Ipsum texts used today. "</p>
  261. <h6 style="color: #e0cfb5;">- Thomas Israel <small class="text-muted1">C.E.O</small></h6>
  262. </div>
  263. </div>
  264. </div>
  265. <div class="tiny-slide">
  266. <div class="d-flex m-2">
  267. <div class="flex-1 content p-3 shadow rounded box-white position-relative" style="border: 1px solid #eee !important;">
  268. <img src="web/images/01.jpg" class="avatar avatar-small client-image shadow" alt="" style="border-radius: 35px !important;">
  269. <p class="text-muted1 mt-2">" One disadvantage of Lorum Ipsum is that in Latin certain letters appear more frequently than others. "</p>
  270. <h6 style="color: #e0cfb5;">- Barbara McIntosh <small class="text-muted1">M.D</small></h6>
  271. </div>
  272. </div>
  273. </div>
  274. <div class="tiny-slide">
  275. <div class="d-flex m-2">
  276. <div class="flex-1 content p-3 shadow rounded box-white position-relative" style="border: 1px solid #eee !important;">
  277. <img src="web/images/01.jpg" class="avatar avatar-small client-image shadow" alt="" style="border-radius: 35px !important;">
  278. <p class="text-muted1 mt-2">" The most well-known dummy text is the 'Lorem Ipsum', which is said to have originated in the 16th century. "</p>
  279. <h6 style="color: #e0cfb5;">- Carl Oliver <small class="text-muted1">P.A</small></h6>
  280. </div>
  281. </div>
  282. </div>
  283. <div class="tiny-slide">
  284. <div class="d-flex m-2">
  285. <div class="flex-1 content p-3 shadow rounded box-white position-relative" style="border: 1px solid #eee !important;">
  286. <img src="web/images/01.jpg" class="avatar avatar-small client-image shadow" alt="" style="border-radius: 35px !important;">
  287. <p class="text-muted1 mt-2">" According to most sources, Lorum Ipsum can be traced back to a text composed by Cicero. "</p>
  288. <h6 style="color: #e0cfb5;">- Christa Smith <small class="text-muted1">Manager</small></h6>
  289. </div>
  290. </div>
  291. </div>
  292. </div>
  293. </div><!--end col-->
  294. </div><!--end row-->
  295. </div><!--end container-->
  296. </div>
  297. <div class="container-fluid mt-5" style="background-color: white;">
  298. <div class="row g-0 mt-5 mb-5" style="justify-content: center;">
  299. <div class="col-md-8">
  300. <div class="row justify-content-center">
  301. <div class="col-12 text-center">
  302. <div class="section-title mb-5 mt-5">
  303. <h1 style="line-height: 1.1; color: #191e38; font-size: 48px !important; font-weight: 500 !important; font-family: 'League Spartan', sans-serif !important;">Lorem ipsum dolor sit amet</h1>
  304. <p class="mt-4" style="color: #191e38; font-weight: bolder !important;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis, vero.</p>
  305. </div>
  306. </div><!--end col-->
  307. </div><!--end row-->
  308. <div class="card-body">
  309. <div class="flex-1 content p-3 shadow rounded box-white position-relative">
  310. <p class="text-muted1 mt-5 mb-2 text-center">"It seems that only fragments of the original text remain in the Lorem Ipsum texts used today."</p>
  311. <div style="display: flex; justify-content: center;">
  312. <p class="mt-4 mb-5"><span class="master-link secondary open_modal_page" data-title="Register" data-url="{{route('modal-get',['name'=>'landing_ragister'])}}"><strong style="font-weight: bolder !important;">Register Your Interest <i class="fa fa-arrow-right fea icon-sm"></i> </strong> </span></p>
  313. </div>
  314. </div>
  315. </div>
  316. </div>
  317. </div>
  318. </div>
  319. </div>
  320. <!-- <div class="col-lg-7 cover-my-30 ms-5 ps-5">
  321. <div class="row">
  322. <div class="col-12">
  323. <div class="border-0" style="z-index: 1;">
  324. <div class="card-body mt-5" style="padding: 0px;">
  325. <p style="color:white; font-weight: 100 !important;"> Our free tool enables students to submit their proposals effortlessly while providing you with email notifications for each new submission. The days of searching through cluttered inboxes and struggling to keep track of proposals under review are over. With our user-friendly interface, you can efficiently manage and organize all your doctoral program proposals in one centralized location.</p>
  326. <p class="mt-4" style="color: white;">Our tool ensures that you never miss a proposal submission or waste time manually entering data. With all the necessary information at your fingertips, you can review proposals quickly and notify the decision to the applicants instantly.</p>
  327. <p class="mt-4" style="color: white;">Our tool is entirely free, which means you can start using it immediately without incurring additional costs. By using our proposal management tool, you can save valuable time and feel more organized.</p>
  328. <p class="mt-4" style="color: white;"><Strong style="font-weight: bolder !important; color: white;"> Do not let the chaos of proposal management overwhelm you any longer. </strong> Sign up for our free tool today and experience the stress-free solution you have been searching for.</p>
  329. <div class="div">
  330. </div>
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335. </div> -->
  336. </div><!--end row-->
  337. </div><!--end container fluid-->
  338. </section><!--end section-->
  339. <footer class="footer footer-bar" style="background-color: #191e38; display: block;">
  340. <div class="container text-center">
  341. <div class="row align-items-center">
  342. <div class="col-sm-12">
  343. <div class="text-sm-center">
  344. <p class="mb-0" style="color:white; margin-left: -2px; padding: 14px;">Copyright © <script>document.write(new Date().getFullYear())</script>
  345. Research Admission</p>
  346. </div>
  347. </div><!--end col-->
  348. </div><!--end row-->
  349. </div><!--end container-->
  350. </footer>
  351. <!-- javascript -->
  352. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  353. <!-- tobii js -->
  354. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  355. <!-- SLIDER -->
  356. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  357. <!-- Icons -->
  358. <script src="{{asset('web/js/feather.min.js')}}"></script>
  359. <!-- Main Js -->
  360. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  361. <script src="{{asset('web/js/app.js')}}"></script>
  362. <script src="{{ asset('css/jquery.min.js') }}"></script>
  363. <script src="{{ asset('css/jquery-form/dist/jquery.form.min.js') }}"></script>
  364. <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
  365. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  366. <script src="{{ asset('css/flatpickr/dist/flatpickr.min.js') }}"></script>
  367. <script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
  368. @include('web.layouts.modal')
  369. <script>
  370. function fetch_sub_content(selector, url, args=null){
  371. var config={
  372. spinner: true
  373. }
  374. if(typeof args=='object'){
  375. config=Object.assign(config, args);
  376. }
  377. if(config.spinner){
  378. $(selector).waitMe({
  379. effect: 'facebook',
  380. text: 'Please! Wait ...'
  381. });
  382. }
  383. $(selector).load(url, null, function(){
  384. $(selector).waitMe('hide');
  385. if(typeof args=='function') args();
  386. });
  387. }
  388. function wait_me(selector, config=null){
  389. if(config){
  390. selector.waitMe(config);
  391. }else{
  392. selector.waitMe({
  393. effect: 'facebook',
  394. //color: '#000',
  395. text: 'Please! Wait ...'
  396. });
  397. }
  398. }
  399. function pop_up_msg(msg='No message specified', type='success', callback=null){
  400. new Noty({
  401. theme:'sunset',
  402. text: msg,
  403. type: type,
  404. timeout:1500,
  405. callbacks:{
  406. afterClose: callback
  407. }
  408. }).show();
  409. }
  410. function err_msg(err){
  411. var msg="Request failed to process, try again later.";
  412. if(err.responseJSON && err.responseJSON.msg){
  413. msg=err.responseJSON.msg;
  414. }
  415. return msg;
  416. }
  417. function ajax_form(form, cllback=null, config={spinner: true}){
  418. $('.btn-submit').prop('disabled', true);
  419. var redirect=$(form).data('redirect');
  420. if(typeof config=='object'){
  421. if(config.spinner) wait_me($(form));
  422. }
  423. $(form).ajaxSubmit({
  424. success:function(res){
  425. wait_me($(form), 'hide');
  426. if(res.msg){
  427. pop_up_msg(res.msg, 'success', function(){
  428. $('.btn-submit').prop('disabled', false);
  429. if(redirect) window.location.replace(redirect);
  430. else if(typeof cllback=='function'){
  431. cllback(form, res);
  432. }
  433. });
  434. }
  435. //$.notify(res.msg, 'success');
  436. },
  437. error:function(res){
  438. wait_me($(form), 'hide');
  439. var msg="Request failed to process, try again later.";
  440. if(res.responseJSON && res.responseJSON.msg){
  441. msg=res.responseJSON.msg;
  442. }
  443. pop_up_msg(msg, 'error');
  444. $('.btn-submit').prop('disabled', false);
  445. }
  446. });
  447. } //End of ajax form definition
  448. </script>
  449. </body>
  450. </html>