_Layout.cshtml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @using Pulsa.Texts
  2. @using WebPortal.Models
  3. @using WebPortal.Controllers
  4. @using WebPortal.Extensions
  5. @using WebService
  6. @using Microsoft.AspNetCore.Http
  7. @{
  8. //wsLoginResponse userInfo = Context.Session.GetComplexData<wsLoginResponse>("userInfo");
  9. String msisdn = Context.Session.GetString("account");
  10. ViewBag.description = "Welcome to Telemor, your one-stop destination for telecom services in Timor-Leste.";
  11. }
  12. <!DOCTYPE html>
  13. <html lang="en">
  14. <head>
  15. <title>Telemor</title>
  16. <meta charset="UTF-8">
  17. <meta name="viewport" content="width=device-width, initial-scale=1">
  18. <meta name="description" content="@ViewBag.description">
  19. <link rel="shortcut icon" href="~/image/favicon.png" type="image/png">
  20. <link rel="stylesheet" type="text/css" href="~/css/style.css">
  21. <link rel="stylesheet" type="text/css" href="~/css/bootstrap.min.css">
  22. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  23. <!-- Facebook Pixel Code -->
  24. <script>
  25. !function (f, b, e, v, n, t, s) {
  26. if (f.fbq) return; n = f.fbq = function () {
  27. n.callMethod ?
  28. n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  29. };
  30. if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
  31. n.queue = []; t = b.createElement(e); t.async = !0;
  32. t.src = v; s = b.getElementsByTagName(e)[0];
  33. s.parentNode.insertBefore(t, s)
  34. }(window, document, 'script',
  35. 'https://connect.facebook.net/en_US/fbevents.js');
  36. fbq('init', '599716718725696');
  37. fbq('track', 'PageView');
  38. </script>
  39. <noscript>
  40. <img height="1" width="1"
  41. src="https://www.facebook.com/tr?id=599716718725696&ev=PageView&noscript=1" alt="facebook" />
  42. </noscript>
  43. <!-- End Facebook Pixel Code -->
  44. <!-- Google tag (gtag.js) -->
  45. <script async src="https://www.googletagmanager.com/gtag/js?id=G-1KGFTZEBHZ"></script>
  46. <script>window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-1KGFTZEBHZ');</script>
  47. </head>
  48. <body>
  49. @Html.AntiForgeryToken()
  50. <header>
  51. <div class="container">
  52. <div class="main_nav">
  53. <div class="clearfix">
  54. <a href="https://telemor.tl/" class="d-inline-block logo"> <img src="~/image/logo.svg" alt="logo"> </a>
  55. </div>
  56. <div class="d-flex">
  57. @if (msisdn != null)
  58. {
  59. <a href="#" class="user-acc">
  60. @Lang.Hi, @msisdn.Substring(3)
  61. </a>
  62. }
  63. <div class="language">
  64. <div class="tool"><span class="mr-2" id="langLabel">EN</span> <img src="~/image/dot1.svg" alt="more"></div>
  65. <div class="sub-language">
  66. <ul class="sub_menu">
  67. <li>
  68. <a class="setLang" lang="en">
  69. EN
  70. </a>
  71. </li>
  72. <li>
  73. <a class="setLang" lang="fr">
  74. TL
  75. </a>
  76. </li>
  77. </ul>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </header>
  84. <input type="hidden" value="@msisdn" id="msisdn" />
  85. @RenderBody()
  86. <footer>
  87. <div class="container">
  88. <div class="copyright">
  89. <div class="row">
  90. <div class="col-md-4">
  91. <h5>@Lang.ContactUs</h5>
  92. <ul>
  93. <li>
  94. <img src="~/image/map.svg" class="mr-3" alt="map"> Viettel Timor, Unipessoal, Lda. CBD10, Timor Plaza, Dili, Timor-Leste
  95. </li>
  96. <li><img src="~/image/mail.svg " class="mr-3" alt="mail"> @Lang.Email: Info@telemor.tl</li>
  97. <li><img src="~/image/phone.svg " class="mr-3" alt="phone">@Lang.GeneralLine: +670 76188188</li>
  98. <li><img src="~/image/phone.svg " class="mr-3" alt="phone">@Lang.CustomerCareLine: 188</li>
  99. </ul>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="ft-bottom">
  104. <div class="left">
  105. <span class="cl000 mr-3">@Lang.CopyRight</span>
  106. </div>
  107. <div class="social">
  108. <a href="https://www.facebook.com/telemor.tl" target="_blank" class="d-block mr-3" id="fb-link">
  109. <img src="~/image/facebook.svg" alt="facebook">
  110. </a>
  111. <a href="https://www.tiktok.com/@@telemortimorleste" target="_blank" class="d-block mr-3">
  112. <img src="~/image/tiktok.svg" alt="tiktok">
  113. </a>
  114. <a href="https://youtube.com/c/TelemorTimorleste" target="_blank" class="d-block mr-3">
  115. <img src="~/image/youtube.svg" alt="youtube">
  116. </a>
  117. <a href="https://api.whatsapp.com/send/?phone=67076188188&text&app_absent=0" target="_blank" class="d-block mr-3">
  118. <img src="~/image/whatsapp.svg " alt="whatsapp">
  119. </a>
  120. <a href="https://instagram.com/telemor_timorleste?igshid=YmMyMTA2M2Y=" target="_blank" class="d-block">
  121. <img src="~/image/instagram.svg" alt="instagram">
  122. </a>
  123. </div>
  124. </div>
  125. </div>
  126. </footer>
  127. @RenderSection("Scripts", required: false)
  128. </body>
  129. </html>