

<widget name="index">
<!-- Initialize constants -->
<constant name:__Server__; value:"{@if(len(getToken(ExternalIPAddress))>0,if((getToken(ExternalIPAddress)="__RemoteIP__") or ("__RemoteIP__"="127.0.0.1"),"127.0.0.1:"+getToken(GreenLight_Client_Https_Port),getToken(ExternalIPAddress)+":"+getToken(GreenLight_Client_Https_Port)),"127.0.0.1:"+getToken(GreenLight_Client_Https_Port))}";>
<constant name:__IsLocalServer__; value:"{@if((__RemoteIP__="127.0.0.1") or (getToken(ExternalIPAddress)="__RemoteIP__"),true,false)}">

<DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>

<head>
	<style>
		<include type:file; name:"{homedir}products/style.browser.css";>
	</style>

	<script language="JavaScript" src="https://__Server__?Network=greenlight&id=fileGetContent&Filename={packageurl_greenlight}products/xmlhttprequest.js"></script>

</head>

<body onload='refreshWidgets();'>

</body>

</html>
</widget>

