[BluetoothChat]update BluetoothChat(tizen_2.1)
[samples/web/BluetoothChat.git] / templates / chat_page.tpl
1 <div id="chat" data-role="page" data-add-back-btn="header" data-footer-exist="true">
2         <div id="chat-header" data-role="header" data-position="fixed">
3                 <h1><span id="chat-header-type"></span><span id="chat-header-name"></span></h1>
4         </div>
5
6         <div id="chat-content" data-role="content">
7                 <ul data-role="listview"></ul>
8         </div>
9
10         <div id="chat-footer" data-role="footer" data-position="fixed">
11                 <div id="ui-textArea">
12                         <div id="ui-textArea-text">
13                                 <textarea id="text" placeholder="type new message" data-role="none"></textarea>
14                         </div>
15                         <div id="ui-textArea-button">
16                                 <a data-role="button" id="ui-mySend">Send</a>
17                         </div>
18                 </div>
19         </div>
20 </div>