選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

21 行
1.5 KiB

  1. <?php $GLOBALS['TL_BODY'][] = '<script src="files/theme/assets/js/imageMapResizer.min.js"></script>';
  2. $GLOBALS['TL_BODY'][] = "<script>
  3. $(document).ready(function() {
  4. $('map').imageMapResize();
  5. });
  6. </script>";
  7. ?>
  8. <div class="<?php echo $this->class ?> block" <?php echo $this->cssID ?>>
  9. <img src="files/uploads/home/lets_advance.png" usemap="#image-map">
  10. <map name="image-map">
  11. <area target="" alt="Innovations" title="Innovations" href="<?php echo $this->link_1 ?>" coords="48,173,232,173,203,357,19,359" shape="poly">
  12. <area target="" alt="Influencer Marketing" title="Influencer Marketing" href="<?php echo $this->link_2 ?>" coords="234,266,421,265,390,448,205,449" shape="poly">
  13. <area target="" alt="Creativity and Camaign" title="Creativity and Camaign" href="<?php echo $this->link_3 ?>" coords="854,175,1037,176,1009,358,823,361" shape="poly">
  14. <area target="" alt="Concept and Strategy" title="Concept and Strategy" href="<?php echo $this->link_4 ?>" coords="264,66,448,68,422,250,236,251" shape="poly">
  15. <area target="" alt="Research" title="Research" href="<?php echo $this->link_5 ?>" coords="638,272,823,270,797,453,609,456" shape="poly">
  16. <area target="" alt="Experiential Marketing" title="Experiential Marketing" href="<?php echo $this->link_6 ?>" coords="451,177,635,178,608,359,420,362" shape="poly">
  17. <area target="" alt="Content Creation" title="Content Creation" href="<?php echo $this->link_7 ?>" coords="668,74,853,70,824,253,641,255" shape="poly">
  18. </map>
  19. </div>