Tizen 2.0 Release
[samples/web/CallLog.git] / 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>CallLog</h1>
4                 </div>
5                 <div data-role="content">
6                         <div id="page-content">
7                                 <ul data-role="listview" id="calllogList" data-filter="true" data-position="fixed"></ul>
8                         </div>
9                 </div>
10                 <!-- <div data-role="footer" data-position="fixed"></div> -->
11         </div>