index.php 5.3 KB

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