APG|SGA
infosnowAPI Type 1API Type 2Divers

Divers - Generic schedule

This report does not support listings for multiple days. The latter can be achieved by using multiple containers.

However, it is possible to display times after midnight by setting the end time with a prefix "-".

SCHEDULE TEST
Click Enter after changing a value to refresh preview
&e=Comma separated list of object IDs
 
&date=YYYY-MM-DD (empty | missing = today)
 
&start=HH:MM (empty | missing = now on current date, 00:00 on others)
 
&end=HH:MM (empty | missing = 23:59 | -05:00 = until specified time next morning)
 
&limit=Number of records (empty | missing = all)
 
&dir=up|down (empty | missing = all)
 
&ref=id of container (empty | missing = infosnowContainer)
 
 
PREVIEW

 
CODE

<style type="text/css">

	#infosnowContainer{
		padding:10px;
	}
		
	div.infosnowBlock{
		float:left;
		margin-right:50px;
	}
	
	div.infosnowTitle{
		font-weight:bold;
	}
		
	div.infosnowStateClosed{
		color:#cc0000;
		margin-top:10px;
		margin-bottom:10px;
	}

	div.infosnowSchedule{
		margin-top:10px;
		margin-bottom:10px;
	}

	div.infosnowScheduleInner{
		display:flex;
	}

	div.infosnowIndicator{	
		background-size:9px 9px;
		background-repeat:no-repeat;
		background-position:top left;
		border-right:#000000 1px solid;
		float:left;
		width:20px;
	}

	div.infosnowIndicatorUp{
		background-image:url(https://infosnow.ch/~apgmontagne/pub/pics/pfeil_up.png);
	}

	div.infosnowIndicatorDown{
		background-image:url(https://infosnow.ch/~apgmontagne/pub/pics/pfeil_down.png);
	}

	div.infosnowTimes{	
		width:110px;
		padding-left:10px;
		float:left;
	}

	div.infosnowTime{	
		margin-bottom:3px;
	}

</style>

<div id="infosnowContainer"></div>

<script type="text/javascript" src="https://infosnow.ch/schedule/?lang=de&e=2490%2C2491%2C2492&date=2024-05-19&start=&end=&limit=&dir="></script>