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 <div class=detail-view role=button tabindex="5" disabled></div> | 136 <div class=detail-view role=button tabindex="5" disabled></div> |
137 <div class=thumbnail-view role=button tabindex="6"></div> | 137 <div class=thumbnail-view role=button tabindex="6"></div> |
138 <div visibleif='full-page'><button | 138 <div visibleif='full-page'><button |
139 menu="#docs-settings" class="settings" tabindex="7"></button></div> | 139 menu="#docs-settings" class="settings" tabindex="7"></button></div> |
140 </div> | 140 </div> |
141 <div class="gdrive-welcome header"></div> | 141 <div class="gdrive-welcome header"></div> |
142 <div class=dialog-body> | 142 <div class=dialog-body> |
143 <div class=filelist-panel> | 143 <div class=filelist-panel> |
144 <div class=list-container> | 144 <div id="list-container"> |
145 <div class=detail-table tabindex=0></div> | 145 <div class=detail-table tabindex=0></div> |
146 <grid class=thumbnail-grid tabindex=0></grid> | 146 <grid class=thumbnail-grid tabindex=0></grid> |
147 <div class=spinner></div> | 147 <div class=spinner></div> |
148 <div class="gdrive-welcome page"></div> | 148 <div class="gdrive-welcome page"></div> |
149 </div> | 149 </div> |
150 <div class=downloads-warning hidden> | 150 <div class=downloads-warning hidden> |
151 <img src=images/warning_icon_square_26x26.png> | 151 <img src=images/warning_icon_square_26x26.png> |
152 <div></div> | 152 <div></div> |
153 </div> | 153 </div> |
154 </div> | 154 </div> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 <div class="progress-bar hide-in-butter"> | 189 <div class="progress-bar hide-in-butter"> |
190 <div class="progress-track"></div> | 190 <div class="progress-track"></div> |
191 </div> | 191 </div> |
192 </div> | 192 </div> |
193 <div class="actions hide-in-butter"></div> | 193 <div class="actions hide-in-butter"></div> |
194 </div> | 194 </div> |
195 <div id=drag-image-container></div> | 195 <div id=drag-image-container></div> |
196 <iframe id=command-dispatcher hidden></iframe> | 196 <iframe id=command-dispatcher hidden></iframe> |
197 </body> | 197 </body> |
198 </html> | 198 </html> |
OLD | NEW |