Chromium Code Reviews| Index: chrome/browser/resources/gesture_config.html |
| diff --git a/chrome/browser/resources/gesture_config.html b/chrome/browser/resources/gesture_config.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d8b21f55d8fd9e98eb9f582c8a140c7e5aa53f6a |
| --- /dev/null |
| +++ b/chrome/browser/resources/gesture_config.html |
| @@ -0,0 +1,26 @@ |
| +<!DOCTYPE HTML> |
| +<html i18n-values="dir:textdirection"> |
|
flackr
2012/06/11 14:27:36
i18n-values will do nothing if you don't include s
|
| +<html> |
| +<head> |
| + <meta charset="utf-8"> |
| + <title>Gesture Preferences</title> |
| + <link rel="stylesheet" href="gesture_config.css"> |
| + <script src="gesture_config.js"></script> |
| +</head> |
| +<body> |
| +<h2>Gesture Preferences</h2> |
| +<hr/> |
| +<form> |
| + <div id="gesture-form"></div> |
| + <div id="gesture-form-row" class="row"> |
| + <label class="row-label"></label> |
| + <input class="row-input" type="number" size="20"/> |
| + <div class="row-units"></div> |
| + </div> |
| + |
| + <div class="buttons-pane"> |
| + <button id="resetButton">Reset</button> |
| + </div> |
| +</form> |
| +</body> |
| +</html> |