Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

industri.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
  6. <!-- CSP is a PITA ;). Disabled, don't try this at home!-->
  7. <meta http-equiv="Content-Security-Policy" content="">
  8. <title>SIBS 2024</title>
  9. <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
  10. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
  11. <link rel="stylesheet" href="./css/app.css">
  12. <script>
  13. // window.addEventListener('load', (event) => {
  14. // document.querySelector(".hello").textContent = "Hello from Electron with bulma css!";
  15. // });
  16. </script>
  17. </head>
  18. <body>
  19. <section class="section" style="max-height: 120vh;">
  20. <div
  21. style="background-image: url(Mask_Group_2.png); min-height: 175px; display: flex; flex-direction: column; justify-content: center; padding-left: 100px;padding-right: 100px;">
  22. <img class="pb-2" src="Group_49433x.png" style="height: auto;width: 8%" alt="">
  23. <h6 style="color: white; margin-bottom: 2px;">Pelan Kawasan Tanah Milik Perbadanan</h6>
  24. <h6 style="color: white; margin-bottom: 10px;font-weight: 400;">Setiausaha Kerajaan (PSK) Pahang Tanpa Skala
  25. </h6>
  26. <form id="fileForm" style="display: flex; align-items: center;">
  27. <input id="fileNumber" type="text" class="p-1"
  28. style="border-radius: 21px; border: none; padding-left: 20px !important; flex: 1;"
  29. placeholder="Search Here">
  30. <button class="btn btn-primary" type="submit" style="margin-left: 10px;">Search</button>
  31. </form>
  32. </div>
  33. <div class="text-center pt-1"
  34. style="background-color: white; min-height: 50px; display: flex; justify-content: center; align-items: center; padding-left: 0px;">
  35. <div class="pt-4" style="width: 600px;height: 100px;">
  36. <h3> <a href="./index.html" class="btn btn-primary" type="submit" style="margin-left: 10px;">Home</a></h3>
  37. </div>
  38. </div>
  39. <div class="text-left pt-1 container">
  40. <div class="pt-4 mb-0 pb-0">
  41. <h4>Senarai Hakmilik <b>Industri</b></h4>
  42. </div>
  43. </div>
  44. <div class="text-left pt-1 container">
  45. <div class="pt-4" >
  46. <h6>Temerloh</h6>
  47. <a href="./details/detail_pn16507.html" class="button-23 mb-2"
  48. style="background-color: #1F9027; color: white; border: none;" role="button">PN 16507</a>
  49. </div>
  50. </div>
  51. <div class="text-left pt-1 container">
  52. <div class="pt-4">
  53. <h6>Kuantan</h6>
  54. <a href="./details/detail_hsd62437.html" class="button-23 mb-2 mr-2" style="background-color: #1F9027; color: white; border: none;" role="button">HSD 62437</a>
  55. <a href="./details/detail_hsd62510.html" class="button-23 mb-2 mr-2" style="background-color: #1F9027; color: white; border: none;" role="button">HSD 62510</a>
  56. </div>
  57. </div>
  58. </section>
  59. <script>
  60. document.getElementById('fileForm').addEventListener('submit', function (event) {
  61. event.preventDefault(); // Prevent the form from submitting the traditional way
  62. var fileInput = document.getElementById('fileNumber').value;
  63. var numberRegex = /\d/; // Regular expression to check for any digit
  64. var matchedFile;
  65. var keywordMapping = {
  66. 'industri': 'industri.html',
  67. 'pembangunan': 'pembangunan.html',
  68. 'penternakan': 'penternakan.html',
  69. 'pertanian': 'pertanian.html'
  70. };
  71. if (keywordMapping[fileInput]) {
  72. // If the input matches one of the keywords, redirect to the corresponding file
  73. window.location.href = keywordMapping[fileInput];
  74. return;
  75. }
  76. if (numberRegex.test(fileInput)) {
  77. // Hardcoded list of files containing numbers
  78. var numberFiles = [
  79. 'details_search/detail_hsd2384.html',
  80. 'details_search/detail_hsd4638.html',
  81. 'details_search/detail_hsd5621.html',
  82. 'details_search/detail_hsd5625.html',
  83. 'details_search/detail_hsd5627.html',
  84. 'details_search/detail_hsd5714.html',
  85. 'details_search/detail_hsd5715.html',
  86. 'details_search/detail_hsd5734.html',
  87. 'details_search/detail_hsd5738.html',
  88. 'details_search/detail_hsd5745.html',
  89. 'details_search/detail_hsd5749.html',
  90. 'details_search/detail_hsd5761.html',
  91. 'details_search/detail_hsd5762.html',
  92. 'details_search/detail_hsd5763.html',
  93. 'details_search/detail_hsd5764.html',
  94. 'details_search/detail_hsd10006.html',
  95. 'details_search/detail_hsd11863.html',
  96. 'details_search/detail_hsd11991.html',
  97. 'details_search/detail_hsd19372.html',
  98. 'details_search/detail_hsd35309.html',
  99. 'details_search/detail_hsd41862.html',
  100. 'details_search/detail_hsd54735.html',
  101. 'details_search/detail_hsd54736.html',
  102. 'details_search/detail_hsd54737.html',
  103. 'details_search/detail_hsd62437.html',
  104. 'details_search/detail_hsd62438.html',
  105. 'details_search/detail_hsd62441.html',
  106. 'details_search/detail_hsd62442.html',
  107. 'details_search/detail_hsd62443.html',
  108. 'details_search/detail_hsd62495.html',
  109. 'details_search/detail_hsd62497.html',
  110. 'details_search/detail_hsd62503.html',
  111. 'details_search/detail_hsd62504.html',
  112. 'details_search/detail_hsd62510.html',
  113. 'details_search/detail_hsd62520.html',
  114. 'details_search/detail_hsm1225.html',
  115. 'details_search/detail_hsm1909.html',
  116. 'details_search/detail_hsm90298.html',
  117. 'details_search/detail_pm32006.html',
  118. 'details_search/detail_pn16507.html',
  119. 'details_search/detail_pn17421_hsd1950.html',
  120. 'details_search/detail_pn17427_hsd1949.html',
  121. 'details_search/detail_pn28612.html'
  122. ];
  123. var regex = new RegExp(fileInput);
  124. matchedFile = numberFiles.find(file => regex.test(file));
  125. } else {
  126. // Hardcoded list of files containing names
  127. var nameFiles = [
  128. 'lists/bentong.html',
  129. 'lists/bera.html',
  130. 'lists/kuantan.html',
  131. 'lists/lipis.html',
  132. 'lists/maran.html',
  133. 'lists/pekan.html',
  134. 'lists/raub.html',
  135. 'lists/rompin.html',
  136. 'lists/temerloh.html'
  137. ];
  138. var nameRegex = new RegExp(fileInput, 'i'); // Case-insensitive search
  139. matchedFile = nameFiles.find(file => nameRegex.test(file));
  140. }
  141. if (matchedFile) {
  142. // File found, redirect to it
  143. window.location.href = matchedFile;
  144. } else {
  145. // alert('No file containing the input ' + fileInput + ' was found.');
  146. }
  147. });
  148. </script>
  149. <script>
  150. let maran = document.querySelector("#maran");
  151. let cameronHighland = document.querySelector("#cameron-highland");
  152. let bentong = document.querySelector("#bentong");
  153. let lipis = document.querySelector("#lipis");
  154. let raub = document.querySelector("#raub");
  155. let jerantut = document.querySelector("#jerantut");
  156. let kuantan = document.querySelector("#kuantan");
  157. let temerloh = document.querySelector("#temerloh");
  158. let rompin = document.querySelector("#rompin");
  159. let bera = document.querySelector("#bera");
  160. let pekan = document.querySelector("#pekan");
  161. addLabelText(maran, "Maran");
  162. addLabelText(cameronHighland, "Cameron");
  163. addLabelText(cameronHighland, "Highland");
  164. addLabelText(bentong, "Bentong");
  165. addLabelText(lipis, "Lipis");
  166. addLabelText(raub, "Raub");
  167. addLabelText(jerantut, "Jerantut");
  168. addLabelText(kuantan, "Kuantan");
  169. addLabelText(temerloh, "Temerloh");
  170. addLabelText(rompin, "Rompin");
  171. addLabelText(bera, "Bera");
  172. addLabelText(pekan, "Pekan");
  173. function addLabelText(bgPath, labelText) {
  174. let bbox = bgPath.getBBox();
  175. let x = bbox.x + bbox.width / 2;
  176. let y = bbox.y + bbox.height / 2;
  177. // Create a <text> element
  178. let textElem = document.createElementNS(bgPath.namespaceURI, "text");
  179. // X axis
  180. if (labelText == "Bentong") {
  181. textElem.setAttribute("x", 286);
  182. } else if (labelText == "Pekan") {
  183. textElem.setAttribute("x", 870);
  184. } else if (labelText == "Cameron") {
  185. textElem.setAttribute("x", 75);
  186. } else {
  187. textElem.setAttribute("x", x);
  188. }
  189. // Y axis
  190. if (labelText == "Rompin") {
  191. textElem.setAttribute("y", 935);
  192. } else if (labelText == "Pekan") {
  193. textElem.setAttribute("y", 650);
  194. } else if (labelText == "Kuantan") {
  195. textElem.setAttribute("y", 440);
  196. } else if (labelText == "Cameron") {
  197. textElem.setAttribute("y", 130);
  198. } else if (labelText == "Highland") {
  199. textElem.setAttribute("y", 155);
  200. } else {
  201. textElem.setAttribute("y", y);
  202. }
  203. // Centre text horizontally at x,y
  204. textElem.setAttribute("text-anchor", "middle");
  205. // Give it a class that will determine the text size, colour, etc
  206. if (labelText == "Cameron" || labelText == "Highland") {
  207. textElem.classList.add("label-text-cameron");
  208. } else {
  209. textElem.classList.add("label-text");
  210. }
  211. // Set the text
  212. textElem.textContent = labelText;
  213. // Add this text element directly after the label background path
  214. bgPath.after(textElem);
  215. }
  216. </script>
  217. </body>
  218. </html>