21 lines
		
	
	
		
			436 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			436 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
|     <style>
 | |
|         @import url(common.css);
 | |
|         @import url(cm.css);
 | |
|     </style>
 | |
|     <script type="text/tiscript">
 | |
|         include "common.tis";
 | |
|         include "cm.tis";
 | |
|     </script>
 | |
| </head>
 | |
| <header>
 | |
|     <div.window-icon role="window-icon"><icon /></div>
 | |
|     <caption role="window-caption" />
 | |
|     <div.border-bottom />
 | |
|     <div.window-toolbar />
 | |
|     <div.window-buttons />
 | |
| </header>
 | |
| <body #handler>
 | |
| </body>
 | |
| </html> |