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