Anand Doshi | 616c355 | 2012-06-14 16:46:48 +0530 | [diff] [blame] | 1 | <div class="layout-wrapper" style="min-height: 300px; background-color: #FFFDC9"> |
| 2 | <div class="appframe-area"></div> |
Anand Doshi | 64ddb9f | 2012-06-12 19:24:12 +0530 | [diff] [blame] | 3 | <div> |
Anand Doshi | 616c355 | 2012-06-14 16:46:48 +0530 | [diff] [blame] | 4 | <a class="close" onclick="window.history.back();">×</a> |
| 5 | <h1>To Do</h1> |
| 6 | <br> |
| 7 | <div> |
| 8 | <div id="todo-list"> |
| 9 | <h4>My List</h4><br> |
| 10 | <div class="todo-content"></div> |
| 11 | </div> |
| 12 | <div id="assigned-todo-list"> |
| 13 | <h4>Assigned to others</h4><br> |
| 14 | <div class="todo-content"></div> |
| 15 | </div> |
Anand Doshi | 64ddb9f | 2012-06-12 19:24:12 +0530 | [diff] [blame] | 16 | </div> |
Anand Doshi | 616c355 | 2012-06-14 16:46:48 +0530 | [diff] [blame] | 17 | <div style="margin-top: 21px; clear: both"> |
| 18 | <button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button> |
Anand Doshi | 64ddb9f | 2012-06-12 19:24:12 +0530 | [diff] [blame] | 19 | </div> |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 20 | </div> |
Rushabh Mehta | 2886b95 | 2012-02-24 11:26:31 +0530 | [diff] [blame] | 21 | </div> |