Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Side by Side Diff: remoting/webapp/main.html

Issue 23441022: Add a reload button to host list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 class="scrollable"> 8 <html class="scrollable">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 <button id="access-mode-button" 146 <button id="access-mode-button"
147 i18n-content="HOME_ACCESS_BUTTON" 147 i18n-content="HOME_ACCESS_BUTTON"
148 type="button"> 148 type="button">
149 </button> 149 </button>
150 </div> 150 </div>
151 </div> 151 </div>
152 </div> <!-- it2me-content --> 152 </div> <!-- it2me-content -->
153 </section> <!-- Remote Assistance --> 153 </section> <!-- Remote Assistance -->
154 154
155 <section id="host-list-div" class="host-list-container"> 155 <section id="host-list-div" class="host-list-container">
156 <h2 i18n-content="MODE_ME2ME"></h2> 156 <h2>
157 <span i18n-content="MODE_ME2ME"></span>
158 <span class="h2-secondary" id="host-list-loading-indicator">
159 <a href="#" id="host-list-reload">
160 <img src="reload.webp">
161 </a>
162 <img src="spinner.gif" id="host-list-loading">
163 </span>
164 </h2>
157 <div id="me2me-first-run"> 165 <div id="me2me-first-run">
158 <div> 166 <div>
159 <p class="infographic-description" 167 <p class="infographic-description"
160 i18n-content="ME2ME_FIRST_RUN"></p> 168 i18n-content="ME2ME_FIRST_RUN"></p>
161 <button id="get-started-me2me" 169 <button id="get-started-me2me"
162 i18n-content="GET_STARTED" 170 i18n-content="GET_STARTED"
163 disabled></button> 171 disabled></button>
164 </div> 172 </div>
165 <div class="infographic"> 173 <div class="infographic">
166 <img src="infographic_my_computers.webp"> 174 <img src="infographic_my_computers.webp">
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 <div class="arrow-down"></div> 779 <div class="arrow-down"></div>
772 </div> 780 </div>
773 </div> <!-- session-toolbar --> 781 </div> <!-- session-toolbar -->
774 </div> <!-- session-mode --> 782 </div> <!-- session-mode -->
775 783
776 <div id="statistics" dir="ltr" class="selectable" hidden> 784 <div id="statistics" dir="ltr" class="selectable" hidden>
777 </div> <!-- statistics --> 785 </div> <!-- statistics -->
778 786
779 </body> 787 </body>
780 </html> 788 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698