Mercurial > eldonilo > barbecue
comparison index.xhtml @ 6:24aa8dccb170
Make XMPP actually work.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 31 Jan 2012 15:59:28 +0100 |
| parents | 03ef53b969bd |
| children | 853dcbe8f06f |
comparison
equal
deleted
inserted
replaced
| 5:03ef53b969bd | 6:24aa8dccb170 |
|---|---|
| 15 <script type="text/javascript" src="record.js"></script> | 15 <script type="text/javascript" src="record.js"></script> |
| 16 <script type="text/javascript" src="sxe-document.js"></script> | 16 <script type="text/javascript" src="sxe-document.js"></script> |
| 17 <script type="text/javascript" src="config.js"></script> | 17 <script type="text/javascript" src="config.js"></script> |
| 18 </head> | 18 </head> |
| 19 <body> | 19 <body> |
| 20 <div id="state"/> | |
| 21 <button id="host">Host</button> | |
| 20 <form id="toolbar"> | 22 <form id="toolbar"> |
| 21 <dl> | 23 <dl> |
| 22 <dt> edit: </dt> | 24 <dt> edit: </dt> |
| 23 <dd> | 25 <dd> |
| 24 <input type="button" value=" " data-command="undo" /> | 26 <input type="button" value=" " data-command="undo" /> |
| 94 </dl> | 96 </dl> |
| 95 <pre id="execCommand" /> | 97 <pre id="execCommand" /> |
| 96 </form> | 98 </form> |
| 97 <pre id="breadcrumb"> </pre> | 99 <pre id="breadcrumb"> </pre> |
| 98 | 100 |
| 99 <section contenteditable="true"> | 101 <section id="document" contenteditable="true"> |
| 100 <h2> Go ahead, edit away! </h2> | 102 <h2> Go ahead, edit away! </h2> |
| 101 <p> Here's a typical paragraph element </p> | 103 <p> Here's a typical paragraph element </p> |
| 102 <ol><li> and now a list </li><li> with only </li><li> three items </li></ol> | 104 <ol><li> and now a list </li><li> with only </li><li> three items </li></ol> |
| 103 </section> | 105 </section> |
| 104 | 106 |
