index.php 5.2 KB

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