Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To display content in the Web Browser Display,topology nodes can be extended with an optional urlURLs. In the following example, the FEWS wiki has been configured with the url http://www.deltares.nl. a SA test application (FEWS-Swiss was used) to show the potential variety.

Code Block
xml
xml
<nodes id="Web" name="Web">
		<node id="node1" name="FOEN Swiss">
			<workflowId>Import</workflowId>
			<url>https://www.bafu.admin.ch/bafu/en/home.html</url>
		</node>
		<node id="node2" name="Meteo Swiss">
			<workflowId>Import</workflowId>
			<url>https://www.meteoswiss.admin.ch/home.html?tab=overview</url>
		</node>
		<node id="node3" name="NodeEnergy SFOE 1Swiss">
<workflowId>N1_Forecast<			<workflowId>Import</workflowId>
			<url>http://www.bfe.admin.ch/themen/00490/00491/00494/index.html?lang=en</url>
		</node>
		<node id="node4" name="YouTube (to test movies)">
			<workflowId>Import</workflowId>
			<url>https://www.youtube.com/</url>
		</node>	
		<node id="node5" name="Deltares">
			<workflowId>Import</workflowId>
			<url>https://www.deltares.nl</url>
</node>.nl/en/</url>
		</node>
		<node id="node6" name="Rijksoverheid (to test certificates) and redirect to https">
			<workflowId>Import</workflowId>
			<url>http://www.rijksoverheid.nl/</url>
		</node>
		<node id="node7" name="local html">
			<workflowId>Import</workflowId>
			<url>file:///PATH_TO_LOCAL_FILE.html</url>
		</node>		
	</nodes>

After displaying a page, the content can be refreshed using the "F5" shortcut key. This also required when for example images have been changed in the background. The can be refreshed by using the F5 key.

Example display 

Image RemovedImage Added