Advertisement
Guest User

homepage

a guest
Jul 1st, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. <div class="home-table">
  2. <div class="table-left"><section class="h-table">
  3. <header class="h-head2">
  4. <div class="h-cell3">Most Viewed Pages</div>
  5. </header>
  6. <?php if (function_exists('get_most_viewed')):
  7.  
  8. $arr = get_most_viewed();
  9. foreach ( $arr as $val ) { ?>
  10.  
  11. <div class="h-head">
  12. <div class="h-cell"><a href="<?php echo $val ?>"><?php echo $val ?></a>
  13. </div>
  14. </div>
  15.  
  16. <?php } endif; ?>
  17.  
  18. </section></div>
  19. <div class="table-right"><section class="h-table"><header class="h-head2">
  20. <div class="h-cell3">Publications</div>
  21. </header>
  22. <?php $id = 479; $lim = 4;
  23. $mypages = get_pages( array( 'child_of' => $id, 'sort_column' => 'post_date', 'sort_order' => 'desc', 'number' => $lim ) );
  24.  
  25. foreach( $mypages as $page ) {
  26. $content = $page->post_content;
  27. if ( ! $content ) // Check for empty page
  28. continue;
  29.  
  30. $content = apply_filters( 'the_content', $content );
  31. ?>
  32. <div class="h-head">
  33. <div class="h-cell"><a href="<?php echo get_page_link( $page->ID ); ?>"><?php echo $page->post_title; ?></a></div>
  34. </div>
  35.  
  36. <?php
  37. }
  38. ?>
  39. <div class="h-head">
  40. <div class="h-cell"><a href="http://fiu.ict.gov.bz/publications/">View All Publications</a></div>
  41. </div>
  42.  
  43. </section></div>
  44. </div>
  45.  
  46. <div class="home-table">
  47.  
  48. <div class="table-left">
  49. <div class="table-left2"><section class="h-table"><header class="h-head2">
  50. <div class="h-cell3">Legislations</div>
  51. </header>
  52. <?php $lim = 5;
  53. $mypages = get_pages( array( 'child_of' => 652, 'sort_column' => 'post_date', 'sort_order' => 'desc', 'number' => $lim ) );
  54.  
  55. foreach( $mypages as $page ) {
  56. $content = $page->post_content;
  57. if ( ! $content ) // Check for empty page
  58. continue;
  59.  
  60. $content = apply_filters( 'the_content', $content );
  61. ?>
  62. <div class="h-head">
  63. <div class="h-cell"><a href="<?php echo get_page_link( $page->ID ); ?>"><?php echo $page->post_title; ?></a></div>
  64. </div>
  65.  
  66. <?php
  67. }
  68. ?>
  69. <div class="h-head">
  70. <div class="h-cell"><a href="http://fiu.ict.gov.bz/legislations/">View All Legislations</a></div>
  71. </div>
  72.  
  73. </section></div>
  74. <br><br>
  75. <div class="table-left2"><section class="h-table2"><header class="h-head">
  76. <div class="h-cell2">Quick Links</div>
  77. </header>
  78. <div class="h-head">
  79. <div class="h-cell"><a href="http://fiu.ict.gov.bz/suspicious-transaction-reporting-str/"><i class="fa fa-search"></i> Suspicious Transaction Reporting</a></div>
  80. </div>
  81. <div class="h-head">
  82. <div class="h-cell"><a href="#"><i class="fa fa-laptop"></i> Reporting</a></div>
  83. </div>
  84. <div class="h-head">
  85. <div class="h-cell"><a href="#"><i class="fa fa-money"></i> All FIU Guidelines</a></div>
  86. </div>
  87. <div class="h-head">
  88. <div class="h-cell"><a href="http://fiu.ict.gov.bz/registration-fees-and-bank-instructions/"><i class="fa fa-university"></i> Registration Fees and Bank Instructions</a></div>
  89. </div>
  90. <div class="h-head">
  91. <div class="h-cell">
  92. <div class="str-box">
  93. <div class="str-img"><a href="#"><img class="alignnone size-full wp-image-89" src="http://fiu.ict.gov.bz/wp-content/uploads/2016/06/str.png" alt="str" width="70" height="63" /> </a></div>
  94. <div class="str-img2"><a href="#"> Login to Online Portal</a></div>
  95. </div>
  96. </div>
  97. </div>
  98. </section></div>
  99.  
  100. </div>
  101.  
  102. <div class="table-right"><section class="h-table">
  103. <header class="h-head2">
  104. <div class="h-cell3">Forms &amp; Applications</div>
  105. </header>
  106. <?php $id = 479; $lim = 4;
  107. $mypages = get_pages( array( 'child_of' => $id, 'sort_column' => 'post_date', 'sort_order' => 'desc', 'number' => $lim ) );
  108.  
  109. foreach( $mypages as $page ) {
  110. $content = $page->post_content;
  111. if ( ! $content ) // Check for empty page
  112. continue;
  113.  
  114. $content = apply_filters( 'the_content', $content );
  115. ?>
  116. <div class="h-head">
  117. <div class="h-cell"><a href="<?php echo get_page_link( $page->ID ); ?>"><?php echo $page->post_title; ?></a></div>
  118. </div>
  119.  
  120. <?php
  121. }
  122. ?>
  123. <div class="h-head">
  124. <div class="h-cell"><a href="http://fiu.ict.gov.bz/forms-and-applications/">View All Forms &amp; Applications</a></div>
  125. </div>
  126.  
  127. </section></div>
  128. </div>
  129.  
  130.  
  131.  
  132.  
  133.  
  134. <hr class="home-line" />
  135.  
  136.  
  137. <div class="home-table">
  138.  
  139.  
  140. <div class="h-tab"><section class="h-table2"><header class="h-head">
  141. <div class="h-cell2">Functions</div>
  142. </header>
  143. <div class="h-head">
  144. <div class="h-table3">
  145. <div class="h-head3">
  146. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  147. <div class="h-cell4"><a href="#"> Investigate and prosecute financial crimes </a></div>
  148. </div>
  149. </div>
  150. </div>
  151. <div class="h-head">
  152. <div class="h-table3">
  153. <div class="h-head3">
  154. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  155. <div class="h-cell4"><a href="#"> Perform the functions of the Supervisory Authority under the Money Laundering &amp; Terrorism (Prevention) Act 2008. </a></div>
  156. </div>
  157. </div>
  158. </div>
  159. <div class="h-head">
  160. <div class="h-table3">
  161. <div class="h-head3">
  162. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  163. <div class="h-cell4"><a href="#"> Share information and cooperate with foreign financial intelligence units in the right again financial crimes </a></div>
  164. </div>
  165. </div>
  166. </div>
  167. <div class="h-head">
  168. <div class="h-cell6"><a href="#"> Read More </a></div>
  169. </div>
  170. </section></div>
  171.  
  172.  
  173. <div class="h-tab"><section class="h-table2"><header class="h-head">
  174. <div class="h-cell2">Registered Entities</div>
  175. </header>
  176. <div class="h-head">
  177. <div class="h-table3">
  178. <div class="h-head3">
  179. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  180. <div class="h-cell4"><a href="#"> Real Estate </a></div>
  181. </div>
  182. </div>
  183. </div>
  184. <div class="h-head">
  185. <div class="h-table3">
  186. <div class="h-head3">
  187. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  188. <div class="h-cell4"><a href="#"> Motor Vehicle Sales </a></div>
  189. </div>
  190. </div>
  191. </div>
  192. <div class="h-head">
  193. <div class="h-table3">
  194. <div class="h-head3">
  195. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  196. <div class="h-cell4"><a href="#"> Gaming House </a></div>
  197. </div>
  198. </div>
  199. </div>
  200. <div class="h-head">
  201. <div class="h-table3">
  202. <div class="h-head3">
  203. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  204. <div class="h-cell4"><a href="#"> Jewelry </a></div>
  205. </div>
  206. </div>
  207. </div>
  208. <div class="h-head">
  209. <div class="h-table3">
  210. <div class="h-head3">
  211. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  212. <div class="h-cell4"><a href="#"> An Accountant, an Attorney-at-Law or other Independent Legal Professional </a></div>
  213. </div>
  214. </div>
  215. </div>
  216. <div class="h-head">
  217. <div class="h-table3">
  218. <div class="h-head3">
  219. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  220. <div class="h-cell4"><a href="#"> Business Operating in the Free Zone Area </a></div>
  221. </div>
  222. </div>
  223. </div>
  224. <div class="h-head">
  225. <div class="h-cell6"><a href="#"> Read More </a></div>
  226. </div>
  227. </section></div>
  228.  
  229. <div class="h-tab"><section class="h-table2"><header class="h-head">
  230. <div class="h-cell2">Useful Links</div>
  231. </header>
  232. <div class="h-head">
  233. <div class="h-table3">
  234. <div class="h-head3">
  235. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  236. <div class="h-cell4"><a href="https://www.centralbank.org.bz/" target="_blank"> Central Bank of Belize </a></div>
  237. </div>
  238. </div>
  239. </div>
  240. <div class="h-head">
  241. <div class="h-table3">
  242. <div class="h-head3">
  243. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  244. <div class="h-cell4"><a href="http://www.belizelaw.org/web/" target="_blank"> Attorney General's Ministry </a></div>
  245. </div>
  246. </div>
  247. </div>
  248. <div class="h-head">
  249. <div class="h-table3">
  250. <div class="h-head3">
  251. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  252. <div class="h-cell4"><a href="http://www.fatf-gafi.org/" target="_blank"> Financial Action Task Force </a></div>
  253. </div>
  254. </div>
  255. </div>
  256. <div class="h-head">
  257. <div class="h-table3">
  258. <div class="h-head3">
  259. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  260. <div class="h-cell4"><a href="http://www.egmontgroup.org/" target="_blank"> Egmont Group of Financial Intelligence Unit </a></div>
  261. </div>
  262. </div>
  263. </div>
  264. <div class="h-head">
  265. <div class="h-table3">
  266. <div class="h-head3">
  267. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  268. <div class="h-cell4"><a href="https://www.cfatf-gafic.org/" target="_blank"> Caribbean Financial Action Task Force </a></div>
  269. </div>
  270. </div>
  271. </div>
  272. <div class="h-head">
  273. <div class="h-table3">
  274. <div class="h-head3">
  275. <div class="h-cell5"><i class="fa fa-chevron-right" aria-hidden="true"> </i></div>
  276. <div class="h-cell4"><a href="http://www.customs.gov.bz/" target="_blank"> Belize Customs &amp; Excise Department </a></div>
  277. </div>
  278. </div>
  279. </div>
  280. <div class="h-head">
  281. <div class="h-cell6"><a href="#"> Read More </a></div>
  282. </div>
  283. </section></div>
  284. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement