Chromium Code Reviews| Index: components/dom_distiller/content/resources/dom_distiller_viewer.html |
| diff --git a/components/dom_distiller/content/resources/dom_distiller_viewer.html b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
| index 03929c46d8d97993ce4b3c457efe7439cd2bf1b5..813d4e3cad785f2a6864a0c64194dd49a2949475 100644 |
| --- a/components/dom_distiller/content/resources/dom_distiller_viewer.html |
| +++ b/components/dom_distiller/content/resources/dom_distiller_viewer.html |
| @@ -10,20 +10,20 @@ found in the LICENSE file. |
| <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> |
| <title>$1</title> |
| <link rel="stylesheet" type="text/css" href="/$2"> |
| + <script src="dom_distiller_viewer.js"></script> |
|
nyquist
2014/04/29 23:58:37
Could you use /dom_distiller_viewer.js so we know
Yaron
2014/05/07 05:04:29
Done.
|
| </head> |
| <body> |
| <div id="mainContent"> |
| - <div id="article"> |
| - <article> |
| - <header> |
| - <h1>$3</h1> |
| - </header> |
| - <div id="content">$4</div> |
| - </article> |
| - </div> |
| + <article> |
| + <header> |
| + <h1>$3</h1> |
| + </header> |
| + <div id="content">$4</div> |
| + </article> |
| </div> |
| + <div id="loadingIndicator" style="display:$5">Loading...</div> |
|
nyquist
2014/04/29 23:58:37
Should the string "Loading..." be internationalize
Yaron
2014/05/07 05:04:29
Done.
|
| <div> |
| - <a href="$5">$6</a> |
| + <a href="$6">$7</a> |
| </div> |
| </body> |
| </html> |