14 lines
		
	
	
		
			348 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			348 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
<head>
 | 
						|
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | 
						|
    <title>%s</title>
 | 
						|
    <script src="/ext_421/ext-all.js"></script>
 | 
						|
    <link rel="stylesheet" href="/ext_421/resources/ext-theme-%s/ext-theme-%s-all.css">
 | 
						|
    <script>
 | 
						|
    Ext.onReady(function () {
 | 
						|
    	%s
 | 
						|
    });
 | 
						|
    </script>
 | 
						|
</head>
 | 
						|
<body></body>
 | 
						|
</html> |