slerena 8594b9936c 012-05-05 Sancho Lerena <slerena@artica.es>
* anytermd: Added anyterm to extras. Included modifications on original
	anytermd project source code. Added a new spec file for centos/fedora/rhel.
	Tested on FC16/i386 and centos6/x86_84.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6257 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-05-04 19:14:27 +00:00

29 lines
814 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Pandora FMS Remote Gateway</title>
<script type="text/javascript" src="anyterm.js">
</script>
<script type="text/javascript">
var param = get_url_param("param");
window.onload=function() {create_term("term","Pandora FMS Remote Gateway",28,100,param,"",1000);};
function get_url_param( name ) {
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp( regexS );
var results = regex.exec( window.location.href );
if( results == null )
return "";
else
return results[1];
}
</script>
<link rel="stylesheet" type="text/css" href="anyterm.css">
</head>
<body>
<noscript>Javascript is essential for this page. Please use a browser
that supports Javascript.</noscript>
<div id="term"></div>
</body>
</html>