index.php 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?php
  2. session_start();
  3. $http_host = $_SERVER['HTTP_HOST'];
  4. include("../functions.php");
  5. $con = startdb();
  6. //Language
  7. $lang = selectLanguage();
  8. include("../lang/lang_" . $lang . ".php");
  9. $cur_section = $lng['section_us'];
  10. ?>
  11. <!DOCTYPE html>
  12. <html>
  13. <head>
  14. <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
  15. <meta charset="utf-8"/>
  16. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
  17. <title><?php echo $lng['us_title'];?></title>
  18. <link rel="shortcut icon" href="<?php echo "http://$http_host/img/logo/favicon.ico";?>">
  19. <!-- CSS files -->
  20. <style>
  21. <?php
  22. include("../css/ui.css");
  23. include("../css/ayuda.css");
  24. ?>
  25. </style>
  26. <!-- CSS for mobile version -->
  27. <style media="(max-width : 990px)">
  28. <?php
  29. include("../css/m/ui.css");
  30. include("../css/m/ayuda.css");
  31. ?>
  32. </style>
  33. <!-- Script files -->
  34. <script type="text/javascript">
  35. <?php
  36. include("../script/ui.js");
  37. ?>
  38. </script>
  39. <!-- Meta tags -->
  40. <link rel="canonical" href="<?php echo "http://$http_host/us/"; ?>"/>
  41. <link rel="author" href="<?php echo "http://$http_host"; ?>"/>
  42. <link rel="publisher" href="<?php echo "http://$http_host"; ?>"/>
  43. <meta name="description" content="<?php echo $lng['us_description'];?>"/>
  44. <meta property="og:title" content="<?php echo $lng['us_title'];?>"/>
  45. <meta property="og:url" content="<?php echo "http://$http_host"; ?>"/>
  46. <meta property="og:description" content="<?php echo $lng['us_description'];?>"/>
  47. <meta property="og:image" content="<?php echo "http://$http_host/img/logo/logo.png";?>"/>
  48. <meta property="og:site_name" content="<?php echo $lng['us_title'];?>"/>
  49. <meta property="og:type" content="website"/>
  50. <meta property="og:locale" content="<?php echo $lang; ?>"/>
  51. <meta name="twitter:card" content="summary"/>
  52. <meta name="twitter:title" content="<?php echo $lng['us_title'];?>"/>
  53. <meta name="twitter:description" content="<?php echo $lng['us_description'];?>"/>
  54. <meta name="twitter:image" content="<?php echo "http://$http_host/img/logo/logo.png";?>"/>
  55. <meta name="twitter:url" content="<?php echo"http://$http_host"; ?>"/>
  56. <meta name="robots" content="index follow"/>
  57. </head>
  58. <body>
  59. <?php include("../header.php"); ?>
  60. <div id="content">
  61. <div class="content_row">
  62. <div class="content_cell">
  63. <div class="section" id="section_association">
  64. <h3 class='section_title'><?php echo $lng['help_contact_title']; ?></h3>
  65. <div class="entry">
  66. <table id="association">
  67. <tr>
  68. <td class="name"><?php echo $lng['help_contact_register']; ?></td>
  69. <td class="value"><?php echo $lng['help_contact_register_value']; ?></td>
  70. </tr>
  71. <tr>
  72. <td class="name"><?php echo $lng['help_contact_date_constitution']; ?></td>
  73. <td class="value"><?php echo $lng['help_contact_date_constitution_value']; ?></td>
  74. </tr>
  75. <tr>
  76. <td class="name"><?php echo $lng['help_contact_date_inscription']; ?></td>
  77. <td class="value"><?php echo $lng['help_contact_date_inscription_value']; ?></td>
  78. </tr>
  79. <tr>
  80. <td class="name"><?php echo $lng['help_contact_city']; ?></td>
  81. <td class="value"><?php echo $lng['help_contact_city_value']; ?></td>
  82. </tr>
  83. <tr>
  84. <td class="name"><?php echo $lng['help_contact_territory']; ?></td>
  85. <td class="value"><?php echo $lng['help_contact_territory_value']; ?></td>
  86. </tr>
  87. <tr>
  88. <td class="name"><?php echo $lng['help_contact_country']; ?></td>
  89. <td class="value"><?php echo $lng['help_contact_country_value']; ?></td>
  90. </tr>
  91. <tr>
  92. <td class="name"><?php echo $lng['help_contact_clasification']; ?></td>
  93. <td class="value"><?php echo $lng['help_contact_clasification_value']; ?></td>
  94. </tr>
  95. <tr>
  96. <td class="name"><?php echo $lng['help_contact_objectives']; ?></td>
  97. <td class="value"><?php echo $lng['help_contact_objectives_value']; ?></td>
  98. </tr>
  99. <tr>
  100. <td class="name"><?php echo $lng['help_contact_phone']; ?></td>
  101. <td class="value"><?php echo $lng['help_contact_phone_value']; ?></td>
  102. </tr>
  103. <tr>
  104. <td class="name"><?php echo $lng['help_contact_email']; ?></td>
  105. <td class="value"><?php echo $lng['help_contact_email_value']; ?></td>
  106. </tr>
  107. </table>
  108. </div>
  109. </div>
  110. </div>
  111. <div class="content_cell">
  112. <div class="section" id="section_license">
  113. <h3 class='section_title'><?php echo $lng['help_license_title']; ?></h3>
  114. <div class="entry">
  115. <?php echo $lng['help_license']; ?>
  116. </div>
  117. </div>
  118. </div>
  119. </div>
  120. <div class="content_row">
  121. <div class="content_cell">
  122. <div class="section" id="section_privacy">
  123. <h3><?php echo $lng['help_privacy_title']; ?></h3>
  124. <div class="entry">
  125. <?php echo $lng['help_privacy']; ?>
  126. </div>
  127. </div>
  128. </div>
  129. <div class="content_cell">
  130. <div class="section" id="section_cookie">
  131. <h3 class='section_title'><?php echo $lng['help_cookie_title']; ?></h3>
  132. <div class="entry">
  133. <?php echo $lng['help_cookie']; ?>
  134. </div>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. <?php
  140. include("../footer.php");
  141. $ad = ad($con, $lang, $lng);
  142. stats($ad, $ad_static, "ayuda", "");
  143. ?>
  144. </body>
  145. </html>