Updated application sources
[apps/web/sample/ExercisePlanner.git] / project / templates / home.tpl
1 <!-- Start of first page: #home -->
2 <div data-role="page" id="home" data-add-back-btn="false">
3
4     <div data-role="header" data-position="fixed" class="transparentheader">
5         <h1>Exercise planner</h1>
6         <div class="hearderline"></div>
7     </div><!-- /header -->
8
9     <div data-role="content">
10         <div>
11             <ul id="alarms_list" data-role="listview" data-inset="true">
12             </ul>
13         </div>
14     </div><!-- /content -->
15
16     <div data-role="footer" data-position="fixed">
17         <div data-role="tabbar" data-style="tabbar">
18             <ul>
19                 <li><a href="#new_exercise" id="newExerciseBtn">Add New Exercise</a></li>
20             </ul>
21         </div>
22     </div><!-- /footer -->
23
24 </div><!-- /home -->