Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.81 KB | None | 0 0
  1. <!-- BEGIN MARSA HOLIDAY  -->
  2. <div class="product_class">
  3. <div class="product_header">Egypt: Marsa - Red Sea Safari <span style="float:right;" id="toggle_marsa"></span></div>
  4. <div id="marsa">
  5. <div class="product_desc">
  6.  
  7. <!--  BEGIN EDIT  MARSA HOLIDAY CONTENT HERE -->
  8.  
  9. <p>Book onto this 7 night holiday in the amazing Red Sea and experience the richness and diversity of marine life in this incredible coral reef, where more than 1100 species of fish have been recorded!<p>
  10. <br>
  11. For unqualified Freedivers – The Course and The Holiday<br>
  12. <p>
  13. We have only a limited number of spaces on our holiday in which we offer our AIDA 2 Star accredited course. (2 days)
  14. We do have a limited selection of Freediving equipment available for students (further information on request)</p>
  15. <br>
  16. The Holiday<br>
  17. <p>
  18. Your 7 nights will be spent in ‘Ecolodge - Shagra Village’. 
The village is situated opposite the famous Elphinstone Reef and has its own outstanding house reef with incredible marine life and an excellent variety of hard corals.</p>
  19. <p>
  20. Many nocturnal fish congregate here to feed, allowing for excellent night diving. The bay is shallow, approximately 10 meters in depth, and slowly drops as it reaches the outside walls which are 40-50 meters in depth. Perfect for new and experienced divers! The village is located 253 km South of Hurghada airport, 40km South of Marsa Alam airport and 20 km North of Marsa Alam.
</p>
  21. <br>
In addition our coached activities include:<br>
  22. <ul>
  23.         <li>Sled Diving
  24.         <li>Rope clinics
  25.         <li>Competition training
  26.         <li>Dry exercises
  27. </ul>
(Inc: Yoga, breathing and relaxation techniques)<br>
  28. <br>
  29. Unlimited House Reef Diving<br>
  30. <p>
  31. On your first day, you will receive an orientation dive around the bay accompanied by one of our guides, but after that, if you wish, you are free to dive the house reef at your leisure, with a free RIB taxi service for drift diving! This is definitely one of the most enjoyable factors of NoTanx Holidays, as it is wonderful to have the freedom to dive in buddy pairs at your own pace and at the times you want to.
  32. </p>
  33. <br>
  34.  
  35. <!--  END  EDIT MARSA HOLIDAY CONTENT HERE -->
  36. <br>
  37. </div>
  38. </div></div>
  39.  
  40. <?php
  41. $str = <<<EOD
  42. <script type="text/javascript">
  43. <!--//--><![CDATA[//><!--
  44. if (Drupal.jsEnabled) {
  45. $('#marsa').hide();
  46. $('#toggle_marsa').html('<a href="#">[+] See Holiday Information</a>');
  47. $('#toggle_marsa').click(function() {
  48.   $('#marsa').slideToggle('fast', function() {
  49.      if ($('#toggle_marsa').html()=='<a href="#">[+] See Holiday Information</a>') {
  50.         $('#toggle_marsa').html('<a href="#">[-] Hide Holiday Information</a>');
  51.       }
  52.       else {
  53.         $('#toggle_marsa').html('<a href="#">[+] See Holiday Information</a>');
  54.       }
  55.   });
  56. });
  57.  
  58. };
  59. //--><!]]>
  60. </script>
  61. EOD;
  62. print $str;
  63. ?>
  64.  
  65. <!-- END MARSA HOLIDAY  -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement