28 lines
		
	
	
		
			669 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			669 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!-- @noSnoop -->
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
<link rel="stylesheet" type="text/css" href="/module/web/rc/theme/theme.css">
 | 
						|
<script type='text/javascript' data-main='main' src='/module/js/com/tridium/js/ext/require/require.min.js'></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  
 | 
						|
  <section class="ux-window">
 | 
						|
    <header>      
 | 
						|
      <div id="title"></div>
 | 
						|
      <div>
 | 
						|
        <button class='ux-btn'>Button</button>
 | 
						|
      </div>
 | 
						|
    </header>
 | 
						|
    <section>      
 | 
						|
      <h2>folders</h2>
 | 
						|
      <ul id="folders"></ul>
 | 
						|
    </section>    
 | 
						|
    <section id="main">
 | 
						|
      <h2>points</h2>
 | 
						|
      <div id="container" class="ux-container"></div>   
 | 
						|
    </section>
 | 
						|
    <footer></footer>
 | 
						|
  </section>
 | 
						|
 | 
						|
</body>
 | 
						|
</html> |