Revert "Updated application sources"
[apps/web/sample/CallLog.git] / project / templates / callView.tpl
1         <div data-role="page" id="callView" data-add-back-btn="header">
2                 <div data-role="header" id="page-header" data-position="fixed">
3                         <h1>Call log</h1>
4                 </div>
5                 <div data-role="content" id="calllogListContent">
6                         <ul data-role="listview"
7                                 id="calllogList"
8                                 data-filter="true"
9                                 data-autodividers="true"
10                                 data-position="fixed"
11                                 data-inset="true">
12                         </ul>
13                 </div>
14                 </div>
15                 <!-- <div data-role="footer" data-position="fixed"></div> -->
16         </div>