[BluetoothChat]update BluetoothChat(tizen_2.1)
[samples/web/BluetoothChat.git] / templates / keyboard_page.tpl
1 <div data-role="page" id="keyboard" data-add-back-btn="none">
2         <div data-role="header" id="keyboard-header" data-position="fixed">
3                 <h1></h1>
4                 <a data-role="button" id="keyboard-ok-button">OK</a>
5                 <a data-role="button" id="keyboard-back-button">Back</a>
6         </div>
7
8         <div data-role="content" id="keyboard-content">
9                 <input type="text" id="keyboard-text" maxlength="20"/>
10         </div>
11 </div>