Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1318 alexandre_ 1
<!-- <?xml version="1.0" encoding="UTF-8"?> -->
2
 
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4
	"DTD/xhtml1-strict.dtd">
5
<html>
6
	<head>
7
		<title></title>
8
		<script type="text/javascript">
9
			function init(){
10
				document.designMode = 'on';
11
				try{
12
					parentPageDomain = document.location.href.split('#')[1];
13
					if(parentPageDomain){
14
						document.domain = parentPageDomain;
15
					}
16
				}catch(e){ }
17
			}
18
			window.onload = init;
19
		</script>
20
	</head>
21
	<body>
22
		<br />
23
	</body>
24
</html>