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 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
8 <head> | 8 <head> |
9 <!-- We have to set some default title, or chrome will use the page name. | 9 <!-- We have to set some default title, or chrome will use the page name. |
10 -- As soon as we init and change to a directory, we'll show the directory | 10 -- As soon as we init and change to a directory, we'll show the directory |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 <menu id=docs-settings> | 119 <menu id=docs-settings> |
120 <menuitem id=gdata-sync-settings | 120 <menuitem id=gdata-sync-settings |
121 i18n-content=GDATA_MOBILE_CONNECTION_OPTION></menuitem> | 121 i18n-content=GDATA_MOBILE_CONNECTION_OPTION></menuitem> |
122 <menuitem id=gdata-hosted-settings | 122 <menuitem id=gdata-hosted-settings |
123 i18n-content=GDATA_SHOW_HOSTED_FILES_OPTION></menuitem> | 123 i18n-content=GDATA_SHOW_HOSTED_FILES_OPTION></menuitem> |
124 </menu> | 124 </menu> |
125 | 125 |
126 <div class=dialog-title invisibleif='full-page'>[TITLE]</div> | 126 <div class=dialog-title invisibleif='full-page'>[TITLE]</div> |
127 <div class=dialog-container> | 127 <div class=dialog-container> |
128 <div class=dialog-sidebar> | 128 <div class=dialog-sidebar> |
129 <list class=roots-list></list> | 129 <list id="roots-list"></list> |
130 </div> | 130 </div> |
131 <div class=sidebar-splitter></div> | 131 <div class=sidebar-splitter></div> |
132 <div class=dialog-main> | 132 <div class=dialog-main> |
133 <div class=dialog-header> | 133 <div class=dialog-header> |
134 <div class=breadcrumbs></div> | 134 <div class=breadcrumbs></div> |
135 <input id="search-box" type="text" tabindex="4"> | 135 <input id="search-box" type="text" tabindex="4"> |
136 | 136 |
137 <div class="right buttonbar"> | 137 <div class="right buttonbar"> |
138 <button class="left small" id="detail-view"> | 138 <button class="left small" id="detail-view"> |
139 <img src="images/view_list_black_12x12.png"> | 139 <img src="images/view_list_black_12x12.png"> |
140 </button> | 140 </button> |
141 <button class="right small" id="thumbnail-view"> | 141 <button class="right small" id="thumbnail-view"> |
142 <img src="images/view_thumbs_black_12x12.png"> | 142 <img src="images/view_thumbs_black_12x12.png"> |
143 </button> | 143 </button> |
144 <button class="menubutton" id="gdata-settings" | 144 <button class="menubutton" id="gdata-settings" |
145 menu="#docs-settings"> | 145 menu="#docs-settings"> |
146 <img src="images/settings.svg" alt="Settings"> | 146 <img src="images/settings.svg" alt="Settings"> |
147 <span class="disclosureindicator"></span> | 147 <span class="disclosureindicator"></span> |
148 </button> | 148 </button> |
149 </div> | 149 </div> |
150 | 150 |
151 </div> | 151 </div> |
152 <div class="gdrive-welcome header"></div> | 152 <div class="gdrive-welcome header"></div> |
153 <div class=dialog-body> | 153 <div class=dialog-body> |
154 <div class=filelist-panel> | 154 <div class=filelist-panel> |
155 <div class=list-container> | 155 <div id="list-container"> |
156 <div class=detail-table tabindex=0></div> | 156 <div class=detail-table tabindex=0></div> |
157 <grid class=thumbnail-grid tabindex=0></grid> | 157 <grid class=thumbnail-grid tabindex=0></grid> |
158 <div class=spinner></div> | 158 <div class=spinner></div> |
159 <div class="gdrive-welcome page"></div> | 159 <div class="gdrive-welcome page"></div> |
160 </div> | 160 </div> |
161 <div class=downloads-warning hidden> | 161 <div class=downloads-warning hidden> |
162 <img src=images/warning_icon_square_26x26.png> | 162 <img src=images/warning_icon_square_26x26.png> |
163 <div></div> | 163 <div></div> |
164 </div> | 164 </div> |
165 </div> | 165 </div> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 <div class="progress-bar hide-in-butter"> | 200 <div class="progress-bar hide-in-butter"> |
201 <div class="progress-track"></div> | 201 <div class="progress-track"></div> |
202 </div> | 202 </div> |
203 </div> | 203 </div> |
204 <div class="actions hide-in-butter"></div> | 204 <div class="actions hide-in-butter"></div> |
205 </div> | 205 </div> |
206 <div id=drag-image-container></div> | 206 <div id=drag-image-container></div> |
207 <iframe id=command-dispatcher hidden></iframe> | 207 <iframe id=command-dispatcher hidden></iframe> |
208 </body> | 208 </body> |
209 </html> | 209 </html> |
OLD | NEW |