blob: d49fc23011e33b9f6efca91d6e4723f3112def39 [file] [log] [blame]
Anand Doshi616c3552012-06-14 16:46:48 +05301<div class="layout-wrapper" style="min-height: 300px; background-color: #FFFDC9">
2 <div class="appframe-area"></div>
Anand Doshi64ddb9f2012-06-12 19:24:12 +05303 <div>
Anand Doshi616c3552012-06-14 16:46:48 +05304 <a class="close" onclick="window.history.back();">&times;</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 Doshi64ddb9f2012-06-12 19:24:12 +053016 </div>
Anand Doshi616c3552012-06-14 16:46:48 +053017 <div style="margin-top: 21px; clear: both">
18 <button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>
Anand Doshi64ddb9f2012-06-12 19:24:12 +053019 </div>
Rushabh Mehta2886b952012-02-24 11:26:31 +053020 </div>
Rushabh Mehta2886b952012-02-24 11:26:31 +053021</div>