18 lines
		
	
	
		
			531 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			531 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="layout-wrapper" style="min-height: 300px; background-color: #FFFDC9">	
 | |
| 	<a class="close" onclick="window.history.back();">×</a>
 | |
| 	<h1>To Do</h1>
 | |
| 	<br>
 | |
| 	<div>
 | |
| 		<div id="todo-list">
 | |
| 			<h4>My List</h4><br>
 | |
| 			<div class="todo-content"></div>
 | |
| 		</div>
 | |
| 		<div id="assigned-todo-list">
 | |
| 			<h4>Assigned to others</h4><br>
 | |
| 			<div class="todo-content"></div>
 | |
| 		</div>
 | |
| 	</div>
 | |
| 	<div style="margin-top: 21px; clear: both">
 | |
| 		<button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>
 | |
| 	</div>
 | |
| </div> |