Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html i18n-values="dir:textdirection"> | |
|
flackr
2012/06/11 14:27:36
i18n-values will do nothing if you don't include s
| |
| 3 <html> | |
| 4 <head> | |
| 5 <meta charset="utf-8"> | |
| 6 <title>Gesture Preferences</title> | |
| 7 <link rel="stylesheet" href="gesture_config.css"> | |
| 8 <script src="gesture_config.js"></script> | |
| 9 </head> | |
| 10 <body> | |
| 11 <h2>Gesture Preferences</h2> | |
| 12 <hr/> | |
| 13 <form> | |
| 14 <div id="gesture-form"></div> | |
| 15 <div id="gesture-form-row" class="row"> | |
| 16 <label class="row-label"></label> | |
| 17 <input class="row-input" type="number" size="20"/> | |
| 18 <div class="row-units"></div> | |
| 19 </div> | |
| 20 | |
| 21 <div class="buttons-pane"> | |
| 22 <button id="resetButton">Reset</button> | |
| 23 </div> | |
| 24 </form> | |
| 25 </body> | |
| 26 </html> | |
| OLD | NEW |