4 <!-- TODO(wnwen): Investigate using widgets from ui/webui/resources -->
5 <link rel=
"stylesheet" type=
"text/css" href=
"../res/cvd.css">
6 <link rel=
"stylesheet" type=
"text/css" href=
"../res/setup.css">
7 <style type=
"text/css">
9 font-family: Arial
, Helvetica
, sans-serif
;
13 <script type=
"text/javascript" src=
"common.js"></script>
14 <script type=
"text/javascript" src=
"storage.js"></script>
15 <script type=
"text/javascript" src=
"cvd.js"></script>
16 <script type=
"text/javascript" src=
"popup.js"></script>
19 <h2><span i18n-content=
"color_enhancer_appname"><span></h2>
23 <th><span i18n-content=
"color_enhancer_enable"></span></th>
25 <span i18n-content=
"color_enhancer_adjustment_factor">
30 <td><input id=
"enable" type=
"checkbox"></td>
32 <input id=
"delta" type=
"range" min=
0 max=
1.0 step=
0.1
36 <button id=
"setup" i18n-content=
"color_enhancer_setup_button"></button>
42 <div id=
"setup-panel" class=
"collapsed">
43 <h3><span i18n-content=
"color_enhancer_setup_heading"></span></h3>
46 <span i18n-content=
"color_enhancer_type_choice">
49 <div class=
"template swatch">
53 <div id=
"row-highlight" hidden
></div>
54 <!-- Auto populated by initialize() -->
59 <span i18n-content=
"color_enhancer_severity">
61 <input id=
"severity" type=
"range" min=
0 max=
1.0 step=
0.1 value=
"0">
64 <div id=
"setup-button-strip" class=
"row">
65 <button id=
"reset" i18n-content=
"color_enhancer_reset"></button>
66 <button id=
"ok" i18n-content=
"color_enhancer_ok"></button>
67 <button id=
"cancel" i18n-content=
"color_enhancer_cancel"></button>