[BluetoothChat]update BluetoothChat(tizen_2.1)
[samples/web/BluetoothChat.git] / templates / choose_page.tpl
1 <div data-role="page" id="choose" data-add-back-btn="footer" data-footer-exist="true">
2         <div data-role="header" id="choose-header" data-position="fixed">
3                 <h1>Choose your server</h1>
4                 <div data-role="progress" data-style="circle" id="discovering"></div>
5         </div>
6
7         <div data-role="content" id="choose-content">
8                 <ul data-role="listview"></ul>
9         </div>
10
11         <div data-role="footer" data-position="fixed" id="choose-footer"></div>
12 </div>