https://jdmis.edu.sg/courseschedules.php

Usage:
Javascript:
<script src="jdmis.edu.sg/courseschedules.php?course=GM100&format=list"></script>

HTML Document:
<iframe allowtransparency="true" frameborder="0" style="height:100%; width:100%; border:none;"
        src="jdmis.edu.sg/courseschedules.php?course=GM100&format=list"></IFRAME>

NOTE: To use 100% container height, you must have all container elements with explicitly defined heights 
      (as %age or pixels) else you need to use javascript to resize or specify pixel size.

Parameters:

   format
      list *javascript file, renders HTML within JDMIS website **MUST BE IN BOOTSTRAP FRAMEWORK
      landing *javascript file, renders HTML outside of JDMIS website, w/ floats
      pinboard *Full HTML Document, renders pinterest-style pinboard
      agenda *FULL HTML Document, renders horizontal list style 

   course
      jdmis Code for the course in question
        eg: GT100 DD200
	    eg: DipFJA DipFJD  DipPMA
		eg: aDipFJD  aDipPMA
		
   category
      JDMIS Diploma Programme/Core:
	Fine Jewellery Design
	Precious Metal Arts
	Fashion Jewellery Arts
	JDMIS CORE Curriculum

   *If no course or category defined - prints next 12 upcoming certificate courses....

   options
     available options, separated by underscores or pipes
	 NOINST	- Do not display instructor Name
	 NOSTART - Do not display 'starting on' just list dates
     SHOWSCHEDULES - Show Detailed Schedules in Pinboard and agenda views
     SMALLERTEXT  - Make text smaller
	 RELATIVEURL  - Use relative URL even in outside of JDMIS.edu.sg
	 NOBUTTON  - Use relative URL even in outside of JDMIS.edu.sg
	 LIMIT##  - Limit the number of courses to display (## = number) Default=6
	 HIDELINKS  - Do not link the course name to the landing page
	 
   tracking
    include google, facebook, mautic trackers - separated by underscores or pipes
	GOOGLE - Google Tag Manager 
	FACEBOOK - Facebook Pixel
	MAUTIC - Mautic Tracker
	GOOGLE|FACEBOOK|MAUTIC - TRACK IT ALL!!!
	 
	 
   EZ-configuration tool
     If you can't manage this document, try the EZ-configuration tool here!

Output Samples:

List (Only Embeds inside BootStrap)

<script src="/courseschedules.php?format=list"></script> (debug)

Landing

<script src="/courseschedules.php?format=landing"></script> (debug JS) (wrap in HTML)

Pinboard

<iframe allowtransparency="true" frameborder="0" style="height:100%; width:100%; border:none;" src="/courseschedules.php?format=pinboard"></IFRAME> (view)

Agenda

<iframe allowtransparency="true" frameborder="0" style="height:100%; width:100%; border:none;" src="/courseschedules.php?format=agenda"></IFRAME> (view)