Subversion Repositories ALCASAR

Rev

Rev 528 | Rev 536 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 528 Rev 533
Line 132... Line 132...
132
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
132
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
133
<script type="text/javascript" src="./js/ChilliLibrary.js"></script>
133
<script type="text/javascript" src="./js/ChilliLibrary.js"></script>
134
<script type="text/javascript" src="./js/statusControler.js"></script>
134
<script type="text/javascript" src="./js/statusControler.js"></script>
135
<link type="text/css" href="./css/status.css" rel="stylesheet">
135
<link type="text/css" href="./css/status.css" rel="stylesheet">
136
<script language="JavaScript">
136
<script language="JavaScript">
137
	if (typeof isloggedout = 'undefined') isloggedout = true;
137
	if (typeof isloggedout == 'undefined') isloggedout = true;
138
	
138
	
139
	function closePopup(){
139
	function closePopup(){
140
		this.focus();
140
		this.focus();
141
		self.opener=this;
141
		self.opener=this;
142
		self.close();
142
		self.close();