OLD | NEW |
---|---|
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
114 disabled></button> | 114 disabled></button> |
115 </div> | 115 </div> |
116 <div class="infographic"> | 116 <div class="infographic"> |
117 <img src="infographic_remote_assistance.webp"> | 117 <img src="infographic_remote_assistance.webp"> |
118 </div> | 118 </div> |
119 </div> | 119 </div> |
120 <div id="it2me-content"> | 120 <div id="it2me-content"> |
121 <p id="webapp-description" | 121 <p id="webapp-description" |
122 i18n-content="DESCRIPTION_HOME" | 122 i18n-content="DESCRIPTION_HOME" |
123 i18n-value-1="<a href='https://chrome.google.com/remotedesktop' tar get='_blank'>chrome.google.com/remotedesktop</a>"></p> | 123 i18n-value-1="<a href='https://chrome.google.com/remotedesktop' tar get='_blank'>chrome.google.com/remotedesktop</a>"></p> |
124 <div> | 124 <div class="section-row"> |
125 <div class="section-row"> | 125 <div class="box-spacer"> |
126 <div class="box-spacer"> | 126 <div i18n-content="HOME_SHARE_DESCRIPTION"></div> |
127 <div i18n-content="HOME_SHARE_DESCRIPTION"></div> | 127 <div id="chrome-os-no-share" |
128 <div id="chrome-os-no-share" | 128 i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" |
129 i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" | 129 class="small-print"></div> |
130 class="small-print"></div> | 130 </div> |
131 </div> | 131 <div> |
132 <div> | 132 <button id="share-button" |
133 <button id="share-button" | 133 i18n-content="HOME_SHARE_BUTTON" |
134 i18n-content="HOME_SHARE_BUTTON" | 134 class="kd-button-share" |
135 class="kd-button-share" | 135 type="button"> |
136 type="button"> | 136 </button> |
137 </button> | |
138 </div> | |
Jamie
2013/05/07 18:24:27
It's hard to tell from the way codereview is rende
Sergey Ulanov
2013/05/23 18:16:18
Yes, here I just removed a div that was wrapping a
| |
139 </div> | 137 </div> |
140 </div> | 138 </div> |
141 <div class="section-row"> | 139 <div class="section-row"> |
142 <div i18n-content="HOME_ACCESS_DESCRIPTION" | 140 <div i18n-content="HOME_ACCESS_DESCRIPTION" |
143 class="box-spacer"></div> | 141 class="box-spacer"></div> |
144 <div> | 142 <div> |
145 <button id="access-mode-button" | 143 <button id="access-mode-button" |
146 i18n-content="HOME_ACCESS_BUTTON" | 144 i18n-content="HOME_ACCESS_BUTTON" |
147 type="button"> | 145 type="button"> |
148 </button> | 146 </button> |
149 </div> | 147 </div> |
150 </div> | 148 </div> |
149 | |
150 <!-- TODO(sergeyu): Replace REMOTE_DESKTOP_APP_ID with the hangouts | |
151 app id. --> | |
152 <p id="hangouts-invitation" | |
Jamie
2013/05/07 18:24:27
I don't think this node needs an id. It's not used
Sergey Ulanov
2013/05/23 18:16:18
Done.
| |
153 i18n-content="HANGOUTS_INVITATION" | |
154 i18n-value-1="<a href='https://plus.google.com/hangouts/_?gid=REMOT E_DESKTOP_APP_ID'>" | |
155 i18n-value-2="</a>"></p> | |
151 </div> <!-- it2me-content --> | 156 </div> <!-- it2me-content --> |
157 | |
152 </section> <!-- Remote Assistance --> | 158 </section> <!-- Remote Assistance --> |
153 | 159 |
154 <section id="host-list-div" class="host-list-container"> | 160 <section id="host-list-div" class="host-list-container"> |
155 <h2 i18n-content="MODE_ME2ME"></h2> | 161 <h2 i18n-content="MODE_ME2ME"></h2> |
156 <div id="me2me-first-run"> | 162 <div id="me2me-first-run"> |
157 <div> | 163 <div> |
158 <p class="infographic-description" | 164 <p class="infographic-description" |
159 i18n-content="ME2ME_FIRST_RUN"></p> | 165 i18n-content="ME2ME_FIRST_RUN"></p> |
160 <button id="get-started-me2me" | 166 <button id="get-started-me2me" |
161 i18n-content="GET_STARTED" | 167 i18n-content="GET_STARTED" |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
711 <div class="arrow-down"></div> | 717 <div class="arrow-down"></div> |
712 </div> | 718 </div> |
713 </div> <!-- session-toolbar --> | 719 </div> <!-- session-toolbar --> |
714 </div> <!-- session-mode --> | 720 </div> <!-- session-mode --> |
715 | 721 |
716 <div id="statistics" dir="ltr" class="selectable" hidden> | 722 <div id="statistics" dir="ltr" class="selectable" hidden> |
717 </div> <!-- statistics --> | 723 </div> <!-- statistics --> |
718 | 724 |
719 </body> | 725 </body> |
720 </html> | 726 </html> |
OLD | NEW |